From 891915de846d39c17b8357a17a7a8626a2869dfc Mon Sep 17 00:00:00 2001 From: parrt Date: Sat, 3 Dec 2016 11:34:30 -0800 Subject: [PATCH 01/20] Update copyright on java, xml files. Make BSD license conform to standard. --- LICENSE.txt | 10 +++--- antlr4-maven-plugin/nb-configuration.xml | 8 ++++- antlr4-maven-plugin/pom.xml | 32 ++----------------- .../m2e/lifecycle-mapping-metadata.xml | 6 ++++ .../org/antlr/mojo/antlr4/Antlr4ErrorLog.java | 31 +++--------------- .../org/antlr/mojo/antlr4/Antlr4Mojo.java | 31 +++--------------- .../mojo/antlr4/GrammarDependencies.java | 6 ++++ .../java/org/antlr/mojo/antlr4/MojoUtils.java | 6 ++++ antlr4-maven-plugin/src/site/site.xml | 6 ++++ .../org/antlr/mojo/antlr4/Antlr4MojoTest.java | 6 ++++ .../test/projects/dependencyRemoved/pom.xml | 6 ++++ .../src/test/projects/importTokens/pom.xml | 6 ++++ .../src/test/projects/importsCustom/pom.xml | 6 ++++ .../src/test/projects/importsStandard/pom.xml | 6 ++++ pom.xml | 6 ++++ runtime-testsuite-legacy/pom.xml | 6 ++++ runtime-testsuite/annotations/pom.xml | 6 ++++ .../test/runtime/CommentHasStringValue.java | 6 ++++ runtime-testsuite/pom.xml | 6 ++++ runtime-testsuite/processors/pom.xml | 6 ++++ .../CommentHasStringValueProcessor.java | 6 ++++ .../BaseCompositeLexerTestDescriptor.java | 6 ++++ .../BaseCompositeParserTestDescriptor.java | 6 ++++ .../BaseDiagnosticParserTestDescriptor.java | 6 ++++ .../test/runtime/BaseLexerTestDescriptor.java | 6 ++++ .../runtime/BaseParserTestDescriptor.java | 6 ++++ .../v4/test/runtime/BaseRuntimeTest.java | 6 ++++ .../runtime/BaseRuntimeTestDescriptor.java | 6 ++++ .../org/antlr/v4/test/runtime/ErrorQueue.java | 30 ++--------------- .../test/runtime/RuntimeTestDescriptor.java | 6 ++++ .../v4/test/runtime/RuntimeTestSupport.java | 6 ++++ .../runtime/SpecialRuntimeTestAssert.java | 6 ++++ .../v4/test/runtime/cpp/BaseCppTest.java | 30 ++--------------- .../test/runtime/cpp/TestCompositeLexers.java | 6 ++++ .../runtime/cpp/TestCompositeParsers.java | 6 ++++ .../runtime/cpp/TestFullContextParsing.java | 6 ++++ .../test/runtime/cpp/TestLeftRecursion.java | 6 ++++ .../v4/test/runtime/cpp/TestLexerErrors.java | 6 ++++ .../v4/test/runtime/cpp/TestLexerExec.java | 6 ++++ .../v4/test/runtime/cpp/TestListeners.java | 6 ++++ .../v4/test/runtime/cpp/TestParseTrees.java | 6 ++++ .../v4/test/runtime/cpp/TestParserErrors.java | 6 ++++ .../v4/test/runtime/cpp/TestParserExec.java | 6 ++++ .../v4/test/runtime/cpp/TestPerformance.java | 6 ++++ .../runtime/cpp/TestSemPredEvalLexer.java | 6 ++++ .../runtime/cpp/TestSemPredEvalParser.java | 6 ++++ .../antlr/v4/test/runtime/cpp/TestSets.java | 6 ++++ .../v4/test/runtime/cpp/TestVisitors.java | 6 ++++ .../test/runtime/csharp/BaseCSharpTest.java | 30 ++--------------- .../runtime/csharp/TestCompositeLexers.java | 6 ++++ .../runtime/csharp/TestCompositeParsers.java | 6 ++++ .../csharp/TestFullContextParsing.java | 6 ++++ .../runtime/csharp/TestLeftRecursion.java | 6 ++++ .../test/runtime/csharp/TestLexerErrors.java | 6 ++++ .../v4/test/runtime/csharp/TestLexerExec.java | 6 ++++ .../v4/test/runtime/csharp/TestListeners.java | 6 ++++ .../test/runtime/csharp/TestParseTrees.java | 6 ++++ .../test/runtime/csharp/TestParserErrors.java | 6 ++++ .../test/runtime/csharp/TestParserExec.java | 6 ++++ .../test/runtime/csharp/TestPerformance.java | 6 ++++ .../runtime/csharp/TestSemPredEvalLexer.java | 6 ++++ .../runtime/csharp/TestSemPredEvalParser.java | 6 ++++ .../v4/test/runtime/csharp/TestSets.java | 6 ++++ .../v4/test/runtime/csharp/TestVisitors.java | 6 ++++ .../CompositeLexersDescriptors.java | 6 ++++ .../CompositeParsersDescriptors.java | 6 ++++ .../FullContextParsingDescriptors.java | 6 ++++ .../descriptors/LeftRecursionDescriptors.java | 6 ++++ .../descriptors/LexerErrorsDescriptors.java | 6 ++++ .../descriptors/LexerExecDescriptors.java | 6 ++++ .../descriptors/ListenersDescriptors.java | 6 ++++ .../descriptors/ParseTreesDescriptors.java | 6 ++++ .../descriptors/ParserErrorsDescriptors.java | 6 ++++ .../descriptors/ParserExecDescriptors.java | 6 ++++ .../descriptors/PerformanceDescriptors.java | 6 ++++ .../SemPredEvalLexerDescriptors.java | 6 ++++ .../SemPredEvalParserDescriptors.java | 6 ++++ .../runtime/descriptors/SetsDescriptors.java | 6 ++++ .../descriptors/VisitorsDescriptors.java | 6 ++++ .../antlr/v4/test/runtime/go/BaseGoTest.java | 30 ++--------------- .../test/runtime/go/TestCompositeLexers.java | 6 ++++ .../test/runtime/go/TestCompositeParsers.java | 6 ++++ .../runtime/go/TestFullContextParsing.java | 6 ++++ .../v4/test/runtime/go/TestLeftRecursion.java | 6 ++++ .../v4/test/runtime/go/TestLexerErrors.java | 6 ++++ .../v4/test/runtime/go/TestLexerExec.java | 6 ++++ .../v4/test/runtime/go/TestListeners.java | 6 ++++ .../v4/test/runtime/go/TestParseTrees.java | 6 ++++ .../v4/test/runtime/go/TestParserErrors.java | 6 ++++ .../v4/test/runtime/go/TestParserExec.java | 6 ++++ .../v4/test/runtime/go/TestPerformance.java | 6 ++++ .../test/runtime/go/TestSemPredEvalLexer.java | 6 ++++ .../runtime/go/TestSemPredEvalParser.java | 6 ++++ .../antlr/v4/test/runtime/go/TestSets.java | 6 ++++ .../v4/test/runtime/go/TestVisitors.java | 6 ++++ .../v4/test/runtime/java/BaseJavaTest.java | 30 ++--------------- .../runtime/java/TestCompositeLexers.java | 6 ++++ .../runtime/java/TestCompositeParsers.java | 6 ++++ .../runtime/java/TestFullContextParsing.java | 6 ++++ .../test/runtime/java/TestLeftRecursion.java | 6 ++++ .../v4/test/runtime/java/TestLexerErrors.java | 6 ++++ .../v4/test/runtime/java/TestLexerExec.java | 6 ++++ .../v4/test/runtime/java/TestListeners.java | 6 ++++ .../v4/test/runtime/java/TestParseTrees.java | 6 ++++ .../test/runtime/java/TestParserErrors.java | 6 ++++ .../v4/test/runtime/java/TestParserExec.java | 6 ++++ .../v4/test/runtime/java/TestPerformance.java | 6 ++++ .../runtime/java/TestSemPredEvalLexer.java | 6 ++++ .../runtime/java/TestSemPredEvalParser.java | 6 ++++ .../antlr/v4/test/runtime/java/TestSets.java | 6 ++++ .../v4/test/runtime/java/TestVisitors.java | 6 ++++ .../javascript/browser/BaseBrowserTest.java | 30 ++--------------- .../javascript/chrome/BaseChromeTest.java | 30 ++--------------- .../javascript/chrome/SharedWebDriver.java | 6 ++++ .../chrome/TestCompositeLexers.java | 6 ++++ .../chrome/TestCompositeParsers.java | 6 ++++ .../chrome/TestFullContextParsing.java | 6 ++++ .../javascript/chrome/TestLeftRecursion.java | 6 ++++ .../javascript/chrome/TestLexerErrors.java | 6 ++++ .../javascript/chrome/TestLexerExec.java | 6 ++++ .../javascript/chrome/TestListeners.java | 6 ++++ .../javascript/chrome/TestParseTrees.java | 6 ++++ .../javascript/chrome/TestParserErrors.java | 6 ++++ .../javascript/chrome/TestParserExec.java | 6 ++++ .../javascript/chrome/TestPerformance.java | 6 ++++ .../chrome/TestSemPredEvalLexer.java | 6 ++++ .../chrome/TestSemPredEvalParser.java | 6 ++++ .../runtime/javascript/chrome/TestSets.java | 6 ++++ .../javascript/chrome/TestVisitors.java | 6 ++++ .../javascript/explorer/BaseExplorerTest.java | 30 ++--------------- .../explorer/TestCompositeLexers.java | 6 ++++ .../explorer/TestCompositeParsers.java | 6 ++++ .../explorer/TestFullContextParsing.java | 6 ++++ .../explorer/TestLeftRecursion.java | 6 ++++ .../javascript/explorer/TestLexerErrors.java | 6 ++++ .../javascript/explorer/TestLexerExec.java | 6 ++++ .../javascript/explorer/TestListeners.java | 6 ++++ .../javascript/explorer/TestParseTrees.java | 6 ++++ .../javascript/explorer/TestParserErrors.java | 6 ++++ .../javascript/explorer/TestParserExec.java | 6 ++++ .../javascript/explorer/TestPerformance.java | 6 ++++ .../explorer/TestSemPredEvalLexer.java | 6 ++++ .../explorer/TestSemPredEvalParser.java | 6 ++++ .../runtime/javascript/explorer/TestSets.java | 6 ++++ .../javascript/explorer/TestVisitors.java | 6 ++++ .../javascript/firefox/BaseFirefoxTest.java | 30 ++--------------- .../javascript/firefox/SharedWebDriver.java | 6 ++++ .../firefox/TestCompositeLexers.java | 6 ++++ .../firefox/TestCompositeParsers.java | 6 ++++ .../firefox/TestFullContextParsing.java | 6 ++++ .../javascript/firefox/TestLeftRecursion.java | 6 ++++ .../javascript/firefox/TestLexerErrors.java | 6 ++++ .../javascript/firefox/TestLexerExec.java | 6 ++++ .../javascript/firefox/TestListeners.java | 6 ++++ .../javascript/firefox/TestParseTrees.java | 6 ++++ .../javascript/firefox/TestParserErrors.java | 6 ++++ .../javascript/firefox/TestParserExec.java | 6 ++++ .../javascript/firefox/TestPerformance.java | 6 ++++ .../firefox/TestSemPredEvalLexer.java | 6 ++++ .../firefox/TestSemPredEvalParser.java | 6 ++++ .../runtime/javascript/firefox/TestSets.java | 6 ++++ .../javascript/firefox/TestVisitors.java | 6 ++++ .../runtime/javascript/node/BaseNodeTest.java | 30 ++--------------- .../javascript/node/TestCompositeLexers.java | 6 ++++ .../javascript/node/TestCompositeParsers.java | 6 ++++ .../node/TestFullContextParsing.java | 6 ++++ .../javascript/node/TestLeftRecursion.java | 6 ++++ .../javascript/node/TestLexerErrors.java | 6 ++++ .../javascript/node/TestLexerExec.java | 6 ++++ .../javascript/node/TestListeners.java | 6 ++++ .../javascript/node/TestParseTrees.java | 6 ++++ .../javascript/node/TestParserErrors.java | 6 ++++ .../javascript/node/TestParserExec.java | 6 ++++ .../javascript/node/TestPerformance.java | 6 ++++ .../javascript/node/TestSemPredEvalLexer.java | 6 ++++ .../node/TestSemPredEvalParser.java | 6 ++++ .../runtime/javascript/node/TestSets.java | 6 ++++ .../runtime/javascript/node/TestVisitors.java | 6 ++++ .../javascript/safari/BaseSafariTest.java | 30 ++--------------- .../javascript/safari/SharedWebDriver.java | 6 ++++ .../safari/TestCompositeLexers.java | 6 ++++ .../safari/TestCompositeParsers.java | 6 ++++ .../safari/TestFullContextParsing.java | 6 ++++ .../javascript/safari/TestLeftRecursion.java | 6 ++++ .../javascript/safari/TestLexerErrors.java | 6 ++++ .../javascript/safari/TestLexerExec.java | 6 ++++ .../javascript/safari/TestListeners.java | 6 ++++ .../javascript/safari/TestParseTrees.java | 6 ++++ .../javascript/safari/TestParserErrors.java | 6 ++++ .../javascript/safari/TestParserExec.java | 6 ++++ .../javascript/safari/TestPerformance.java | 6 ++++ .../safari/TestSemPredEvalLexer.java | 6 ++++ .../safari/TestSemPredEvalParser.java | 6 ++++ .../runtime/javascript/safari/TestSets.java | 6 ++++ .../javascript/safari/TestVisitors.java | 6 ++++ .../test/runtime/python/BasePythonTest.java | 30 ++--------------- .../test/runtime/python2/BasePython2Test.java | 6 ++++ .../runtime/python2/TestCompositeLexers.java | 6 ++++ .../runtime/python2/TestCompositeParsers.java | 6 ++++ .../python2/TestFullContextParsing.java | 6 ++++ .../runtime/python2/TestLeftRecursion.java | 6 ++++ .../test/runtime/python2/TestLexerErrors.java | 6 ++++ .../test/runtime/python2/TestLexerExec.java | 6 ++++ .../test/runtime/python2/TestListeners.java | 6 ++++ .../test/runtime/python2/TestParseTrees.java | 6 ++++ .../runtime/python2/TestParserErrors.java | 6 ++++ .../test/runtime/python2/TestParserExec.java | 6 ++++ .../test/runtime/python2/TestPerformance.java | 6 ++++ .../runtime/python2/TestSemPredEvalLexer.java | 6 ++++ .../python2/TestSemPredEvalParser.java | 6 ++++ .../v4/test/runtime/python2/TestSets.java | 6 ++++ .../v4/test/runtime/python2/TestVisitors.java | 6 ++++ .../test/runtime/python3/BasePython3Test.java | 30 ++--------------- .../runtime/python3/TestCompositeLexers.java | 6 ++++ .../runtime/python3/TestCompositeParsers.java | 6 ++++ .../python3/TestFullContextParsing.java | 6 ++++ .../runtime/python3/TestLeftRecursion.java | 6 ++++ .../test/runtime/python3/TestLexerErrors.java | 6 ++++ .../test/runtime/python3/TestLexerExec.java | 6 ++++ .../test/runtime/python3/TestListeners.java | 6 ++++ .../test/runtime/python3/TestParseTrees.java | 6 ++++ .../runtime/python3/TestParserErrors.java | 6 ++++ .../test/runtime/python3/TestParserExec.java | 6 ++++ .../test/runtime/python3/TestPerformance.java | 6 ++++ .../runtime/python3/TestSemPredEvalLexer.java | 6 ++++ .../python3/TestSemPredEvalParser.java | 6 ++++ .../v4/test/runtime/python3/TestSets.java | 6 ++++ .../v4/test/runtime/python3/TestVisitors.java | 6 ++++ .../v4/test/runtime/swift/BaseSwiftTest.java | 6 ++++ .../runtime/swift/TestCompositeLexers.java | 6 ++++ .../runtime/swift/TestCompositeParsers.java | 6 ++++ .../runtime/swift/TestFullContextParsing.java | 6 ++++ .../test/runtime/swift/TestLeftRecursion.java | 6 ++++ .../test/runtime/swift/TestLexerErrors.java | 6 ++++ .../v4/test/runtime/swift/TestLexerExec.java | 6 ++++ .../v4/test/runtime/swift/TestListeners.java | 6 ++++ .../v4/test/runtime/swift/TestParseTrees.java | 6 ++++ .../test/runtime/swift/TestParserErrors.java | 6 ++++ .../v4/test/runtime/swift/TestParserExec.java | 6 ++++ .../test/runtime/swift/TestPerformance.java | 6 ++++ .../runtime/swift/TestSemPredEvalLexer.java | 6 ++++ .../runtime/swift/TestSemPredEvalParser.java | 6 ++++ .../antlr/v4/test/runtime/swift/TestSets.java | 6 ++++ .../v4/test/runtime/swift/TestVisitors.java | 6 ++++ runtime/Java/nb-configuration.xml | 8 ++++- runtime/Java/pom.xml | 6 ++++ .../antlr/v4/runtime/ANTLRErrorListener.java | 30 ++--------------- .../antlr/v4/runtime/ANTLRErrorStrategy.java | 30 ++--------------- .../org/antlr/v4/runtime/ANTLRFileStream.java | 30 ++--------------- .../antlr/v4/runtime/ANTLRInputStream.java | 30 ++--------------- .../antlr/v4/runtime/BailErrorStrategy.java | 30 ++--------------- .../antlr/v4/runtime/BaseErrorListener.java | 30 ++--------------- .../antlr/v4/runtime/BufferedTokenStream.java | 30 ++--------------- .../src/org/antlr/v4/runtime/CharStream.java | 30 ++--------------- .../src/org/antlr/v4/runtime/CommonToken.java | 30 ++--------------- .../antlr/v4/runtime/CommonTokenFactory.java | 30 ++--------------- .../antlr/v4/runtime/CommonTokenStream.java | 30 ++--------------- .../v4/runtime/ConsoleErrorListener.java | 30 ++--------------- .../v4/runtime/DefaultErrorStrategy.java | 30 ++--------------- .../v4/runtime/DiagnosticErrorListener.java | 30 ++--------------- .../v4/runtime/FailedPredicateException.java | 30 ++--------------- .../v4/runtime/InputMismatchException.java | 30 ++--------------- .../src/org/antlr/v4/runtime/IntStream.java | 30 ++--------------- .../v4/runtime/InterpreterRuleContext.java | 30 ++--------------- .../Java/src/org/antlr/v4/runtime/Lexer.java | 30 ++--------------- .../antlr/v4/runtime/LexerInterpreter.java | 30 ++--------------- .../v4/runtime/LexerNoViableAltException.java | 30 ++--------------- .../org/antlr/v4/runtime/ListTokenSource.java | 6 ++++ .../v4/runtime/NoViableAltException.java | 30 ++--------------- .../Java/src/org/antlr/v4/runtime/Parser.java | 30 ++--------------- .../antlr/v4/runtime/ParserInterpreter.java | 30 ++--------------- .../antlr/v4/runtime/ParserRuleContext.java | 30 ++--------------- .../antlr/v4/runtime/ProxyErrorListener.java | 30 ++--------------- .../v4/runtime/RecognitionException.java | 30 ++--------------- .../src/org/antlr/v4/runtime/Recognizer.java | 30 ++--------------- .../src/org/antlr/v4/runtime/RuleContext.java | 30 ++--------------- .../v4/runtime/RuleContextWithAltNum.java | 6 ++++ .../org/antlr/v4/runtime/RuntimeMetaData.java | 30 ++--------------- .../Java/src/org/antlr/v4/runtime/Token.java | 30 ++--------------- .../org/antlr/v4/runtime/TokenFactory.java | 30 ++--------------- .../src/org/antlr/v4/runtime/TokenSource.java | 30 ++--------------- .../src/org/antlr/v4/runtime/TokenStream.java | 30 ++--------------- .../antlr/v4/runtime/TokenStreamRewriter.java | 30 ++--------------- .../v4/runtime/UnbufferedCharStream.java | 30 ++--------------- .../v4/runtime/UnbufferedTokenStream.java | 30 ++--------------- .../src/org/antlr/v4/runtime/Vocabulary.java | 30 ++--------------- .../org/antlr/v4/runtime/VocabularyImpl.java | 30 ++--------------- .../org/antlr/v4/runtime/WritableToken.java | 30 ++--------------- .../src/org/antlr/v4/runtime/atn/ATN.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/ATNConfig.java | 30 ++--------------- .../antlr/v4/runtime/atn/ATNConfigSet.java | 30 ++--------------- .../atn/ATNDeserializationOptions.java | 30 ++--------------- .../antlr/v4/runtime/atn/ATNDeserializer.java | 32 +++---------------- .../antlr/v4/runtime/atn/ATNSerializer.java | 30 ++--------------- .../antlr/v4/runtime/atn/ATNSimulator.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/ATNState.java | 30 ++--------------- .../src/org/antlr/v4/runtime/atn/ATNType.java | 32 +++---------------- .../atn/AbstractPredicateTransition.java | 30 ++--------------- .../v4/runtime/atn/ActionTransition.java | 30 ++--------------- .../antlr/v4/runtime/atn/AmbiguityInfo.java | 30 ++--------------- .../runtime/atn/ArrayPredictionContext.java | 30 ++--------------- .../antlr/v4/runtime/atn/AtomTransition.java | 30 ++--------------- .../v4/runtime/atn/BasicBlockStartState.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/BasicState.java | 30 ++--------------- .../antlr/v4/runtime/atn/BlockEndState.java | 30 ++--------------- .../antlr/v4/runtime/atn/BlockStartState.java | 30 ++--------------- .../runtime/atn/ContextSensitivityInfo.java | 30 ++--------------- .../v4/runtime/atn/DecisionEventInfo.java | 30 ++--------------- .../antlr/v4/runtime/atn/DecisionInfo.java | 32 +++---------------- .../antlr/v4/runtime/atn/DecisionState.java | 30 ++--------------- .../runtime/atn/EmptyPredictionContext.java | 30 ++--------------- .../v4/runtime/atn/EpsilonTransition.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/ErrorInfo.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/LL1Analyzer.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerATNConfig.java | 30 ++--------------- .../v4/runtime/atn/LexerATNSimulator.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/LexerAction.java | 30 ++--------------- .../v4/runtime/atn/LexerActionExecutor.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerActionType.java | 30 ++--------------- .../v4/runtime/atn/LexerChannelAction.java | 30 ++--------------- .../v4/runtime/atn/LexerCustomAction.java | 30 ++--------------- .../runtime/atn/LexerIndexedCustomAction.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerModeAction.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerMoreAction.java | 30 ++--------------- .../v4/runtime/atn/LexerPopModeAction.java | 30 ++--------------- .../v4/runtime/atn/LexerPushModeAction.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerSkipAction.java | 30 ++--------------- .../antlr/v4/runtime/atn/LexerTypeAction.java | 30 ++--------------- .../v4/runtime/atn/LookaheadEventInfo.java | 30 ++--------------- .../antlr/v4/runtime/atn/LoopEndState.java | 30 ++--------------- .../v4/runtime/atn/NotSetTransition.java | 30 ++--------------- .../v4/runtime/atn/OrderedATNConfigSet.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/ParseInfo.java | 30 ++--------------- .../v4/runtime/atn/ParserATNSimulator.java | 30 ++--------------- .../v4/runtime/atn/PlusBlockStartState.java | 30 ++--------------- .../v4/runtime/atn/PlusLoopbackState.java | 30 ++--------------- .../atn/PrecedencePredicateTransition.java | 30 ++--------------- .../v4/runtime/atn/PredicateEvalInfo.java | 30 ++--------------- .../v4/runtime/atn/PredicateTransition.java | 30 ++--------------- .../v4/runtime/atn/PredictionContext.java | 30 ++--------------- .../runtime/atn/PredictionContextCache.java | 30 ++--------------- .../antlr/v4/runtime/atn/PredictionMode.java | 32 +++---------------- .../v4/runtime/atn/ProfilingATNSimulator.java | 30 ++--------------- .../antlr/v4/runtime/atn/RangeTransition.java | 30 ++--------------- .../antlr/v4/runtime/atn/RuleStartState.java | 30 ++--------------- .../antlr/v4/runtime/atn/RuleStopState.java | 30 ++--------------- .../antlr/v4/runtime/atn/RuleTransition.java | 30 ++--------------- .../antlr/v4/runtime/atn/SemanticContext.java | 30 ++--------------- .../antlr/v4/runtime/atn/SetTransition.java | 30 ++--------------- .../atn/SingletonPredictionContext.java | 30 ++--------------- .../v4/runtime/atn/StarBlockStartState.java | 30 ++--------------- .../v4/runtime/atn/StarLoopEntryState.java | 30 ++--------------- .../v4/runtime/atn/StarLoopbackState.java | 30 ++--------------- .../v4/runtime/atn/TokensStartState.java | 30 ++--------------- .../org/antlr/v4/runtime/atn/Transition.java | 30 ++--------------- .../v4/runtime/atn/WildcardTransition.java | 30 ++--------------- .../src/org/antlr/v4/runtime/dfa/DFA.java | 30 ++--------------- .../antlr/v4/runtime/dfa/DFASerializer.java | 30 ++--------------- .../org/antlr/v4/runtime/dfa/DFAState.java | 30 ++--------------- .../v4/runtime/dfa/LexerDFASerializer.java | 30 ++--------------- .../misc/AbstractEqualityComparator.java | 30 ++--------------- .../antlr/v4/runtime/misc/Array2DHashSet.java | 30 ++--------------- .../antlr/v4/runtime/misc/DoubleKeyMap.java | 30 ++--------------- .../v4/runtime/misc/EqualityComparator.java | 30 ++--------------- .../v4/runtime/misc/FlexibleHashMap.java | 30 ++--------------- .../src/org/antlr/v4/runtime/misc/IntSet.java | 30 ++--------------- .../antlr/v4/runtime/misc/IntegerList.java | 30 ++--------------- .../antlr/v4/runtime/misc/IntegerStack.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/Interval.java | 30 ++--------------- .../antlr/v4/runtime/misc/IntervalSet.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/LogManager.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/MultiMap.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/MurmurHash.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/NotNull.java | 30 ++--------------- .../misc/ObjectEqualityComparator.java | 30 ++--------------- .../antlr/v4/runtime/misc/OrderedHashSet.java | 30 ++--------------- .../src/org/antlr/v4/runtime/misc/Pair.java | 30 ++--------------- .../misc/ParseCancellationException.java | 30 ++--------------- .../org/antlr/v4/runtime/misc/Predicate.java | 6 ++++ .../org/antlr/v4/runtime/misc/TestRig.java | 6 ++++ .../src/org/antlr/v4/runtime/misc/Triple.java | 30 ++--------------- .../src/org/antlr/v4/runtime/misc/Utils.java | 30 ++--------------- .../tree/AbstractParseTreeVisitor.java | 30 ++--------------- .../org/antlr/v4/runtime/tree/ErrorNode.java | 30 ++--------------- .../antlr/v4/runtime/tree/ErrorNodeImpl.java | 30 ++--------------- .../tree/IterativeParseTreeWalker.java | 30 ++--------------- .../org/antlr/v4/runtime/tree/ParseTree.java | 30 ++--------------- .../v4/runtime/tree/ParseTreeListener.java | 30 ++--------------- .../v4/runtime/tree/ParseTreeProperty.java | 30 ++--------------- .../v4/runtime/tree/ParseTreeVisitor.java | 30 ++--------------- .../v4/runtime/tree/ParseTreeWalker.java | 30 ++--------------- .../org/antlr/v4/runtime/tree/RuleNode.java | 30 ++--------------- .../org/antlr/v4/runtime/tree/SyntaxTree.java | 30 ++--------------- .../antlr/v4/runtime/tree/TerminalNode.java | 30 ++--------------- .../v4/runtime/tree/TerminalNodeImpl.java | 30 ++--------------- .../src/org/antlr/v4/runtime/tree/Tree.java | 30 ++--------------- .../src/org/antlr/v4/runtime/tree/Trees.java | 30 ++--------------- .../antlr/v4/runtime/tree/pattern/Chunk.java | 30 ++--------------- .../runtime/tree/pattern/ParseTreeMatch.java | 30 ++--------------- .../tree/pattern/ParseTreePattern.java | 30 ++--------------- .../tree/pattern/ParseTreePatternMatcher.java | 30 ++--------------- .../v4/runtime/tree/pattern/RuleTagToken.java | 30 ++--------------- .../v4/runtime/tree/pattern/TagChunk.java | 30 ++--------------- .../v4/runtime/tree/pattern/TextChunk.java | 30 ++--------------- .../runtime/tree/pattern/TokenTagToken.java | 30 ++--------------- .../antlr/v4/runtime/tree/xpath/XPath.java | 6 ++++ .../v4/runtime/tree/xpath/XPathElement.java | 6 ++++ .../tree/xpath/XPathLexerErrorListener.java | 6 ++++ .../tree/xpath/XPathRuleAnywhereElement.java | 6 ++++ .../runtime/tree/xpath/XPathRuleElement.java | 6 ++++ .../tree/xpath/XPathTokenAnywhereElement.java | 6 ++++ .../runtime/tree/xpath/XPathTokenElement.java | 6 ++++ .../xpath/XPathWildcardAnywhereElement.java | 6 ++++ .../tree/xpath/XPathWildcardElement.java | 6 ++++ tool-testsuite/pom.xml | 6 ++++ .../antlr/v4/test/tool/BaseJavaToolTest.java | 6 ++++ .../tool/InterpreterTreeTextProvider.java | 6 ++++ .../v4/test/tool/JavaUnicodeInputStream.java | 30 ++--------------- .../tool/ParserInterpreterForTesting.java | 30 ++--------------- .../antlr/v4/test/tool/TestASTStructure.java | 30 ++--------------- .../v4/test/tool/TestATNConstruction.java | 30 ++--------------- .../v4/test/tool/TestATNDeserialization.java | 30 ++--------------- .../v4/test/tool/TestATNInterpreter.java | 30 ++--------------- .../v4/test/tool/TestATNLexerInterpreter.java | 30 ++--------------- .../v4/test/tool/TestATNParserPrediction.java | 30 ++--------------- .../v4/test/tool/TestATNSerialization.java | 30 ++--------------- .../v4/test/tool/TestActionSplitter.java | 30 ++--------------- .../v4/test/tool/TestActionTranslation.java | 30 ++--------------- .../v4/test/tool/TestAmbigParseTrees.java | 6 ++++ .../v4/test/tool/TestAttributeChecks.java | 30 ++--------------- .../v4/test/tool/TestBasicSemanticErrors.java | 30 ++--------------- .../v4/test/tool/TestBufferedTokenStream.java | 30 ++--------------- .../v4/test/tool/TestCodeGeneration.java | 30 ++--------------- .../v4/test/tool/TestCommonTokenStream.java | 30 ++--------------- .../v4/test/tool/TestCompositeGrammars.java | 30 ++--------------- .../antlr/v4/test/tool/TestDollarParser.java | 6 ++++ .../org/antlr/v4/test/tool/TestErrorSets.java | 30 ++--------------- .../org/antlr/v4/test/tool/TestFastQueue.java | 30 ++--------------- .../tool/TestGrammarParserInterpreter.java | 30 ++--------------- .../antlr/v4/test/tool/TestGraphNodes.java | 30 ++--------------- .../antlr/v4/test/tool/TestIntervalSet.java | 30 ++--------------- .../tool/TestLeftRecursionToolIssues.java | 30 ++--------------- .../antlr/v4/test/tool/TestLexerActions.java | 6 ++++ .../v4/test/tool/TestLookaheadTrees.java | 6 ++++ .../v4/test/tool/TestParseTreeMatcher.java | 6 ++++ .../antlr/v4/test/tool/TestParserExec.java | 30 ++--------------- .../v4/test/tool/TestParserInterpreter.java | 30 ++--------------- .../v4/test/tool/TestParserProfiler.java | 30 ++--------------- .../antlr/v4/test/tool/TestPerformance.java | 30 ++--------------- .../antlr/v4/test/tool/TestScopeParsing.java | 30 ++--------------- .../antlr/v4/test/tool/TestSymbolIssues.java | 30 ++--------------- .../test/tool/TestTokenPositionOptions.java | 30 ++--------------- .../v4/test/tool/TestTokenStreamRewriter.java | 30 ++--------------- .../v4/test/tool/TestTokenTypeAssignment.java | 30 ++--------------- .../v4/test/tool/TestToolSyntaxErrors.java | 30 ++--------------- .../v4/test/tool/TestTopologicalSort.java | 30 ++--------------- .../test/tool/TestUnbufferedCharStream.java | 30 ++--------------- .../test/tool/TestUnbufferedTokenStream.java | 30 ++--------------- .../antlr/v4/test/tool/TestVocabulary.java | 30 ++--------------- .../org/antlr/v4/test/tool/TestXPath.java | 6 ++++ tool/nb-configuration.xml | 8 ++++- tool/pom.xml | 6 ++++ tool/src/org/antlr/v4/Tool.java | 30 ++--------------- .../antlr/v4/analysis/AnalysisPipeline.java | 30 ++--------------- .../v4/analysis/LeftRecursionDetector.java | 30 ++--------------- .../v4/analysis/LeftRecursiveRuleAltInfo.java | 30 ++--------------- .../analysis/LeftRecursiveRuleAnalyzer.java | 30 ++--------------- .../LeftRecursiveRuleTransformer.java | 30 ++--------------- .../src/org/antlr/v4/automata/ATNFactory.java | 30 ++--------------- .../org/antlr/v4/automata/ATNOptimizer.java | 30 ++--------------- .../src/org/antlr/v4/automata/ATNPrinter.java | 30 ++--------------- .../src/org/antlr/v4/automata/ATNVisitor.java | 30 ++--------------- .../antlr/v4/automata/LexerATNFactory.java | 30 ++--------------- .../antlr/v4/automata/ParserATNFactory.java | 30 ++--------------- .../antlr/v4/automata/TailEpsilonRemover.java | 30 ++--------------- .../antlr/v4/codegen/ActionTranslator.java | 30 ++--------------- .../v4/codegen/BlankOutputModelFactory.java | 30 ++--------------- .../org/antlr/v4/codegen/CodeGenPipeline.java | 31 ++---------------- .../org/antlr/v4/codegen/CodeGenerator.java | 31 ++---------------- .../v4/codegen/CodeGeneratorExtension.java | 30 ++--------------- .../v4/codegen/DefaultOutputModelFactory.java | 30 ++--------------- .../org/antlr/v4/codegen/LexerFactory.java | 30 ++--------------- .../v4/codegen/OutputModelController.java | 31 ++---------------- .../antlr/v4/codegen/OutputModelFactory.java | 30 ++--------------- .../antlr/v4/codegen/OutputModelWalker.java | 31 ++---------------- .../org/antlr/v4/codegen/ParserFactory.java | 30 ++--------------- tool/src/org/antlr/v4/codegen/Target.java | 31 ++---------------- tool/src/org/antlr/v4/codegen/Wildcard.java | 30 ++--------------- .../org/antlr/v4/codegen/model/Action.java | 30 ++--------------- .../v4/codegen/model/AddToLabelList.java | 30 ++--------------- .../org/antlr/v4/codegen/model/AltBlock.java | 30 ++--------------- .../org/antlr/v4/codegen/model/ArgAction.java | 30 ++--------------- .../v4/codegen/model/BaseListenerFile.java | 30 ++--------------- .../v4/codegen/model/BaseVisitorFile.java | 30 ++--------------- .../v4/codegen/model/CaptureNextToken.java | 30 ++--------------- .../codegen/model/CaptureNextTokenType.java | 30 ++--------------- .../org/antlr/v4/codegen/model/Choice.java | 30 ++--------------- .../v4/codegen/model/CodeBlockForAlt.java | 30 ++--------------- .../model/CodeBlockForOuterMostAlt.java | 30 ++--------------- .../v4/codegen/model/DispatchMethod.java | 30 ++--------------- .../model/ElementFrequenciesVisitor.java | 6 ++++ .../v4/codegen/model/ExceptionClause.java | 30 ++--------------- .../antlr/v4/codegen/model/InvokeRule.java | 30 ++--------------- .../antlr/v4/codegen/model/LL1AltBlock.java | 30 ++--------------- .../org/antlr/v4/codegen/model/LL1Choice.java | 30 ++--------------- .../org/antlr/v4/codegen/model/LL1Loop.java | 30 ++--------------- .../v4/codegen/model/LL1OptionalBlock.java | 30 ++--------------- .../model/LL1OptionalBlockSingleAlt.java | 30 ++--------------- .../codegen/model/LL1PlusBlockSingleAlt.java | 30 ++--------------- .../codegen/model/LL1StarBlockSingleAlt.java | 30 ++--------------- .../org/antlr/v4/codegen/model/LabeledOp.java | 30 ++--------------- .../model/LeftRecursiveRuleFunction.java | 30 ++--------------- .../src/org/antlr/v4/codegen/model/Lexer.java | 30 ++--------------- .../org/antlr/v4/codegen/model/LexerFile.java | 30 ++--------------- .../codegen/model/ListenerDispatchMethod.java | 30 ++--------------- .../antlr/v4/codegen/model/ListenerFile.java | 30 ++--------------- tool/src/org/antlr/v4/codegen/model/Loop.java | 30 ++--------------- .../antlr/v4/codegen/model/MatchNotSet.java | 30 ++--------------- .../org/antlr/v4/codegen/model/MatchSet.java | 30 ++--------------- .../antlr/v4/codegen/model/MatchToken.java | 30 ++--------------- .../antlr/v4/codegen/model/ModelElement.java | 30 ++--------------- .../antlr/v4/codegen/model/OptionalBlock.java | 30 ++--------------- .../antlr/v4/codegen/model/OutputFile.java | 30 ++--------------- .../v4/codegen/model/OutputModelObject.java | 30 ++--------------- .../org/antlr/v4/codegen/model/Parser.java | 30 ++--------------- .../antlr/v4/codegen/model/ParserFile.java | 30 ++--------------- .../org/antlr/v4/codegen/model/PlusBlock.java | 30 ++--------------- .../antlr/v4/codegen/model/Recognizer.java | 30 ++--------------- .../v4/codegen/model/RuleActionFunction.java | 30 ++--------------- .../antlr/v4/codegen/model/RuleElement.java | 30 ++--------------- .../antlr/v4/codegen/model/RuleFunction.java | 30 ++--------------- .../v4/codegen/model/RuleSempredFunction.java | 30 ++--------------- .../org/antlr/v4/codegen/model/SemPred.java | 30 ++--------------- .../antlr/v4/codegen/model/SerializedATN.java | 30 ++--------------- .../src/org/antlr/v4/codegen/model/SrcOp.java | 30 ++--------------- .../org/antlr/v4/codegen/model/StarBlock.java | 30 ++--------------- tool/src/org/antlr/v4/codegen/model/Sync.java | 30 ++--------------- .../antlr/v4/codegen/model/TestSetInline.java | 30 ++--------------- .../model/ThrowEarlyExitException.java | 30 ++--------------- .../v4/codegen/model/ThrowNoViableAlt.java | 30 ++--------------- .../model/ThrowRecognitionException.java | 30 ++--------------- .../codegen/model/VisitorDispatchMethod.java | 30 ++--------------- .../antlr/v4/codegen/model/VisitorFile.java | 30 ++--------------- .../v4/codegen/model/chunk/ActionChunk.java | 30 ++--------------- .../codegen/model/chunk/ActionTemplate.java | 30 ++--------------- .../v4/codegen/model/chunk/ActionText.java | 30 ++--------------- .../antlr/v4/codegen/model/chunk/ArgRef.java | 30 ++--------------- .../v4/codegen/model/chunk/LabelRef.java | 30 ++--------------- .../v4/codegen/model/chunk/ListLabelRef.java | 30 ++--------------- .../v4/codegen/model/chunk/LocalRef.java | 30 ++--------------- .../codegen/model/chunk/NonLocalAttrRef.java | 30 ++--------------- .../v4/codegen/model/chunk/QRetValueRef.java | 30 ++--------------- .../v4/codegen/model/chunk/RetValueRef.java | 30 ++--------------- .../codegen/model/chunk/RulePropertyRef.java | 30 ++--------------- .../model/chunk/RulePropertyRef_ctx.java | 30 ++--------------- .../model/chunk/RulePropertyRef_parser.java | 30 ++--------------- .../model/chunk/RulePropertyRef_start.java | 30 ++--------------- .../model/chunk/RulePropertyRef_stop.java | 30 ++--------------- .../model/chunk/RulePropertyRef_text.java | 30 ++--------------- .../antlr/v4/codegen/model/chunk/SetAttr.java | 30 ++--------------- .../codegen/model/chunk/SetNonLocalAttr.java | 30 ++--------------- .../model/chunk/ThisRulePropertyRef_ctx.java | 30 ++--------------- .../chunk/ThisRulePropertyRef_parser.java | 30 ++--------------- .../chunk/ThisRulePropertyRef_start.java | 30 ++--------------- .../model/chunk/ThisRulePropertyRef_stop.java | 30 ++--------------- .../model/chunk/ThisRulePropertyRef_text.java | 30 ++--------------- .../codegen/model/chunk/TokenPropertyRef.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_channel.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_index.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_int.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_line.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_pos.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_text.java | 30 ++--------------- .../model/chunk/TokenPropertyRef_type.java | 30 ++--------------- .../v4/codegen/model/chunk/TokenRef.java | 30 ++--------------- tool/src/org/antlr/v4/codegen/model/dbg.java | 30 ++--------------- .../model/decl/AltLabelStructDecl.java | 30 ++--------------- .../v4/codegen/model/decl/AttributeDecl.java | 30 ++--------------- .../v4/codegen/model/decl/CodeBlock.java | 30 ++--------------- .../codegen/model/decl/ContextGetterDecl.java | 30 ++--------------- .../model/decl/ContextRuleGetterDecl.java | 30 ++--------------- .../model/decl/ContextRuleListGetterDecl.java | 30 ++--------------- .../ContextRuleListIndexedGetterDecl.java | 30 ++--------------- .../model/decl/ContextTokenGetterDecl.java | 30 ++--------------- .../decl/ContextTokenListGetterDecl.java | 30 ++--------------- .../ContextTokenListIndexedGetterDecl.java | 30 ++--------------- .../org/antlr/v4/codegen/model/decl/Decl.java | 30 ++--------------- .../codegen/model/decl/ElementListDecl.java | 30 ++--------------- .../codegen/model/decl/RuleContextDecl.java | 30 ++--------------- .../model/decl/RuleContextListDecl.java | 30 ++--------------- .../v4/codegen/model/decl/StructDecl.java | 30 ++--------------- .../v4/codegen/model/decl/TokenDecl.java | 30 ++--------------- .../v4/codegen/model/decl/TokenListDecl.java | 30 ++--------------- .../v4/codegen/model/decl/TokenTypeDecl.java | 30 ++--------------- .../antlr/v4/codegen/target/CSharpTarget.java | 30 ++--------------- .../antlr/v4/codegen/target/CppTarget.java | 31 ++---------------- .../org/antlr/v4/codegen/target/GoTarget.java | 6 ++++ .../v4/codegen/target/JavaScriptTarget.java | 30 ++--------------- .../antlr/v4/codegen/target/JavaTarget.java | 30 ++--------------- .../v4/codegen/target/Python2Target.java | 30 ++--------------- .../v4/codegen/target/Python3Target.java | 30 ++--------------- .../antlr/v4/codegen/target/SwiftTarget.java | 6 ++++ .../org/antlr/v4/gui/BasicFontMetrics.java | 30 ++--------------- .../src/org/antlr/v4/gui/GraphicsSupport.java | 30 ++--------------- .../v4/gui/JFileChooserConfirmOverwrite.java | 30 ++--------------- .../org/antlr/v4/gui/PostScriptDocument.java | 30 ++--------------- .../org/antlr/v4/gui/SystemFontMetrics.java | 30 ++--------------- tool/src/org/antlr/v4/gui/TestRig.java | 30 ++--------------- .../org/antlr/v4/gui/TreeLayoutAdaptor.java | 30 ++--------------- .../antlr/v4/gui/TreePostScriptGenerator.java | 30 ++--------------- .../org/antlr/v4/gui/TreeTextProvider.java | 30 ++--------------- tool/src/org/antlr/v4/gui/TreeViewer.java | 30 ++--------------- tool/src/org/antlr/v4/gui/Trees.java | 6 ++++ tool/src/org/antlr/v4/misc/CharSupport.java | 30 ++--------------- tool/src/org/antlr/v4/misc/FrequencySet.java | 30 ++--------------- tool/src/org/antlr/v4/misc/Graph.java | 30 ++--------------- tool/src/org/antlr/v4/misc/MutableInt.java | 30 ++--------------- .../src/org/antlr/v4/misc/OrderedHashMap.java | 30 ++--------------- tool/src/org/antlr/v4/misc/Utils.java | 30 ++--------------- .../v4/parse/ActionSplitterListener.java | 30 ++--------------- .../org/antlr/v4/parse/GrammarASTAdaptor.java | 30 ++--------------- tool/src/org/antlr/v4/parse/GrammarToken.java | 30 ++--------------- .../v4/parse/ResyncToEndOfRuleBlock.java | 30 ++--------------- tool/src/org/antlr/v4/parse/ScopeParser.java | 30 ++--------------- .../org/antlr/v4/parse/TokenVocabParser.java | 30 ++--------------- .../org/antlr/v4/parse/ToolANTLRLexer.java | 30 ++--------------- .../org/antlr/v4/parse/ToolANTLRParser.java | 30 ++--------------- .../v4/parse/v3TreeGrammarException.java | 30 ++--------------- .../org/antlr/v4/parse/v4ParserException.java | 30 ++--------------- .../org/antlr/v4/semantics/ActionSniffer.java | 30 ++--------------- .../antlr/v4/semantics/AttributeChecks.java | 30 ++--------------- .../v4/semantics/BasicSemanticChecks.java | 30 ++--------------- .../BlankActionSplitterListener.java | 30 ++--------------- .../org/antlr/v4/semantics/RuleCollector.java | 30 ++--------------- .../antlr/v4/semantics/SemanticPipeline.java | 30 ++--------------- .../org/antlr/v4/semantics/SymbolChecks.java | 30 ++--------------- .../antlr/v4/semantics/SymbolCollector.java | 30 ++--------------- .../antlr/v4/semantics/UseDefAnalyzer.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ANTLRMessage.java | 30 ++--------------- .../org/antlr/v4/tool/ANTLRToolListener.java | 30 ++--------------- tool/src/org/antlr/v4/tool/Alternative.java | 30 ++--------------- tool/src/org/antlr/v4/tool/Attribute.java | 30 ++--------------- tool/src/org/antlr/v4/tool/AttributeDict.java | 30 ++--------------- .../org/antlr/v4/tool/AttributeResolver.java | 30 ++--------------- .../v4/tool/BuildDependencyGenerator.java | 31 ++---------------- tool/src/org/antlr/v4/tool/DOTGenerator.java | 30 ++--------------- .../antlr/v4/tool/DefaultToolListener.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ErrorManager.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ErrorSeverity.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ErrorType.java | 30 ++--------------- tool/src/org/antlr/v4/tool/Grammar.java | 30 ++--------------- .../tool/GrammarInterpreterRuleContext.java | 30 ++--------------- .../v4/tool/GrammarParserInterpreter.java | 30 ++--------------- .../v4/tool/GrammarSemanticsMessage.java | 30 ++--------------- .../antlr/v4/tool/GrammarSyntaxMessage.java | 30 ++--------------- .../v4/tool/GrammarTransformPipeline.java | 30 ++--------------- .../org/antlr/v4/tool/LabelElementPair.java | 30 ++--------------- tool/src/org/antlr/v4/tool/LabelType.java | 30 ++--------------- .../v4/tool/LeftRecursionCyclesMessage.java | 30 ++--------------- .../org/antlr/v4/tool/LeftRecursiveRule.java | 30 ++--------------- tool/src/org/antlr/v4/tool/LexerGrammar.java | 30 ++--------------- tool/src/org/antlr/v4/tool/Rule.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ToolMessage.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/ActionAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/AltAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/BlockAST.java | 30 ++--------------- .../src/org/antlr/v4/tool/ast/GrammarAST.java | 30 ++--------------- .../v4/tool/ast/GrammarASTErrorNode.java | 30 ++--------------- .../antlr/v4/tool/ast/GrammarASTVisitor.java | 30 ++--------------- .../v4/tool/ast/GrammarASTWithOptions.java | 30 ++--------------- .../org/antlr/v4/tool/ast/GrammarRootAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/NotAST.java | 30 ++--------------- .../antlr/v4/tool/ast/OptionalBlockAST.java | 30 ++--------------- .../org/antlr/v4/tool/ast/PlusBlockAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/PredAST.java | 30 ++--------------- .../org/antlr/v4/tool/ast/QuantifierAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/RangeAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/RuleAST.java | 30 ++--------------- .../org/antlr/v4/tool/ast/RuleElementAST.java | 30 ++--------------- .../src/org/antlr/v4/tool/ast/RuleRefAST.java | 30 ++--------------- tool/src/org/antlr/v4/tool/ast/SetAST.java | 30 ++--------------- .../org/antlr/v4/tool/ast/StarBlockAST.java | 30 ++--------------- .../org/antlr/v4/tool/ast/TerminalAST.java | 30 ++--------------- 683 files changed, 2831 insertions(+), 11496 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 95d0a2554..9e3d82859 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,5 @@ -[The "BSD license"] -Copyright (c) 2015 Terence Parr, Sam Harwell -All rights reserved. +[The "BSD 3-clause license"] +Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -11,8 +10,9 @@ are met: 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. + 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/antlr4-maven-plugin/nb-configuration.xml b/antlr4-maven-plugin/nb-configuration.xml index 2d74a8819..c427a427d 100644 --- a/antlr4-maven-plugin/nb-configuration.xml +++ b/antlr4-maven-plugin/nb-configuration.xml @@ -1,4 +1,10 @@ + + 4.0.0 diff --git a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index de806eee9..39e62581a 100644 --- a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,4 +1,10 @@ + + diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java index b2518786e..21947e4e3 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java @@ -1,31 +1,8 @@ /* - [The "BSD license"] - Copyright (c) 2012 Terence Parr - Copyright (c) 2012 Sam Harwell - 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package org.antlr.mojo.antlr4; import org.antlr.v4.Tool; diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java index 9b3b24e0b..438932c18 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java @@ -1,31 +1,8 @@ /* - [The "BSD license"] - Copyright (c) 2012 Terence Parr - Copyright (c) 2012 Sam Harwell - 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package org.antlr.mojo.antlr4; diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java index 04654d976..140b535c0 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.mojo.antlr4; import org.antlr.runtime.tree.Tree; diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java index b8019d88a..d17eef23f 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.mojo.antlr4; import java.io.File; diff --git a/antlr4-maven-plugin/src/site/site.xml b/antlr4-maven-plugin/src/site/site.xml index 0cf1aa278..b0314b00b 100644 --- a/antlr4-maven-plugin/src/site/site.xml +++ b/antlr4-maven-plugin/src/site/site.xml @@ -1,5 +1,11 @@ + + diff --git a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java index d90d19929..f5f192836 100644 --- a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java +++ b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.mojo.antlr4; import io.takari.maven.testing.TestMavenRuntime; diff --git a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml index be826212c..88f2cb0e6 100644 --- a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml @@ -1,3 +1,9 @@ + + diff --git a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml index 08fd320a0..08f79056d 100644 --- a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml @@ -1,3 +1,9 @@ + + diff --git a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml index 0c7988fe5..2e8acb247 100644 --- a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml @@ -1,3 +1,9 @@ + + diff --git a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml index 6d532b781..9673ad114 100644 --- a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml @@ -1,3 +1,9 @@ + + diff --git a/pom.xml b/pom.xml index c5f05d5ca..31ccb2e1c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/runtime-testsuite-legacy/pom.xml b/runtime-testsuite-legacy/pom.xml index c5366fc85..387d5494a 100644 --- a/runtime-testsuite-legacy/pom.xml +++ b/runtime-testsuite-legacy/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/runtime-testsuite/annotations/pom.xml b/runtime-testsuite/annotations/pom.xml index 8c651ab01..bc36d3067 100644 --- a/runtime-testsuite/annotations/pom.xml +++ b/runtime-testsuite/annotations/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java index 0fc46acfa..7dee52270 100644 --- a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java +++ b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; import java.lang.annotation.ElementType; diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml index 927eed14a..f8c3ae3b4 100644 --- a/runtime-testsuite/pom.xml +++ b/runtime-testsuite/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/runtime-testsuite/processors/pom.xml b/runtime-testsuite/processors/pom.xml index 6a215fda5..f81456ce5 100644 --- a/runtime-testsuite/processors/pom.xml +++ b/runtime-testsuite/processors/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java index d3c43151f..fd0cbf50b 100644 --- a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java +++ b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; import com.sun.tools.javac.model.JavacElements; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java index d5b90b3ae..4df7bea2b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; public class BaseCompositeLexerTestDescriptor extends BaseRuntimeTestDescriptor { diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java index 42e57570d..1467380ef 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; public class BaseCompositeParserTestDescriptor extends BaseRuntimeTestDescriptor { diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java index 80d9cc6ae..4fdc6985d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; public abstract class BaseDiagnosticParserTestDescriptor extends BaseParserTestDescriptor { diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java index 7e0028e7e..e78d994c0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; public class BaseLexerTestDescriptor extends BaseRuntimeTestDescriptor { diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java index 27f625b6b..ab044c5e0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; public class BaseParserTestDescriptor extends BaseRuntimeTestDescriptor { diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java index e0b5768a9..8d570ec6d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; import org.antlr.v4.Tool; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java index 62a371468..1e16d3404 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java index 35bc004e5..1e6fdfe7d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java index 1316ec4fc..fe2ecccbb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java index cbbe688af..266d83bb3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; /** This interface describes functionality needed to execute a runtime test. diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java index 3d3aef8a0..8859b326a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime; /** This interface acts like a tag on a Base*Test class that wants diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java index 25458ce9b..67035b930 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.cpp; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java index 7a79f00c8..8a5b1744e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java index a8b62b8ee..f4d027687 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java index c4a5d1df4..bbf64e3b0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java index a28cf4044..65fe0b636 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java index 1411a2a3e..4944ebf58 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java index b7ffd20b5..a9538e9b2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java index 5739d90f0..f5b2afbc6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java index 8587c1326..8c6d5de09 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java index 7cbb066f6..794a9a8de 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java index 4a2659010..ba9cd05e9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java index 771a2e8f4..94691c76c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java index cac662c1a..5f76bcfc7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java index b0bc2070f..85e4770af 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java index b55d9163b..665c0f134 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java index 99905fe30..6f6464a7f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.cpp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java index ab93562cc..aed2244e7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.csharp; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java index 48c2a693d..b7da7e5b9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java index 9f6ee7765..d51e0ac20 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java index 14abb8f86..7625d6b6a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java index 2088afc7b..6b5909d76 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java index c292740ff..17bd75957 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java index fb77cda13..9bdc41e7a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java index b8be2f967..28382dcb6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java index 3363fa156..5fa0d6fa3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java index 3dabedda9..89bb80ed1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java index 5ee235c5c..d191b2345 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java index 93d2c9e64..674955bef 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java index 7ccad61bf..d9f281532 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java index 8254f789d..2a46df911 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java index 1ab34822f..481785298 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java index 2eb5c8c83..db7ec9f5c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.csharp; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java index 3f0225590..c888c9fc8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java index 19ece3010..5543badf3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java index c935a6286..86d0f7e51 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseDiagnosticParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java index 9b4c313ea..05133401d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java index 44bcac970..d1bcc638c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseLexerTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java index 8281eb72c..7fa646379 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java index d15980057..3e98d9d7b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java index 08455a2b1..e18c21808 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java index 979495812..98b39c399 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java index 1340783eb..007f4a2c0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java index 6ce50578f..b7e17b939 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java index 3dd007973..1dd3e6b4e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseLexerTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java index bafea2eba..0f394b3ca 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java index 6658d0440..be5474501 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java index c00d37efa..523bc7add 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.descriptors; import org.antlr.v4.test.runtime.BaseParserTestDescriptor; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java index d739e6408..2bd953ef0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.go; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java index 350cd84ba..6d18decb0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java index 63677fcfd..a5cd43ce3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java index f1c3de028..71cb3d4db 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java index 55fdb8401..d2059c366 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java index 2445c7cce..1262243cb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java index 3e8fa0eb9..b8ed6aa82 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java index a59376588..ce913009f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java index fad86b4f6..63dfa4dc1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java index 7f46a024d..44861ab98 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java index 2eb3e12c4..e2dcec917 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java index 005898caf..e444a4b03 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java index 6b99a94bb..c131777d2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java index 19e35c36a..5c8a16806 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java index 452065d76..2edf79dc8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java index 53a793e75..88bd58027 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.go; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java index 58a0bfc41..ef6aef313 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.java; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java index fe7d70c17..64da938af 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java index e1e97ffde..f42f1fc62 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java index ea330fc1e..e11266cc3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java index a42e743d7..5b030a8ae 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java index b7dc1f31c..ca0675fcc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java index 4712c862f..0bf7dd64d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java index 12a1e4cbc..c65cfdf1d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java index 28e3eb87d..f4d571f6e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java index fe5c38ecc..4f32c1978 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java index 3da16988b..f65cb4fed 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java index af40cb55a..c1312feab 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java index 286f70955..ffab14a29 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java index fe4c46fda..d943e6d1b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java index 4de093729..4b24d565b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java index 48b102eec..270c8a52d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.java; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java index 181568454..cfa3e2388 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.browser; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java index 2e8e75400..b95eeb530 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.chrome; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java index 32f86c1a0..5f4632a0f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.openqa.selenium.WebDriver; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java index 9f81ae55a..74637825c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java index 1f5dcd1c3..bcba551ea 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java index f9e1d8613..9535e98a2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java index 9282b7747..326f755d7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java index 627325426..b558b06bc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java index 035d7584c..9004ae51d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java index 411b91285..d8e53c472 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java index 24f59610f..697d81fdb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java index e630bedf4..95e27e43a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java index 7f85ea762..654bb60b6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java index 0155e4982..033a3091a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java index ccc8db93d..ac5df33f6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java index e40fa1d8e..7ee8d892d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java index 050f4573f..467d9a55c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java index d439db73c..24d32026a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.chrome; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java index 9e922bf14..1b094e5ee 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.explorer; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java index ca4c99c5c..e74636995 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java index d43ecf29c..c0dd8ffa1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java index 2db4b9784..78ff59aff 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java index 75e4cc9b1..850e7df6c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java index 508afb685..eeae03759 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java index 28c3d21eb..d528f601a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java index c17a3d6a7..1bebb517d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java index 0248bbbdb..ca3781d67 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java index e9b7723f3..d7e09dd0c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java index 7b9cacf36..bfa80ce00 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java index 492e81559..15f2e6036 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java index 99cedfc5e..d43d3fe6f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java index 5de7c1bf5..c1c1debf2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java index c0e83972a..d8994a105 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java index 79d443abb..5e2558e30 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.explorer; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java index 917678b16..13d89c1f2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.firefox; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java index 00f6259cc..aaccf55da 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.openqa.selenium.WebDriver; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java index 367a7d482..fa48089d4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java index 36a87544e..728ea0e9a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java index bfed281ee..e6be38dd6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java index 96aae9433..29ee2736e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java index b3a37dc3a..764297aa4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java index 79868939c..33696a26c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java index 622c505dd..53030f99b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java index aff67b1da..98c4bcdf5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java index 8cfe44173..bf70bec52 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java index 92d3ee251..d1a7a238a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java index 4fab5169b..ab793f9c5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java index fa389c95c..c688fc8fc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java index e9284dea1..92c455869 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java index 2ae8bd917..8d1fe426e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java index b0dc9cb0c..c5fe5e694 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.firefox; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java index 6660db681..578811c3f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.node; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java index 19bf2248c..e1d1557d8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java index be1b97582..39d61bb7a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java index 781c364c4..220ba66b3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java index bc8c1a365..a78bc6f40 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java index 04b417743..78aa08155 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java index 18c4c6674..abf3368dd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java index 3fd5ca287..cc914d6ff 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java index c2d2cec82..7b7e3d182 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java index 9a0f8e7d6..0a3f8b11c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java index a9110f42a..b26ef60c5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java index d212c1ccb..b9af1e074 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java index 7989e2792..e9f49f40a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java index 65a4e8b1b..7b26202d9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java index 986e39565..18f6a7a1c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java index 077e318c6..e0835da39 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.node; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java index 22f8da78b..637ca3c4c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.safari; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java index 4e45a594b..aa7ee8942 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.openqa.selenium.WebDriver; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java index 95c075d64..ca29404cc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java index 6e315c791..c82ba7162 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java index 4b198c575..eb1967140 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java index 74b851e84..bb41c7eca 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java index e9e40fdd1..53c28a2b1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java index baf5ce9a9..ad3f5ca69 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java index 1f8e36d19..9c8675d21 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java index 8f56e39ca..c0799fb17 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java index 05def3ddc..6d1c49d35 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java index d249bec3c..189976f0d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java index 180830c46..126dfebda 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java index e92ffc244..937e08cd6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java index e196c9cc9..70f4e18e4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java index 83a9f3ab0..e334b5b44 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java index 2b42470d6..25db467c0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.javascript.safari; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java index 50bd6ea5a..64d6e6cb6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.python; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java index 9a5c73be2..6031b0240 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.python.BasePythonTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java index 8d5aaa079..3aea14ab4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java index f4f771181..6e9da2bf8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java index 189c7481a..4232d2401 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java index dbb22bc04..ecc63ef1a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java index 2246276e9..cf0b4cda7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java index 8636c432b..83f3e910e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java index 9104b6f7e..31d02b59d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java index d8e7127ea..be828c0de 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java index ba42e20af..5bca1292f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java index ac90560df..40f55de41 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java index 919098ead..0ec6b9c2c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java index 6af8088c0..0508fadd8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java index 798349093..bc415be8f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java index c1c46705a..81ff57551 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java index 0faa96302..a0d98755b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python2; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java index a897e2fa9..7708ad43a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.python3; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java index 8a53fb324..0a50b5d6c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java index 854e65510..fcca08bbc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java index 03aa190db..699401018 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java index 8d64cf4a6..d78dda6e7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java index 3d0dd03be..f4c59d5e7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java index 71ebc4181..0510c6d81 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java index cf63cd75d..b06ea0fb2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java index 957426eb5..f173db9de 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java index c1af120ba..67d76714f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java index 45a5aa53c..32ba4072b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java index 69e637cf2..6f80e9698 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java index f0401bff0..bfddbbeee 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java index f2d1cd51e..b93bb1460 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java index dbccf6fde..e0fb7f39e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java index cf0d3cf83..842fde6c3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.python3; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java index e05906da7..41c310c40 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.Tool; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java index 552f8673b..4da2a1d75 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java index 00f8fb5a4..da3244540 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java index 7ce6e479a..9effca95c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java index 3b8c931bb..cfc923877 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java index abb920d5d..056f5c852 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java index 24224c22e..07084f510 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java index 6a2086121..1381446eb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java index 4d818de31..ba65a965c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java index 9b3fe06d0..702bbcb5b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java index ae2698e65..0f7669070 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java index ad95e2d8d..81c5967fc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java index 56b47d8b8..0f65086c4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + /* This file is generated by TestGenerator, any edits will be overwritten by the next generation. */ package org.antlr.v4.test.runtime.swift; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java index 6c2d99550..b6afed243 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java index e9922b508..9bf85c642 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java index f1eeb712b..24704c7c6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; diff --git a/runtime/Java/nb-configuration.xml b/runtime/Java/nb-configuration.xml index 8ecf24501..792740d97 100644 --- a/runtime/Java/nb-configuration.xml +++ b/runtime/Java/nb-configuration.xml @@ -1,4 +1,10 @@ + + + 4.0.0 diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java index 83c7d869e..368ed059f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java index f123778f9..056fc329b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java index ba4a53136..fe92710ba 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java index 62c562e3f..c0ef68cbb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java index f4874dd92..4b2210296 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java index 3a752f2da..46642253c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java index fa9eea48f..ee97b042d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java index 5814fcf94..04157ab04 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java index d552a1ba5..5a047d0f0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java index bb764d46b..c66e5ec51 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java index b35367abc..e7336bdae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java index b33dc2dfc..08a491f11 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java index 4a7e69b57..8b85acb73 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java index c0d94d977..0bf6c15bb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java index 71e03a400..d7b671f7c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java index ca2cefaff..fad0a6017 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index 0108a4b78..1a1a22f7c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java index 8a7001ff2..868892356 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java index 3f6c4c447..cf8c8e448 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java index dc79aa74e..b92c3af23 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java index 5aae99dd7..9a9d2c8ae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java index bc877b531..829b90400 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime; import org.antlr.v4.runtime.misc.Pair; diff --git a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java index e907d7567..962706a15 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Parser.java b/runtime/Java/src/org/antlr/v4/runtime/Parser.java index eda34a13b..064db5245 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Parser.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Parser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java index 78c9ea241..a57595fe8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java index edca61eb7..2832d0a47 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java index 2eebcbd15..810e392b9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java index d80694d14..32b635276 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java index 603a39c0f..7ed488fbf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java index 38dcc7cd7..5fc2647c5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java index 63d3b22ce..2298083c8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime; import org.antlr.v4.runtime.atn.ATN; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java index 526dcd61e..d392c3831 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Token.java b/runtime/Java/src/org/antlr/v4/runtime/Token.java index 59c694df3..a6772bb33 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Token.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Token.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java index a7b95aa0f..be33e05b2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java index 992b0eac6..1e5be1aa0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java index 7bc2374b6..ef6d2baee 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java index a741d0a8d..c5e1595d9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java index eb23ae714..319010efe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java index fa8ba0687..437231631 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java index 2df537718..26953786f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java index 93566bdcb..bcabd6ea2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java index 2f086193d..52031a537 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java index cdaa0f088..c944f7a5f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java index 8b57bad83..2e0c975c3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java index b03f7c489..87a50adb2 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java index f1b8d1b80..e50e1c1aa 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java index 915537511..44f098b8c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; @@ -736,4 +712,4 @@ public class ATNDeserializer { throw new IllegalArgumentException(message); } } -} \ No newline at end of file +} diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java index 6155b0e66..9ff350658 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java index 043144de8..228b38ca4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java index 86d4f1f72..ac490d31e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java index 9cd013465..ce56982d0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; @@ -41,7 +17,7 @@ public enum ATNType { * A lexer grammar. */ LEXER, - + /** * A parser grammar. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java index 67822cec8..b1b73a8fa 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java index 1d4c32e99..e66ede3cc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java index 7ce93490c..1c7f9187d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java index 68fbbc0be..88a087ecc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java index 018a4f762..228a8ff66 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java index ebb7f0960..2aabee2f5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java index 85c04c393..05bd2abd1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java index 197b0e6b5..020575a35 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java index fbb302506..6ab80db03 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java index 3f7320bea..553b6d0dd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java index 3e8e272a1..06f38e0b9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java index 7780a4973..d8de3ac28 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; @@ -227,7 +203,7 @@ public class DecisionInfo { * @see LexerATNSimulator#computeTargetState */ public long LL_ATNTransitions; - + /** * The total number of DFA transitions required during LL prediction for * this decision. diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java index af4c38f24..6f2cf27c0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java index b02750d14..731974d67 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java index aee9ce2a0..2e2733105 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java index 60b9e0520..02b45c83d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java index bd88ef255..5f6c3ea04 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java index a2fc1fcd5..b92aa7ac5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java index 6f8cd89c5..c393542b3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java index 367cb2461..fe2de4693 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java index f6075fd24..28c227ad5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java index 1d9b9f5dd..1784df014 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java index 5737c7958..de84a54cd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java index 78040e4fc..961c2c906 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java index b4566fa7b..c55f1827b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java index 9b3a43d16..58e077dba 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java index ed98044fa..14d8c9ef5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java index 27c29c546..f0d906852 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java index 70ebc9b8d..957c26f45 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java index d0a166256..3f0283353 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java index e5fcf07c1..8e98fa84d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java index 19a4059d0..bab7452b6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java index 56c22c12a..e12114d32 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java index 07b82174b..704573926 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java index aafc2e752..258bdd110 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java index 55457496c..d0faa5470 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java index 576b5b60e..25b4ac78e 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java index 4627b9b1f..2440154b3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java index b92bf6ef7..574dab6c7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java index ad96a027b..6afb8ea04 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java index 59241e264..d6ec32937 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java index 574d32911..dd884e5a2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java index 153e55600..586832461 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java index b9d12e4fc..dd1335ea1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java index e694d34a8..f272fa4d2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; @@ -547,7 +523,7 @@ public enum PredictionMode { /** * Get union of all alts from configs. - * + * * @since 4.5.1 */ public static BitSet getAlts(ATNConfigSet configs) { diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java index 20ffbd297..9207745b3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java index 9dbb0b192..7da417200 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java index b2105d679..19da29e66 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java index a9ea628e2..5ffca134e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java index 0b6da672e..91effffd1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java index 64dd21e1b..695c0ad32 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java index 5b4dfafe2..57187e5b1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java index 9f7682ba0..cb7ed6be1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java index 09bdaa123..466cc0c70 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java index 621f1ec45..ea076cc07 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java index 7a27e19aa..24c779f26 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java index ae97817d3..6a4ea1bcb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java index 55681925b..5e2618125 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java index 6cca73d09..3859448de 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.atn; diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java index 1f6890de7..a044a8a59 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.dfa; diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java index 7f4c4e5e8..db0eb860c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.dfa; diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java index fe5b3ea9e..3240c2dc4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.dfa; diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java index 8bacc7af1..4a8527a44 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.dfa; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java index 23bb69015..a7ee7c8ce 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java index e295e4c0a..57e0b4743 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java index 966205e9f..725e0e49a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java index 2c6c4ff7a..02589792e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java index 3e5582ab4..272a7862d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java index 606efbb4c..002afe6f3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java index 18860fe19..7ddb1a5c3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java index d5806e871..20e81b67a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java index c2b3f81ca..64e46fce4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java index 9f274be15..1872c39a4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java index e3e998516..ad6ef30c1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java index 43bffb1b8..c7a0cd129 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java index 4d5d0ea66..fc65d7fbe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java index 1277d8da0..d551fa7b8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java index 576e06fb6..26d91fd22 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java index 991c8b98b..007b7b32e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java index 2b11efd06..b1b813b65 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java index 6c6c49ba9..e0e1ec3df 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java index 41c9af058..5ea8f6bd7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.misc; public interface Predicate { diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java index 9f656fea5..f64c75f2d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.misc; import java.lang.reflect.Method; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java index ad8c216df..901e383b2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java index 77a6adde9..efae70989 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java index 9477d96fb..514719ea9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java index f967c8007..83f1f9720 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java index 750ee198c..48bab233e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java index ebdf70998..f13714503 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java index 7b490402b..98668b936 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java index 913e0bdd0..481ae0fc7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java index 27db5ddf6..e3ea63c9f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java index 48522db94..c67b312c2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java index 1065204b4..ccddaf787 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java index 260b6b81c..e6b79b5bd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java index 8a465905d..1887ac696 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java index 4e44ffc79..d1a0c9115 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java index 05e26306e..16d2ac4d0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java index 119dbee7c..81f428432 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java index 3cb86683b..7b485c522 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java index 6947bebc3..2da076592 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java index 62917cfbf..8d376dbc8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java index 69651b41b..63d2643ab 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java index 9ee5beeac..0ad20d30a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java index 5b3313c76..3f22233b3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java index 8b5394a6d..71ab4ed81 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java index 82e224c70..c1b8d9b66 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java index 2ce2e2de5..da3df0261 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree.pattern; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java index 8d721d61d..bafa121c2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.ANTLRInputStream; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java index 1385cf9b1..fa4b5ba1b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java index 30f163eda..c0577dcfd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.BaseErrorListener; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java index 216b1bade..2b697ebd6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java index 3131279cb..13c336caf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.ParserRuleContext; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java index eeeffa2ac..f817611cb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java index b6781ba35..9c8087bb9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java index b4f7c8a0d..69ef8357c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java index c38e30d41..0fea29623 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.runtime.tree.xpath; import org.antlr.v4.runtime.tree.ParseTree; diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml index 95ef44e48..61269bc20 100644 --- a/tool-testsuite/pom.xml +++ b/tool-testsuite/pom.xml @@ -1,3 +1,9 @@ + + 4.0.0 diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java index 54df12855..4f9bdc15e 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.Tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java index bff84ae17..754db1a83 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.gui.TreeTextProvider; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java index d51d0000d..478fa6ae4 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java index 9fe58a1bf..6998f9a2a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java index d081fe8da..18204c1f5 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java index 0777d7b14..715311180 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java index b6bfde585..eb7a42c2c 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java index 0f24af2d4..e6c51d3df 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java index 728fc26b0..00bf7bbab 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java index 8f889156c..a7b19f04e 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java index d6b010258..afe7d53ac 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java index 9b2c501bb..35158435f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java index 33af55e59..80dcef075 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java index d5c31bfff..fa948d4c2 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.gui.Trees; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java index d54a1a3b0..aa9e88f56 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java index c75753fb5..7c4d0a29c 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java index 100d50573..f78e2f561 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java index f925ec99c..1d0e79fda 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java index 7a83c87e3..ba8605d75 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java index b48dcf75a..a01991caa 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java index caa72b7eb..4d933eade 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.junit.Before; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java index dc17d198d..7ead946c7 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java index c28c8c7d0..0dd504a4a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java index 4994a3eb9..ff071c2bb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java index 4a43b3711..4640b5881 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java index 7e4fb476c..1e5e62ccf 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java index 1d16d10dc..903e73212 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java index d73c6bab8..747b66f0a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.junit.Before; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java index 36c816340..863f39e03 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.runtime.ANTLRInputStream; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java index a435b2486..dfed27d44 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.runtime.CharStream; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java index c81001a63..eb2acf6a4 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java index 2fd582939..b54a2ba39 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java index 2db93dc28..67f017e67 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java index da95d7c4d..a798a5d52 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java index 52f40efb3..1000df815 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java index f30d9c1c4..704646acb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java index 6d98b4cf4..63ed474c8 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java index 24cef881e..9a4371cb1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java index d61758514..c28c29f15 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java index 220d748e1..9f83934e1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java index 8651b32a5..89dd8df4d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java index e810f7bf6..b8f5dd06c 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java index 9d64572e6..6376d034f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java index b0c1a4e34..0cb2d8cd7 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java index 78cde86bd..8edfed651 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.test.tool; import org.antlr.v4.runtime.Lexer; diff --git a/tool/nb-configuration.xml b/tool/nb-configuration.xml index 4e1d86b58..4dd566b35 100644 --- a/tool/nb-configuration.xml +++ b/tool/nb-configuration.xml @@ -1,4 +1,10 @@ + + + 4.0.0 diff --git a/tool/src/org/antlr/v4/Tool.java b/tool/src/org/antlr/v4/Tool.java index 8ab0748ae..186f301d7 100644 --- a/tool/src/org/antlr/v4/Tool.java +++ b/tool/src/org/antlr/v4/Tool.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4; diff --git a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java index a04ec319f..852aff3d4 100644 --- a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java +++ b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.analysis; diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java index 44e4b4a85..900c3d205 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.analysis; diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java index a5ef7b453..6b2d6065b 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.analysis; diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java index 7a1d233ed..ac706f43e 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.analysis; diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java index 45cb5170a..493def7d2 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.analysis; diff --git a/tool/src/org/antlr/v4/automata/ATNFactory.java b/tool/src/org/antlr/v4/automata/ATNFactory.java index b1f61a8cf..ae2fa8831 100644 --- a/tool/src/org/antlr/v4/automata/ATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ATNFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/ATNOptimizer.java b/tool/src/org/antlr/v4/automata/ATNOptimizer.java index 4f72b640c..aa6bf753b 100644 --- a/tool/src/org/antlr/v4/automata/ATNOptimizer.java +++ b/tool/src/org/antlr/v4/automata/ATNOptimizer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/ATNPrinter.java b/tool/src/org/antlr/v4/automata/ATNPrinter.java index 9fe114560..1c80f2c13 100644 --- a/tool/src/org/antlr/v4/automata/ATNPrinter.java +++ b/tool/src/org/antlr/v4/automata/ATNPrinter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/ATNVisitor.java b/tool/src/org/antlr/v4/automata/ATNVisitor.java index af5e18ac8..6c3b9ed47 100644 --- a/tool/src/org/antlr/v4/automata/ATNVisitor.java +++ b/tool/src/org/antlr/v4/automata/ATNVisitor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/LexerATNFactory.java b/tool/src/org/antlr/v4/automata/LexerATNFactory.java index 03626e059..f3380e4cb 100644 --- a/tool/src/org/antlr/v4/automata/LexerATNFactory.java +++ b/tool/src/org/antlr/v4/automata/LexerATNFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/ParserATNFactory.java b/tool/src/org/antlr/v4/automata/ParserATNFactory.java index d2114b42c..01ab45ad1 100644 --- a/tool/src/org/antlr/v4/automata/ParserATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ParserATNFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java index 35d159431..8a6e05147 100644 --- a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java +++ b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.automata; diff --git a/tool/src/org/antlr/v4/codegen/ActionTranslator.java b/tool/src/org/antlr/v4/codegen/ActionTranslator.java index 6db9ee66c..13b7ec586 100644 --- a/tool/src/org/antlr/v4/codegen/ActionTranslator.java +++ b/tool/src/org/antlr/v4/codegen/ActionTranslator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java index bef03ac88..a70ef1bcb 100644 --- a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java index 03ccf585a..034d6942c 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/CodeGenerator.java b/tool/src/org/antlr/v4/codegen/CodeGenerator.java index ba39576fd..a9ff59f87 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenerator.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenerator.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java index e07180e10..4f97049a7 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java +++ b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java index c8a149817..1574b24b5 100644 --- a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/LexerFactory.java b/tool/src/org/antlr/v4/codegen/LexerFactory.java index add1c8c6b..e5a0dcc48 100644 --- a/tool/src/org/antlr/v4/codegen/LexerFactory.java +++ b/tool/src/org/antlr/v4/codegen/LexerFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/OutputModelController.java b/tool/src/org/antlr/v4/codegen/OutputModelController.java index a086fdf18..68518a357 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelController.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelController.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java index 86f9ae04b..6838d13f7 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java index d1f6bd147..eda024488 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/ParserFactory.java b/tool/src/org/antlr/v4/codegen/ParserFactory.java index dfb33f5b2..29907df09 100644 --- a/tool/src/org/antlr/v4/codegen/ParserFactory.java +++ b/tool/src/org/antlr/v4/codegen/ParserFactory.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/Target.java b/tool/src/org/antlr/v4/codegen/Target.java index cfe963271..86a52b74c 100644 --- a/tool/src/org/antlr/v4/codegen/Target.java +++ b/tool/src/org/antlr/v4/codegen/Target.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/Wildcard.java b/tool/src/org/antlr/v4/codegen/Wildcard.java index 5cff64ef2..d4cb9e5a0 100644 --- a/tool/src/org/antlr/v4/codegen/Wildcard.java +++ b/tool/src/org/antlr/v4/codegen/Wildcard.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/model/Action.java b/tool/src/org/antlr/v4/codegen/model/Action.java index 0b9c692ba..8e3e0ae38 100644 --- a/tool/src/org/antlr/v4/codegen/model/Action.java +++ b/tool/src/org/antlr/v4/codegen/model/Action.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java index 066b85889..ebe99f478 100644 --- a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java +++ b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/AltBlock.java b/tool/src/org/antlr/v4/codegen/model/AltBlock.java index b3459e945..cbace59d8 100644 --- a/tool/src/org/antlr/v4/codegen/model/AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/AltBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ArgAction.java b/tool/src/org/antlr/v4/codegen/model/ArgAction.java index 38ef4d92a..6d25bee7a 100644 --- a/tool/src/org/antlr/v4/codegen/model/ArgAction.java +++ b/tool/src/org/antlr/v4/codegen/model/ArgAction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java index 505d505a5..c2f776aec 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java index 62e669b68..694ea3deb 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java index 63dd3db8d..9879036ab 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java index ffb4cfc44..6cc3977c7 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Choice.java b/tool/src/org/antlr/v4/codegen/model/Choice.java index bef2c45a2..42881b7c0 100644 --- a/tool/src/org/antlr/v4/codegen/model/Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/Choice.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java index 7c2c8b792..d14f303b7 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java index 856d15af3..f156b8720 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java index ab119f60f..b32f555c9 100644 --- a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java index fd14a0f6a..193c0d9a5 100644 --- a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java +++ b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.codegen.model; import org.antlr.runtime.tree.TreeNodeStream; diff --git a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java index 3009a7d4c..c4796e622 100644 --- a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java +++ b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java index 70c9f2975..ff9e43b9d 100644 --- a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java +++ b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java index 1bac9a46e..e1602b6b6 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java index 3153ad91e..e07d200d5 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java index 6cd077934..c797b273e 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java index 74ca3125e..0f036be49 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java index eacfd5aba..53a11d678 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java index a7076ceff..3ad20f56f 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java index 4c1bf948d..05872bff9 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java index 26ad2d3e1..87f5c7b34 100644 --- a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java +++ b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java index adbc3a623..03fc73812 100644 --- a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Lexer.java b/tool/src/org/antlr/v4/codegen/model/Lexer.java index ef44e4c7a..be6c6fb84 100644 --- a/tool/src/org/antlr/v4/codegen/model/Lexer.java +++ b/tool/src/org/antlr/v4/codegen/model/Lexer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/LexerFile.java b/tool/src/org/antlr/v4/codegen/model/LexerFile.java index 094cd9d53..76e788bee 100644 --- a/tool/src/org/antlr/v4/codegen/model/LexerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/LexerFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java index 9332d134c..f37d7be5b 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java index 97bd10f56..8e3a8e4ff 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Loop.java b/tool/src/org/antlr/v4/codegen/model/Loop.java index 50fbd6f6f..320805244 100644 --- a/tool/src/org/antlr/v4/codegen/model/Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/Loop.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java index 8df741ca6..16ed4ddd1 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/MatchSet.java b/tool/src/org/antlr/v4/codegen/model/MatchSet.java index e6d02a10b..0485dfcbf 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchSet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/MatchToken.java b/tool/src/org/antlr/v4/codegen/model/MatchToken.java index 8405e78cc..aa6f7644e 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchToken.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ModelElement.java b/tool/src/org/antlr/v4/codegen/model/ModelElement.java index 0dc38c243..ad4b91c42 100644 --- a/tool/src/org/antlr/v4/codegen/model/ModelElement.java +++ b/tool/src/org/antlr/v4/codegen/model/ModelElement.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java index c1f2cb3d7..7e7ffa1da 100644 --- a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/OutputFile.java b/tool/src/org/antlr/v4/codegen/model/OutputFile.java index 8bd928ed1..9f5b368a3 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputFile.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java index 6f793beae..f3953967d 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Parser.java b/tool/src/org/antlr/v4/codegen/model/Parser.java index 770d904d0..f510cafd2 100644 --- a/tool/src/org/antlr/v4/codegen/model/Parser.java +++ b/tool/src/org/antlr/v4/codegen/model/Parser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ParserFile.java b/tool/src/org/antlr/v4/codegen/model/ParserFile.java index 81c59fc84..a7c05d018 100644 --- a/tool/src/org/antlr/v4/codegen/model/ParserFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ParserFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java index a200d30a2..73a9f56fe 100644 --- a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Recognizer.java b/tool/src/org/antlr/v4/codegen/model/Recognizer.java index e0e4a64e6..bf8b8177b 100644 --- a/tool/src/org/antlr/v4/codegen/model/Recognizer.java +++ b/tool/src/org/antlr/v4/codegen/model/Recognizer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java index 8e6546237..8fc732697 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/RuleElement.java b/tool/src/org/antlr/v4/codegen/model/RuleElement.java index c2b2f52e5..bca3f364b 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleElement.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleElement.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java index 25d6d0f79..b2443dfcc 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java index 2b1f6a1c9..40c38dc01 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/SemPred.java b/tool/src/org/antlr/v4/codegen/model/SemPred.java index 605091fa5..548316a38 100644 --- a/tool/src/org/antlr/v4/codegen/model/SemPred.java +++ b/tool/src/org/antlr/v4/codegen/model/SemPred.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java index ae64c4376..dd2fea6e0 100644 --- a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java +++ b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/SrcOp.java b/tool/src/org/antlr/v4/codegen/model/SrcOp.java index d4a983468..d02236651 100644 --- a/tool/src/org/antlr/v4/codegen/model/SrcOp.java +++ b/tool/src/org/antlr/v4/codegen/model/SrcOp.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/StarBlock.java b/tool/src/org/antlr/v4/codegen/model/StarBlock.java index e61ef72e7..282e48135 100644 --- a/tool/src/org/antlr/v4/codegen/model/StarBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/StarBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Sync.java b/tool/src/org/antlr/v4/codegen/model/Sync.java index b9c20fc9d..f71912de4 100644 --- a/tool/src/org/antlr/v4/codegen/model/Sync.java +++ b/tool/src/org/antlr/v4/codegen/model/Sync.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java index 0b3956c6c..fc3cd1654 100644 --- a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java +++ b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java index 17f857450..26b93c478 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java index eb07be7c6..e5a9e2e1f 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java index 881576469..072f7aa53 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java index a56dc6e44..6c020f831 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java index eb43dde82..255dd0d7d 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java index 3c7e3640b..1f292e28e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java index 2c2edc14c..db0879633 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java index de3acff3b..361f7f513 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java index 2d39271ba..5fe48b1c3 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java index eae4a6502..43c7d768e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java index c7af76a52..0ba51e453 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java index 3463dc8f6..343e8785b 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java index d9a28f749..c146bee44 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java index d799e7820..82b9e33e2 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java index 59e45fe5b..42b511446 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java index ae14863a9..433a4fd56 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java index aebded73d..c5c61aa0c 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java index a42781033..bb0851d0b 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java index 826c5d07c..e9976bca1 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java index 7b9e3f2f1..988665b47 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java index 12301050f..c42a69f79 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java index 1b6e15b0d..e17b11f81 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java index 9872b6eac..491c8d235 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java index e8dc9135b..4948267ff 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java index 7cbf5d693..bf5b89226 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java index 614c97337..09f18b33e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java index 65b532205..ac1b1000d 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java index 7ee4d8e2d..b232caef6 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java index 8a3f7d55b..8cd6508b3 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java index 9c9369039..223eae8e1 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java index a45687691..c8e060bd3 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java index 91c13bdcc..d6ec70af7 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java index f9c08f4ec..7ad9e3fed 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java index 469b228d2..bd07015aa 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java index 3da4f53a5..7d99d9e86 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java index d495e1949..2b218b58e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java index ac2569b58..d5ebb24ba 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.chunk; diff --git a/tool/src/org/antlr/v4/codegen/model/dbg.java b/tool/src/org/antlr/v4/codegen/model/dbg.java index 4eb83863e..b46183e83 100644 --- a/tool/src/org/antlr/v4/codegen/model/dbg.java +++ b/tool/src/org/antlr/v4/codegen/model/dbg.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java index f48f45d09..edde056d6 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java index 7b77ecd6e..c0eeb782b 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java index 8a0890ee2..02c9c8685 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java index 99ceef298..f8b761e72 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java index 2bb4f9b94..3b8fd550e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java index c3bfae979..e3e0089aa 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java index a2c3948b8..05b44e08a 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java index 431e817d2..e8ce8c9be 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java index d293720f1..01420fcfe 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java index ff7e48e2b..dcb8201cb 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java index c9565559f..dcfed72d6 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java index cf99a1a3f..966f0627d 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java index 6f97bfaae..38ba61c3e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java index fbd22f66a..be7000b4e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java index 9fb681506..7a003a27a 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java index 0971fb013..510fdba2a 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java index 37b7b0ef6..57d863ccf 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java index 2762ba392..2d2608a89 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model.decl; diff --git a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java index 57338d4aa..10f6086c9 100644 --- a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/CppTarget.java b/tool/src/org/antlr/v4/codegen/target/CppTarget.java index df82428f5..ea01f3cb6 100644 --- a/tool/src/org/antlr/v4/codegen/target/CppTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CppTarget.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2016 David Sisson, Mike Lischke - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/GoTarget.java b/tool/src/org/antlr/v4/codegen/target/GoTarget.java index 4098f5c7b..4437d1915 100644 --- a/tool/src/org/antlr/v4/codegen/target/GoTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/GoTarget.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.codegen.target; import org.antlr.v4.codegen.CodeGenerator; diff --git a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java index 1e4540bdc..a8678b23b 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java index 6ee18da0b..6531bfd5e 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/Python2Target.java b/tool/src/org/antlr/v4/codegen/target/Python2Target.java index d979e79aa..4b08ad02a 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python2Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python2Target.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/Python3Target.java b/tool/src/org/antlr/v4/codegen/target/Python3Target.java index e4518a4d2..5fca6c745 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python3Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python3Target.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java index 82a44e016..84dcd1307 100644 --- a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.codegen.target; import org.antlr.v4.codegen.CodeGenerator; diff --git a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java index b424a003a..cec490160 100644 --- a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/GraphicsSupport.java b/tool/src/org/antlr/v4/gui/GraphicsSupport.java index eb9546dc8..9824cafdb 100644 --- a/tool/src/org/antlr/v4/gui/GraphicsSupport.java +++ b/tool/src/org/antlr/v4/gui/GraphicsSupport.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java index 59cbb69c2..fd9a71b40 100644 --- a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java +++ b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/PostScriptDocument.java b/tool/src/org/antlr/v4/gui/PostScriptDocument.java index 7faf2db3a..9f33bdffa 100644 --- a/tool/src/org/antlr/v4/gui/PostScriptDocument.java +++ b/tool/src/org/antlr/v4/gui/PostScriptDocument.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java index fb2b17aaf..35874212b 100644 --- a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/TestRig.java b/tool/src/org/antlr/v4/gui/TestRig.java index e81a54cbc..3a8f7b969 100644 --- a/tool/src/org/antlr/v4/gui/TestRig.java +++ b/tool/src/org/antlr/v4/gui/TestRig.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java index 6024e3b69..2fe336165 100644 --- a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java +++ b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java index d78a1c873..ddac5ae62 100644 --- a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java +++ b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/TreeTextProvider.java b/tool/src/org/antlr/v4/gui/TreeTextProvider.java index 9a88fc083..15a4b6d83 100644 --- a/tool/src/org/antlr/v4/gui/TreeTextProvider.java +++ b/tool/src/org/antlr/v4/gui/TreeTextProvider.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/TreeViewer.java b/tool/src/org/antlr/v4/gui/TreeViewer.java index e9ec00134..6522a73a9 100644 --- a/tool/src/org/antlr/v4/gui/TreeViewer.java +++ b/tool/src/org/antlr/v4/gui/TreeViewer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/Trees.java b/tool/src/org/antlr/v4/gui/Trees.java index 7dc0c556d..bd6fa040f 100644 --- a/tool/src/org/antlr/v4/gui/Trees.java +++ b/tool/src/org/antlr/v4/gui/Trees.java @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + package org.antlr.v4.gui; import org.antlr.v4.runtime.Parser; diff --git a/tool/src/org/antlr/v4/misc/CharSupport.java b/tool/src/org/antlr/v4/misc/CharSupport.java index 22e96482b..d982f8bb3 100644 --- a/tool/src/org/antlr/v4/misc/CharSupport.java +++ b/tool/src/org/antlr/v4/misc/CharSupport.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/FrequencySet.java b/tool/src/org/antlr/v4/misc/FrequencySet.java index 94e467c77..a8fa96518 100644 --- a/tool/src/org/antlr/v4/misc/FrequencySet.java +++ b/tool/src/org/antlr/v4/misc/FrequencySet.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/Graph.java b/tool/src/org/antlr/v4/misc/Graph.java index a67697874..c9daa5b49 100644 --- a/tool/src/org/antlr/v4/misc/Graph.java +++ b/tool/src/org/antlr/v4/misc/Graph.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/MutableInt.java b/tool/src/org/antlr/v4/misc/MutableInt.java index 816a4ba33..fee7bf603 100644 --- a/tool/src/org/antlr/v4/misc/MutableInt.java +++ b/tool/src/org/antlr/v4/misc/MutableInt.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/OrderedHashMap.java b/tool/src/org/antlr/v4/misc/OrderedHashMap.java index ce37b86aa..c8c4d9428 100644 --- a/tool/src/org/antlr/v4/misc/OrderedHashMap.java +++ b/tool/src/org/antlr/v4/misc/OrderedHashMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/Utils.java b/tool/src/org/antlr/v4/misc/Utils.java index 9219245bf..858b1f809 100644 --- a/tool/src/org/antlr/v4/misc/Utils.java +++ b/tool/src/org/antlr/v4/misc/Utils.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java index 0e793b717..4c2c179b7 100644 --- a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java +++ b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java index e6a0ec392..e5822187d 100644 --- a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java +++ b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/GrammarToken.java b/tool/src/org/antlr/v4/parse/GrammarToken.java index 3e7e1908a..83f50824f 100644 --- a/tool/src/org/antlr/v4/parse/GrammarToken.java +++ b/tool/src/org/antlr/v4/parse/GrammarToken.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java index aefff8397..38efaae1d 100644 --- a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java +++ b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/ScopeParser.java b/tool/src/org/antlr/v4/parse/ScopeParser.java index 197b561e2..42660a5e5 100644 --- a/tool/src/org/antlr/v4/parse/ScopeParser.java +++ b/tool/src/org/antlr/v4/parse/ScopeParser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/TokenVocabParser.java b/tool/src/org/antlr/v4/parse/TokenVocabParser.java index 85398e6ec..e6fd2e720 100644 --- a/tool/src/org/antlr/v4/parse/TokenVocabParser.java +++ b/tool/src/org/antlr/v4/parse/TokenVocabParser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java index 625fdd7ed..c2a31e49e 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java index 168b0f80e..05c6a0a49 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java index c1fabfec7..bb2b2495a 100644 --- a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java +++ b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/parse/v4ParserException.java b/tool/src/org/antlr/v4/parse/v4ParserException.java index 80cbb7591..b1ca8c6f4 100644 --- a/tool/src/org/antlr/v4/parse/v4ParserException.java +++ b/tool/src/org/antlr/v4/parse/v4ParserException.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.parse; diff --git a/tool/src/org/antlr/v4/semantics/ActionSniffer.java b/tool/src/org/antlr/v4/semantics/ActionSniffer.java index 2d48e25e6..37923801e 100644 --- a/tool/src/org/antlr/v4/semantics/ActionSniffer.java +++ b/tool/src/org/antlr/v4/semantics/ActionSniffer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/AttributeChecks.java b/tool/src/org/antlr/v4/semantics/AttributeChecks.java index f70218535..ea3a383ce 100644 --- a/tool/src/org/antlr/v4/semantics/AttributeChecks.java +++ b/tool/src/org/antlr/v4/semantics/AttributeChecks.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java index 4853c3795..c7274ff87 100644 --- a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java +++ b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java index e919890c1..68976cf59 100644 --- a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java +++ b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/RuleCollector.java b/tool/src/org/antlr/v4/semantics/RuleCollector.java index fa7eb2d31..37c228df8 100644 --- a/tool/src/org/antlr/v4/semantics/RuleCollector.java +++ b/tool/src/org/antlr/v4/semantics/RuleCollector.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java index bc11fc811..157e581e6 100644 --- a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java +++ b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/SymbolChecks.java b/tool/src/org/antlr/v4/semantics/SymbolChecks.java index 999d9f0b2..9d26e6c2e 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolChecks.java +++ b/tool/src/org/antlr/v4/semantics/SymbolChecks.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/SymbolCollector.java b/tool/src/org/antlr/v4/semantics/SymbolCollector.java index b0c43a49b..c015f906e 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolCollector.java +++ b/tool/src/org/antlr/v4/semantics/SymbolCollector.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java index ac788e144..672686bd0 100644 --- a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java +++ b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.semantics; diff --git a/tool/src/org/antlr/v4/tool/ANTLRMessage.java b/tool/src/org/antlr/v4/tool/ANTLRMessage.java index 36d9ab9ff..bc9bdb30c 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRMessage.java +++ b/tool/src/org/antlr/v4/tool/ANTLRMessage.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java index 76a73a0be..6215b1b39 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java +++ b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/Alternative.java b/tool/src/org/antlr/v4/tool/Alternative.java index 3d5e1cb24..832e95806 100644 --- a/tool/src/org/antlr/v4/tool/Alternative.java +++ b/tool/src/org/antlr/v4/tool/Alternative.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/Attribute.java b/tool/src/org/antlr/v4/tool/Attribute.java index fea2daa73..ad768e027 100644 --- a/tool/src/org/antlr/v4/tool/Attribute.java +++ b/tool/src/org/antlr/v4/tool/Attribute.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/AttributeDict.java b/tool/src/org/antlr/v4/tool/AttributeDict.java index 906d2acf2..1bc42b1a0 100644 --- a/tool/src/org/antlr/v4/tool/AttributeDict.java +++ b/tool/src/org/antlr/v4/tool/AttributeDict.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/AttributeResolver.java b/tool/src/org/antlr/v4/tool/AttributeResolver.java index ee01ee1fe..efea6fe02 100644 --- a/tool/src/org/antlr/v4/tool/AttributeResolver.java +++ b/tool/src/org/antlr/v4/tool/AttributeResolver.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java index 21fa23860..7e2f74bde 100644 --- a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java +++ b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java @@ -1,32 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/DOTGenerator.java b/tool/src/org/antlr/v4/tool/DOTGenerator.java index 740bfe459..d453f56eb 100644 --- a/tool/src/org/antlr/v4/tool/DOTGenerator.java +++ b/tool/src/org/antlr/v4/tool/DOTGenerator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/DefaultToolListener.java b/tool/src/org/antlr/v4/tool/DefaultToolListener.java index 2005c85ae..bbe34f1f9 100644 --- a/tool/src/org/antlr/v4/tool/DefaultToolListener.java +++ b/tool/src/org/antlr/v4/tool/DefaultToolListener.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ErrorManager.java b/tool/src/org/antlr/v4/tool/ErrorManager.java index 021352504..29e068a3c 100644 --- a/tool/src/org/antlr/v4/tool/ErrorManager.java +++ b/tool/src/org/antlr/v4/tool/ErrorManager.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ErrorSeverity.java b/tool/src/org/antlr/v4/tool/ErrorSeverity.java index 603321e26..adb27d66a 100644 --- a/tool/src/org/antlr/v4/tool/ErrorSeverity.java +++ b/tool/src/org/antlr/v4/tool/ErrorSeverity.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index c9401e047..19ea961a2 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/Grammar.java b/tool/src/org/antlr/v4/tool/Grammar.java index 65e736152..4243b023e 100644 --- a/tool/src/org/antlr/v4/tool/Grammar.java +++ b/tool/src/org/antlr/v4/tool/Grammar.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java index 936b8dca2..4a67da328 100644 --- a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java +++ b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java index 18a6b4e26..f58f68a34 100644 --- a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java +++ b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java index 72e750122..670c87cee 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java index 4648a84d1..fb45f6ca9 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java index 9668838f0..88817e96f 100644 --- a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java +++ b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/LabelElementPair.java b/tool/src/org/antlr/v4/tool/LabelElementPair.java index 835bd5f58..d96be1829 100644 --- a/tool/src/org/antlr/v4/tool/LabelElementPair.java +++ b/tool/src/org/antlr/v4/tool/LabelElementPair.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/LabelType.java b/tool/src/org/antlr/v4/tool/LabelType.java index df92ff934..ad4f4c806 100644 --- a/tool/src/org/antlr/v4/tool/LabelType.java +++ b/tool/src/org/antlr/v4/tool/LabelType.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java index 3e0740b2a..4f6eb9d4f 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java index ad06e343d..551623e9e 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/LexerGrammar.java b/tool/src/org/antlr/v4/tool/LexerGrammar.java index 5b92a80a6..1bbfc513e 100644 --- a/tool/src/org/antlr/v4/tool/LexerGrammar.java +++ b/tool/src/org/antlr/v4/tool/LexerGrammar.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/Rule.java b/tool/src/org/antlr/v4/tool/Rule.java index 38f5c8849..809d5b3ab 100644 --- a/tool/src/org/antlr/v4/tool/Rule.java +++ b/tool/src/org/antlr/v4/tool/Rule.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ToolMessage.java b/tool/src/org/antlr/v4/tool/ToolMessage.java index 422eda232..4154ea6a3 100644 --- a/tool/src/org/antlr/v4/tool/ToolMessage.java +++ b/tool/src/org/antlr/v4/tool/ToolMessage.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ast/ActionAST.java b/tool/src/org/antlr/v4/tool/ast/ActionAST.java index 8daf349ed..796d1233a 100644 --- a/tool/src/org/antlr/v4/tool/ast/ActionAST.java +++ b/tool/src/org/antlr/v4/tool/ast/ActionAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/AltAST.java b/tool/src/org/antlr/v4/tool/ast/AltAST.java index 77e2106c7..bd628bbc7 100644 --- a/tool/src/org/antlr/v4/tool/ast/AltAST.java +++ b/tool/src/org/antlr/v4/tool/ast/AltAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/BlockAST.java b/tool/src/org/antlr/v4/tool/ast/BlockAST.java index 6e45e9627..c4f031f65 100644 --- a/tool/src/org/antlr/v4/tool/ast/BlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/BlockAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java index a794b8861..8e9791cda 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java index 3b2094b5c..5ee740965 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java index a11deb1e6..235ad2268 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java index b492c93cc..893693137 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java index bf4ef9607..1e410b33e 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/NotAST.java b/tool/src/org/antlr/v4/tool/ast/NotAST.java index 0d943e61e..187855f5a 100644 --- a/tool/src/org/antlr/v4/tool/ast/NotAST.java +++ b/tool/src/org/antlr/v4/tool/ast/NotAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java index fafdfc3e0..d89692422 100644 --- a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java index 2bd97be66..e142ec4b0 100644 --- a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/PredAST.java b/tool/src/org/antlr/v4/tool/ast/PredAST.java index c7d07060f..13dbf13df 100644 --- a/tool/src/org/antlr/v4/tool/ast/PredAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PredAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java index 0869ca720..044363b9b 100644 --- a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java +++ b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/RangeAST.java b/tool/src/org/antlr/v4/tool/ast/RangeAST.java index 54ce96aed..295e6100e 100644 --- a/tool/src/org/antlr/v4/tool/ast/RangeAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RangeAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/RuleAST.java b/tool/src/org/antlr/v4/tool/ast/RuleAST.java index 0db780a2b..3d337dbda 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java index e5118fae2..ca1ab688a 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java index 822c14262..5900c0955 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/SetAST.java b/tool/src/org/antlr/v4/tool/ast/SetAST.java index 9c06b495f..25a52d656 100644 --- a/tool/src/org/antlr/v4/tool/ast/SetAST.java +++ b/tool/src/org/antlr/v4/tool/ast/SetAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java index 58c7b45e6..4ea65f4ca 100644 --- a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; diff --git a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java index 26114f36d..9bbb07556 100644 --- a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java +++ b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool.ast; From cc6267557364c165baa5a9fb704a03c3d014b8bd Mon Sep 17 00:00:00 2001 From: parrt Date: Sat, 3 Dec 2016 11:36:40 -0800 Subject: [PATCH 02/20] Update legacy test stuff too. --- .../org/antlr/v4/testgen/DescrGenerator.java | 30 ++----------------- .../antlr/v4/testgen/JavaEscapeStringMap.java | 30 ++----------------- .../org/antlr/v4/testgen/LinesStringMap.java | 30 ++----------------- .../antlr/v4/testgen/STGroupModelAdaptor.java | 30 ++----------------- .../org/antlr/v4/testgen/StrlenStringMap.java | 30 ++----------------- .../org/antlr/v4/testgen/TestGenerator.java | 30 ++----------------- 6 files changed, 18 insertions(+), 162 deletions(-) diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java index dcbada1ba..f7825489b 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java index 30ac5f309..973b1ae75 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java index 2dc6d66aa..d4fc1b619 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java index 5b03792d1..7171eeba7 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java index 33caa1fba..60b050e79 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java index 3914a7675..523c56e26 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java @@ -1,31 +1,7 @@ /* - * [The "BSD license"] - * Copyright (c) 2015 Terence Parr - * Copyright (c) 2015 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. + * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; From efc3f82f382f17853a93f295e0148f5a97c45711 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 09:51:33 -0800 Subject: [PATCH 03/20] rm redundant license files --- runtime/CSharp/LICENSE.txt | 26 -------------------------- runtime/Cpp/License.txt | 28 ---------------------------- runtime/JavaScript/LICENSE.txt | 26 -------------------------- runtime/Python2/LICENSE.txt | 26 -------------------------- runtime/Python3/LICENSE.txt | 26 -------------------------- 5 files changed, 132 deletions(-) delete mode 100644 runtime/CSharp/LICENSE.txt delete mode 100644 runtime/Cpp/License.txt delete mode 100644 runtime/JavaScript/LICENSE.txt delete mode 100644 runtime/Python2/LICENSE.txt delete mode 100644 runtime/Python3/LICENSE.txt diff --git a/runtime/CSharp/LICENSE.txt b/runtime/CSharp/LICENSE.txt deleted file mode 100644 index dff211c19..000000000 --- a/runtime/CSharp/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -[The "BSD license"] -Copyright (c) 2015 Terence Parr, Sam Harwell, Eric Vergnaud -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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/runtime/Cpp/License.txt b/runtime/Cpp/License.txt deleted file mode 100644 index c3bc4997f..000000000 --- a/runtime/Cpp/License.txt +++ /dev/null @@ -1,28 +0,0 @@ - [The "BSD license"] - Copyright (c) 2016 Mike Lischke - Copyright (c) 2013 Terence Parr - Copyright (c) 2013 Dan McLaughlin - 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/runtime/JavaScript/LICENSE.txt b/runtime/JavaScript/LICENSE.txt deleted file mode 100644 index dff211c19..000000000 --- a/runtime/JavaScript/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -[The "BSD license"] -Copyright (c) 2015 Terence Parr, Sam Harwell, Eric Vergnaud -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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/runtime/Python2/LICENSE.txt b/runtime/Python2/LICENSE.txt deleted file mode 100644 index dff211c19..000000000 --- a/runtime/Python2/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -[The "BSD license"] -Copyright (c) 2015 Terence Parr, Sam Harwell, Eric Vergnaud -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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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/runtime/Python3/LICENSE.txt b/runtime/Python3/LICENSE.txt deleted file mode 100644 index dff211c19..000000000 --- a/runtime/Python3/LICENSE.txt +++ /dev/null @@ -1,26 +0,0 @@ -[The "BSD license"] -Copyright (c) 2015 Terence Parr, Sam Harwell, Eric Vergnaud -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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. From 2bad631ccead6086c43c6fd87fcfe56aeed3bf1c Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:29:24 -0800 Subject: [PATCH 04/20] fix typo in copyright --- runtime/Python2/src/antlr4/Lexer.py | 2 +- runtime/Python2/src/antlr4/Parser.py | 2 +- .../Python2/src/antlr4/TokenStreamRewriter.py | 50 +++++++++--------- .../Python2/tests/TestTokenStreamRewriter.py | 51 +++++++++---------- 4 files changed, 50 insertions(+), 55 deletions(-) diff --git a/runtime/Python2/src/antlr4/Lexer.py b/runtime/Python2/src/antlr4/Lexer.py index c0fe4eb15..a67f52627 100644 --- a/runtime/Python2/src/antlr4/Lexer.py +++ b/runtime/Python2/src/antlr4/Lexer.py @@ -25,7 +25,7 @@ # 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 -# self SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #/ # A lexer is recognizer that draws input symbols from a character stream. diff --git a/runtime/Python2/src/antlr4/Parser.py b/runtime/Python2/src/antlr4/Parser.py index 0439df2c4..216546829 100644 --- a/runtime/Python2/src/antlr4/Parser.py +++ b/runtime/Python2/src/antlr4/Parser.py @@ -25,7 +25,7 @@ # 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 -# self SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. from __future__ import print_function from antlr4.error.ErrorStrategy import DefaultErrorStrategy from antlr4.Recognizer import Recognizer diff --git a/runtime/Python2/src/antlr4/TokenStreamRewriter.py b/runtime/Python2/src/antlr4/TokenStreamRewriter.py index 964ea3e76..6bf679f3b 100644 --- a/runtime/Python2/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python2/src/antlr4/TokenStreamRewriter.py @@ -1,29 +1,27 @@ -""" -[The "BSD license"] - Copyright (c) 2012 Terence Parr - Copyright (c) 2012 Sam Harwell - 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -""" +# [The "BSD license"] +# Copyright (c) 2012 Terence Parr +# Copyright (c) 2012 Sam Harwell +# 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. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. from StringIO import StringIO from antlr4.Token import Token diff --git a/runtime/Python2/tests/TestTokenStreamRewriter.py b/runtime/Python2/tests/TestTokenStreamRewriter.py index b5ac26597..03083953e 100644 --- a/runtime/Python2/tests/TestTokenStreamRewriter.py +++ b/runtime/Python2/tests/TestTokenStreamRewriter.py @@ -1,30 +1,27 @@ -""" -[The "BSD license"] - Copyright (c) 2012 Terence Parr - Copyright (c) 2012 Sam Harwell - 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. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - -""" +# [The "BSD license"] +# Copyright (c) 2012 Terence Parr +# Copyright (c) 2012 Sam Harwell +# 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. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. import unittest From f597069728d5a9f3848d25401580b268d17da792 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:37:29 -0800 Subject: [PATCH 05/20] Update copyright on Python2 --- .../Python2/src/antlr4/BufferedTokenStream.py | 31 ++----------------- .../Python2/src/antlr4/CommonTokenFactory.py | 31 ++----------------- .../Python2/src/antlr4/CommonTokenStream.py | 31 ++----------------- runtime/Python2/src/antlr4/FileStream.py | 31 ++----------------- runtime/Python2/src/antlr4/InputStream.py | 31 ++----------------- runtime/Python2/src/antlr4/LL1Analyzer.py | 31 ++----------------- runtime/Python2/src/antlr4/Lexer.py | 31 ++----------------- runtime/Python2/src/antlr4/Parser.py | 31 ++----------------- .../Python2/src/antlr4/ParserInterpreter.py | 31 ++----------------- .../Python2/src/antlr4/ParserRuleContext.py | 31 ++----------------- .../Python2/src/antlr4/PredictionContext.py | 31 ++----------------- runtime/Python2/src/antlr4/Recognizer.py | 31 ++----------------- runtime/Python2/src/antlr4/RuleContext.py | 31 ++----------------- runtime/Python2/src/antlr4/StdinStream.py | 31 ++----------------- runtime/Python2/src/antlr4/Token.py | 31 ++----------------- .../Python2/src/antlr4/TokenStreamRewriter.py | 27 ++-------------- runtime/Python2/src/antlr4/Utils.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/ATN.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/ATNConfig.py | 31 ++----------------- .../Python2/src/antlr4/atn/ATNConfigSet.py | 31 ++----------------- .../antlr4/atn/ATNDeserializationOptions.py | 31 ++----------------- .../Python2/src/antlr4/atn/ATNDeserializer.py | 31 ++----------------- .../Python2/src/antlr4/atn/ATNSimulator.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/ATNState.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/ATNType.py | 31 ++----------------- .../src/antlr4/atn/LexerATNSimulator.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/LexerAction.py | 31 ++----------------- .../src/antlr4/atn/LexerActionExecutor.py | 31 ++----------------- .../src/antlr4/atn/ParserATNSimulator.py | 31 ++----------------- .../Python2/src/antlr4/atn/PredictionMode.py | 31 ++----------------- .../Python2/src/antlr4/atn/SemanticContext.py | 31 ++----------------- runtime/Python2/src/antlr4/atn/Transition.py | 31 ++----------------- runtime/Python2/src/antlr4/dfa/DFA.py | 31 ++----------------- .../Python2/src/antlr4/dfa/DFASerializer.py | 31 ++----------------- runtime/Python2/src/antlr4/dfa/DFAState.py | 31 ++----------------- .../antlr4/error/DiagnosticErrorListener.py | 31 ++----------------- .../Python2/src/antlr4/error/ErrorListener.py | 31 ++----------------- .../Python2/src/antlr4/error/ErrorStrategy.py | 31 ++----------------- runtime/Python2/src/antlr4/error/Errors.py | 31 ++----------------- .../Python2/src/antlr4/tree/ParseTreeMatch.py | 31 ++----------------- .../src/antlr4/tree/ParseTreePattern.py | 31 ++----------------- .../antlr4/tree/ParseTreePatternMatcher.py | 31 ++----------------- .../Python2/src/antlr4/tree/RuleTagToken.py | 31 ++----------------- .../Python2/src/antlr4/tree/TokenTagToken.py | 31 ++----------------- runtime/Python2/src/antlr4/tree/Tree.py | 31 ++----------------- runtime/Python2/src/antlr4/tree/Trees.py | 31 ++----------------- .../Python2/tests/TestTokenStreamRewriter.py | 27 ++-------------- 47 files changed, 141 insertions(+), 1308 deletions(-) diff --git a/runtime/Python2/src/antlr4/BufferedTokenStream.py b/runtime/Python2/src/antlr4/BufferedTokenStream.py index bf0ea969a..c7d3d7d6c 100644 --- a/runtime/Python2/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python2/src/antlr4/BufferedTokenStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # This implementation of {@link TokenStream} loads tokens from a # {@link TokenSource} on-demand, and places the tokens in a buffer to provide diff --git a/runtime/Python2/src/antlr4/CommonTokenFactory.py b/runtime/Python2/src/antlr4/CommonTokenFactory.py index 8434479d4..440f7a3af 100644 --- a/runtime/Python2/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python2/src/antlr4/CommonTokenFactory.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/CommonTokenStream.py b/runtime/Python2/src/antlr4/CommonTokenStream.py index 05ff7f520..a5950a43a 100644 --- a/runtime/Python2/src/antlr4/CommonTokenStream.py +++ b/runtime/Python2/src/antlr4/CommonTokenStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # diff --git a/runtime/Python2/src/antlr4/FileStream.py b/runtime/Python2/src/antlr4/FileStream.py index 733672413..bcd814ed7 100644 --- a/runtime/Python2/src/antlr4/FileStream.py +++ b/runtime/Python2/src/antlr4/FileStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/InputStream.py b/runtime/Python2/src/antlr4/InputStream.py index 633f2aa05..d29c5d6cf 100644 --- a/runtime/Python2/src/antlr4/InputStream.py +++ b/runtime/Python2/src/antlr4/InputStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # import unittest diff --git a/runtime/Python2/src/antlr4/LL1Analyzer.py b/runtime/Python2/src/antlr4/LL1Analyzer.py index 66b7a1dd3..b6aea316a 100644 --- a/runtime/Python2/src/antlr4/LL1Analyzer.py +++ b/runtime/Python2/src/antlr4/LL1Analyzer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet, Interval from antlr4.Token import Token diff --git a/runtime/Python2/src/antlr4/Lexer.py b/runtime/Python2/src/antlr4/Lexer.py index a67f52627..2df3bf4d8 100644 --- a/runtime/Python2/src/antlr4/Lexer.py +++ b/runtime/Python2/src/antlr4/Lexer.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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, self list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, self list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from self software without specific prior written permission. -# -# self SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A lexer is recognizer that draws input symbols from a character stream. diff --git a/runtime/Python2/src/antlr4/Parser.py b/runtime/Python2/src/antlr4/Parser.py index 216546829..62d88eb2a 100644 --- a/runtime/Python2/src/antlr4/Parser.py +++ b/runtime/Python2/src/antlr4/Parser.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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, self list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, self list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from self software without specific prior written permission. -# -# self SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. from __future__ import print_function from antlr4.error.ErrorStrategy import DefaultErrorStrategy from antlr4.Recognizer import Recognizer diff --git a/runtime/Python2/src/antlr4/ParserInterpreter.py b/runtime/Python2/src/antlr4/ParserInterpreter.py index f3b473032..d4aba5352 100644 --- a/runtime/Python2/src/antlr4/ParserInterpreter.py +++ b/runtime/Python2/src/antlr4/ParserInterpreter.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A parser simulator that mimics what ANTLR's generated diff --git a/runtime/Python2/src/antlr4/ParserRuleContext.py b/runtime/Python2/src/antlr4/ParserRuleContext.py index 290a10af1..776c79706 100644 --- a/runtime/Python2/src/antlr4/ParserRuleContext.py +++ b/runtime/Python2/src/antlr4/ParserRuleContext.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #* A rule invocation record for parsing. # diff --git a/runtime/Python2/src/antlr4/PredictionContext.py b/runtime/Python2/src/antlr4/PredictionContext.py index a6075cc27..e2de5e258 100644 --- a/runtime/Python2/src/antlr4/PredictionContext.py +++ b/runtime/Python2/src/antlr4/PredictionContext.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from io import StringIO from antlr4.RuleContext import RuleContext diff --git a/runtime/Python2/src/antlr4/Recognizer.py b/runtime/Python2/src/antlr4/Recognizer.py index 7fe376445..f6a05ad70 100644 --- a/runtime/Python2/src/antlr4/Recognizer.py +++ b/runtime/Python2/src/antlr4/Recognizer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from __builtin__ import unicode from antlr4.Token import Token diff --git a/runtime/Python2/src/antlr4/RuleContext.py b/runtime/Python2/src/antlr4/RuleContext.py index 517f873d6..d7ff9b34d 100644 --- a/runtime/Python2/src/antlr4/RuleContext.py +++ b/runtime/Python2/src/antlr4/RuleContext.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/StdinStream.py b/runtime/Python2/src/antlr4/StdinStream.py index d48f98d79..6c5ba0e9a 100644 --- a/runtime/Python2/src/antlr4/StdinStream.py +++ b/runtime/Python2/src/antlr4/StdinStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/Token.py b/runtime/Python2/src/antlr4/Token.py index 900def230..5337d074a 100644 --- a/runtime/Python2/src/antlr4/Token.py +++ b/runtime/Python2/src/antlr4/Token.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A token has properties: text, type, line, character position in the line diff --git a/runtime/Python2/src/antlr4/TokenStreamRewriter.py b/runtime/Python2/src/antlr4/TokenStreamRewriter.py index 6bf679f3b..1039fe53f 100644 --- a/runtime/Python2/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python2/src/antlr4/TokenStreamRewriter.py @@ -1,27 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. from StringIO import StringIO from antlr4.Token import Token diff --git a/runtime/Python2/src/antlr4/Utils.py b/runtime/Python2/src/antlr4/Utils.py index 0bc6d5644..f2f30005c 100644 --- a/runtime/Python2/src/antlr4/Utils.py +++ b/runtime/Python2/src/antlr4/Utils.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from io import StringIO diff --git a/runtime/Python2/src/antlr4/atn/ATN.py b/runtime/Python2/src/antlr4/atn/ATN.py index c597eb041..9102962a5 100644 --- a/runtime/Python2/src/antlr4/atn/ATN.py +++ b/runtime/Python2/src/antlr4/atn/ATN.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet from antlr4.Token import Token diff --git a/runtime/Python2/src/antlr4/atn/ATNConfig.py b/runtime/Python2/src/antlr4/atn/ATNConfig.py index a0658d1e8..a96d117bb 100644 --- a/runtime/Python2/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfig.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A tuple: (ATN state, predicted alt, syntactic, semantic context). diff --git a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py index e3058ecd6..fe4978e3f 100755 --- a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # Specialized {@link Set}{@code <}{@link ATNConfig}{@code >} that can track diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py index 5cf432991..6d130323d 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. class ATNDeserializationOptions(object): diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py index 20c561f41..aea1a6f8e 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from uuid import UUID from antlr4.atn.ATN import ATN diff --git a/runtime/Python2/src/antlr4/atn/ATNSimulator.py b/runtime/Python2/src/antlr4/atn/ATNSimulator.py index a02de0cbf..70b013ba4 100644 --- a/runtime/Python2/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.PredictionContext import getCachedPredictionContext from antlr4.atn.ATNConfigSet import ATNConfigSet diff --git a/runtime/Python2/src/antlr4/atn/ATNState.py b/runtime/Python2/src/antlr4/atn/ATNState.py index 038377704..19990c75a 100644 --- a/runtime/Python2/src/antlr4/atn/ATNState.py +++ b/runtime/Python2/src/antlr4/atn/ATNState.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # The following images show the relation of states and diff --git a/runtime/Python2/src/antlr4/atn/ATNType.py b/runtime/Python2/src/antlr4/atn/ATNType.py index b351b18d1..a3ff2cb83 100644 --- a/runtime/Python2/src/antlr4/atn/ATNType.py +++ b/runtime/Python2/src/antlr4/atn/ATNType.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # Represents the type of recognizer an ATN applies to. diff --git a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py index 2dfa131bb..dbd0df12e 100644 --- a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # When we hit an accept state in either the DFA or the ATN, we diff --git a/runtime/Python2/src/antlr4/atn/LexerAction.py b/runtime/Python2/src/antlr4/atn/LexerAction.py index 207d9025f..5963b3512 100644 --- a/runtime/Python2/src/antlr4/atn/LexerAction.py +++ b/runtime/Python2/src/antlr4/atn/LexerAction.py @@ -1,32 +1,7 @@ # -#[The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # class LexerActionType(object): diff --git a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py index 7149a29d4..be9abefab 100644 --- a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # Represents an executor for a sequence of lexer actions which traversed during diff --git a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py index d48610249..04aecdee7 100755 --- a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/atn/PredictionMode.py b/runtime/Python2/src/antlr4/atn/PredictionMode.py index 8e6f5cdce..4704b8cdd 100644 --- a/runtime/Python2/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python2/src/antlr4/atn/PredictionMode.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # # This enumeration defines the prediction modes available in ANTLR 4 along with diff --git a/runtime/Python2/src/antlr4/atn/SemanticContext.py b/runtime/Python2/src/antlr4/atn/SemanticContext.py index b8fe7b1a0..d19f59771 100644 --- a/runtime/Python2/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python2/src/antlr4/atn/SemanticContext.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A tree structure used to record the semantic context in which diff --git a/runtime/Python2/src/antlr4/atn/Transition.py b/runtime/Python2/src/antlr4/atn/Transition.py index 92212e741..937fd9585 100644 --- a/runtime/Python2/src/antlr4/atn/Transition.py +++ b/runtime/Python2/src/antlr4/atn/Transition.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # An ATN transition between any two ATN states. Subclasses define diff --git a/runtime/Python2/src/antlr4/dfa/DFA.py b/runtime/Python2/src/antlr4/dfa/DFA.py index 014dd18f9..79044bbc3 100644 --- a/runtime/Python2/src/antlr4/dfa/DFA.py +++ b/runtime/Python2/src/antlr4/dfa/DFA.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState from antlr4.atn.ATNConfigSet import ATNConfigSet diff --git a/runtime/Python2/src/antlr4/dfa/DFASerializer.py b/runtime/Python2/src/antlr4/dfa/DFASerializer.py index 2b0935035..a1a57e055 100644 --- a/runtime/Python2/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python2/src/antlr4/dfa/DFASerializer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A DFA walker that knows how to dump them to serialized strings.#/ diff --git a/runtime/Python2/src/antlr4/dfa/DFAState.py b/runtime/Python2/src/antlr4/dfa/DFAState.py index 7045f7c22..175c4840c 100644 --- a/runtime/Python2/src/antlr4/dfa/DFAState.py +++ b/runtime/Python2/src/antlr4/dfa/DFAState.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # Map a predicate to a predicted alternative.#/ diff --git a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py index 7801f6a87..0a44639cc 100644 --- a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/ErrorListener.py b/runtime/Python2/src/antlr4/error/ErrorListener.py index bfe06e03a..1169d236a 100644 --- a/runtime/Python2/src/antlr4/error/ErrorListener.py +++ b/runtime/Python2/src/antlr4/error/ErrorListener.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # Provides an empty default implementation of {@link ANTLRErrorListener}. The # default implementation of each method does nothing, but can be overridden as diff --git a/runtime/Python2/src/antlr4/error/ErrorStrategy.py b/runtime/Python2/src/antlr4/error/ErrorStrategy.py index 94efb89a5..16b36e0c8 100644 --- a/runtime/Python2/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python2/src/antlr4/error/ErrorStrategy.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python2/src/antlr4/error/Errors.py b/runtime/Python2/src/antlr4/error/Errors.py index 017116dba..6440c099c 100644 --- a/runtime/Python2/src/antlr4/error/Errors.py +++ b/runtime/Python2/src/antlr4/error/Errors.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.atn.Transition import PredicateTransition diff --git a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py index f658197ef..669e64fca 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py index 96119c36f..2de0b765a 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py index 5011e3ba6..fd8424680 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/tree/RuleTagToken.py b/runtime/Python2/src/antlr4/tree/RuleTagToken.py index 021373f01..a06702fcc 100644 --- a/runtime/Python2/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python2/src/antlr4/tree/RuleTagToken.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/tree/TokenTagToken.py b/runtime/Python2/src/antlr4/tree/TokenTagToken.py index 0517cef1f..e85286399 100644 --- a/runtime/Python2/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python2/src/antlr4/tree/TokenTagToken.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/tree/Tree.py b/runtime/Python2/src/antlr4/tree/Tree.py index 272acf14f..1578f8cf6 100644 --- a/runtime/Python2/src/antlr4/tree/Tree.py +++ b/runtime/Python2/src/antlr4/tree/Tree.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Trees.py b/runtime/Python2/src/antlr4/tree/Trees.py index 00a322b45..89d88f086 100644 --- a/runtime/Python2/src/antlr4/tree/Trees.py +++ b/runtime/Python2/src/antlr4/tree/Trees.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/tests/TestTokenStreamRewriter.py b/runtime/Python2/tests/TestTokenStreamRewriter.py index 03083953e..945027f0c 100644 --- a/runtime/Python2/tests/TestTokenStreamRewriter.py +++ b/runtime/Python2/tests/TestTokenStreamRewriter.py @@ -1,27 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. import unittest From 76d421a89ec458e16e562b219266cdb52f2050d5 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:39:38 -0800 Subject: [PATCH 06/20] add copyrights on Python2 --- runtime/Python2/src/antlr4/IntervalSet.py | 6 ++++++ runtime/Python2/src/antlr4/ListTokenSource.py | 8 +++++++- runtime/Python2/src/antlr4/tree/Chunk.py | 6 ++++++ runtime/Python2/src/antlr4/xpath/XPath.py | 5 +++++ 4 files changed, 24 insertions(+), 1 deletion(-) diff --git a/runtime/Python2/src/antlr4/IntervalSet.py b/runtime/Python2/src/antlr4/IntervalSet.py index c4c93749e..7ad52acee 100644 --- a/runtime/Python2/src/antlr4/IntervalSet.py +++ b/runtime/Python2/src/antlr4/IntervalSet.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + from io import StringIO import unittest from antlr4.Token import Token diff --git a/runtime/Python2/src/antlr4/ListTokenSource.py b/runtime/Python2/src/antlr4/ListTokenSource.py index efd8d06b5..5314cd047 100644 --- a/runtime/Python2/src/antlr4/ListTokenSource.py +++ b/runtime/Python2/src/antlr4/ListTokenSource.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + # # Provides an implementation of {@link TokenSource} as a wrapper around a list # of {@link Token} objects. @@ -134,4 +140,4 @@ class ListTokenSource(TokenSource): if inputStream is not None: return inputStream.getSourceName() else: - return "List" \ No newline at end of file + return "List" diff --git a/runtime/Python2/src/antlr4/tree/Chunk.py b/runtime/Python2/src/antlr4/tree/Chunk.py index f047f15aa..d27953812 100644 --- a/runtime/Python2/src/antlr4/tree/Chunk.py +++ b/runtime/Python2/src/antlr4/tree/Chunk.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + class Chunk(object): def __str__(self): diff --git a/runtime/Python2/src/antlr4/xpath/XPath.py b/runtime/Python2/src/antlr4/xpath/XPath.py index e138d3cdf..43485e289 100644 --- a/runtime/Python2/src/antlr4/xpath/XPath.py +++ b/runtime/Python2/src/antlr4/xpath/XPath.py @@ -1,3 +1,8 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# # # Represent a subset of XPath XML path syntax for use in identifying nodes in From 06973a8ea9177566934a0de418c52971249a5d0b Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:42:39 -0800 Subject: [PATCH 07/20] fix typo in copyright --- runtime/Python3/src/antlr4/Lexer.py | 2 +- runtime/Python3/src/antlr4/Parser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/Python3/src/antlr4/Lexer.py b/runtime/Python3/src/antlr4/Lexer.py index 7c9898d4c..1a5fed64e 100644 --- a/runtime/Python3/src/antlr4/Lexer.py +++ b/runtime/Python3/src/antlr4/Lexer.py @@ -25,7 +25,7 @@ # 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 -# self SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #/ # A lexer is recognizer that draws input symbols from a character stream. diff --git a/runtime/Python3/src/antlr4/Parser.py b/runtime/Python3/src/antlr4/Parser.py index 25fc56ab8..66dfc842a 100644 --- a/runtime/Python3/src/antlr4/Parser.py +++ b/runtime/Python3/src/antlr4/Parser.py @@ -26,7 +26,7 @@ # 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 -# self SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. from antlr4.BufferedTokenStream import TokenStream from antlr4.CommonTokenFactory import TokenFactory from antlr4.error.ErrorStrategy import DefaultErrorStrategy From fed78dbd284095edca4c9b01c61ade96616f7a92 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:46:30 -0800 Subject: [PATCH 08/20] update copyrights on Python3 --- .../Python3/src/antlr4/BufferedTokenStream.py | 31 ++----------------- .../Python3/src/antlr4/CommonTokenFactory.py | 31 ++----------------- .../Python3/src/antlr4/CommonTokenStream.py | 31 ++----------------- runtime/Python3/src/antlr4/FileStream.py | 31 ++----------------- runtime/Python3/src/antlr4/InputStream.py | 31 ++----------------- runtime/Python3/src/antlr4/LL1Analyzer.py | 31 ++----------------- runtime/Python3/src/antlr4/Lexer.py | 31 ++----------------- runtime/Python3/src/antlr4/Parser.py | 31 ++----------------- .../Python3/src/antlr4/ParserInterpreter.py | 31 ++----------------- .../Python3/src/antlr4/ParserRuleContext.py | 31 ++----------------- .../Python3/src/antlr4/PredictionContext.py | 31 ++----------------- runtime/Python3/src/antlr4/Recognizer.py | 31 ++----------------- runtime/Python3/src/antlr4/RuleContext.py | 31 ++----------------- runtime/Python3/src/antlr4/Token.py | 31 ++----------------- runtime/Python3/src/antlr4/Utils.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/ATN.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/ATNConfig.py | 31 ++----------------- .../Python3/src/antlr4/atn/ATNConfigSet.py | 31 ++----------------- .../antlr4/atn/ATNDeserializationOptions.py | 31 ++----------------- .../Python3/src/antlr4/atn/ATNDeserializer.py | 31 ++----------------- .../Python3/src/antlr4/atn/ATNSimulator.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/ATNState.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/ATNType.py | 31 ++----------------- .../src/antlr4/atn/LexerATNSimulator.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/LexerAction.py | 31 ++----------------- .../src/antlr4/atn/LexerActionExecutor.py | 31 ++----------------- .../src/antlr4/atn/ParserATNSimulator.py | 31 ++----------------- .../Python3/src/antlr4/atn/PredictionMode.py | 31 ++----------------- .../Python3/src/antlr4/atn/SemanticContext.py | 31 ++----------------- runtime/Python3/src/antlr4/atn/Transition.py | 31 ++----------------- runtime/Python3/src/antlr4/dfa/DFA.py | 31 ++----------------- .../Python3/src/antlr4/dfa/DFASerializer.py | 31 ++----------------- runtime/Python3/src/antlr4/dfa/DFAState.py | 31 ++----------------- .../antlr4/error/DiagnosticErrorListener.py | 31 ++----------------- .../Python3/src/antlr4/error/ErrorListener.py | 31 ++----------------- .../Python3/src/antlr4/error/ErrorStrategy.py | 31 ++----------------- runtime/Python3/src/antlr4/error/Errors.py | 31 ++----------------- .../Python3/src/antlr4/tree/ParseTreeMatch.py | 31 ++----------------- .../src/antlr4/tree/ParseTreePattern.py | 31 ++----------------- .../antlr4/tree/ParseTreePatternMatcher.py | 31 ++----------------- .../Python3/src/antlr4/tree/RuleTagToken.py | 31 ++----------------- .../Python3/src/antlr4/tree/TokenTagToken.py | 31 ++----------------- runtime/Python3/src/antlr4/tree/Tree.py | 31 ++----------------- runtime/Python3/src/antlr4/tree/Trees.py | 31 ++----------------- 44 files changed, 132 insertions(+), 1232 deletions(-) diff --git a/runtime/Python3/src/antlr4/BufferedTokenStream.py b/runtime/Python3/src/antlr4/BufferedTokenStream.py index 919a27335..b4a82427e 100644 --- a/runtime/Python3/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python3/src/antlr4/BufferedTokenStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # This implementation of {@link TokenStream} loads tokens from a # {@link TokenSource} on-demand, and places the tokens in a buffer to provide diff --git a/runtime/Python3/src/antlr4/CommonTokenFactory.py b/runtime/Python3/src/antlr4/CommonTokenFactory.py index c85bfa0cf..c14031900 100644 --- a/runtime/Python3/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python3/src/antlr4/CommonTokenFactory.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/CommonTokenStream.py b/runtime/Python3/src/antlr4/CommonTokenStream.py index e4f4a979d..c3d9762b2 100644 --- a/runtime/Python3/src/antlr4/CommonTokenStream.py +++ b/runtime/Python3/src/antlr4/CommonTokenStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # diff --git a/runtime/Python3/src/antlr4/FileStream.py b/runtime/Python3/src/antlr4/FileStream.py index b1f42e829..fb75c35a5 100644 --- a/runtime/Python3/src/antlr4/FileStream.py +++ b/runtime/Python3/src/antlr4/FileStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/InputStream.py b/runtime/Python3/src/antlr4/InputStream.py index 1769780ba..327740c61 100644 --- a/runtime/Python3/src/antlr4/InputStream.py +++ b/runtime/Python3/src/antlr4/InputStream.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # import unittest diff --git a/runtime/Python3/src/antlr4/LL1Analyzer.py b/runtime/Python3/src/antlr4/LL1Analyzer.py index ea70a0a81..9d68e02fd 100644 --- a/runtime/Python3/src/antlr4/LL1Analyzer.py +++ b/runtime/Python3/src/antlr4/LL1Analyzer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet from antlr4.Token import Token diff --git a/runtime/Python3/src/antlr4/Lexer.py b/runtime/Python3/src/antlr4/Lexer.py index 1a5fed64e..2406c8a0a 100644 --- a/runtime/Python3/src/antlr4/Lexer.py +++ b/runtime/Python3/src/antlr4/Lexer.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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, self list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, self list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from self software without specific prior written permission. -# -# self SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A lexer is recognizer that draws input symbols from a character stream. diff --git a/runtime/Python3/src/antlr4/Parser.py b/runtime/Python3/src/antlr4/Parser.py index 66dfc842a..05b6733ad 100644 --- a/runtime/Python3/src/antlr4/Parser.py +++ b/runtime/Python3/src/antlr4/Parser.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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, self list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, self list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# 3. The name of the author may not be used to endorse or promote products -# derived from self software without specific prior written permission. -# -# self SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. from antlr4.BufferedTokenStream import TokenStream from antlr4.CommonTokenFactory import TokenFactory from antlr4.error.ErrorStrategy import DefaultErrorStrategy diff --git a/runtime/Python3/src/antlr4/ParserInterpreter.py b/runtime/Python3/src/antlr4/ParserInterpreter.py index 91b9d56b2..692ffd86e 100644 --- a/runtime/Python3/src/antlr4/ParserInterpreter.py +++ b/runtime/Python3/src/antlr4/ParserInterpreter.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A parser simulator that mimics what ANTLR's generated diff --git a/runtime/Python3/src/antlr4/ParserRuleContext.py b/runtime/Python3/src/antlr4/ParserRuleContext.py index f94448e51..59c0e14f3 100644 --- a/runtime/Python3/src/antlr4/ParserRuleContext.py +++ b/runtime/Python3/src/antlr4/ParserRuleContext.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #* A rule invocation record for parsing. # diff --git a/runtime/Python3/src/antlr4/PredictionContext.py b/runtime/Python3/src/antlr4/PredictionContext.py index e03cb6f2b..8d4386ba9 100644 --- a/runtime/Python3/src/antlr4/PredictionContext.py +++ b/runtime/Python3/src/antlr4/PredictionContext.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from io import StringIO from antlr4.RuleContext import RuleContext diff --git a/runtime/Python3/src/antlr4/Recognizer.py b/runtime/Python3/src/antlr4/Recognizer.py index e4da1fe24..a46711dd2 100644 --- a/runtime/Python3/src/antlr4/Recognizer.py +++ b/runtime/Python3/src/antlr4/Recognizer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from antlr4.RuleContext import RuleContext from antlr4.Token import Token diff --git a/runtime/Python3/src/antlr4/RuleContext.py b/runtime/Python3/src/antlr4/RuleContext.py index c8f5ae053..34f6e4794 100644 --- a/runtime/Python3/src/antlr4/RuleContext.py +++ b/runtime/Python3/src/antlr4/RuleContext.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Token.py b/runtime/Python3/src/antlr4/Token.py index ec3149687..0e698eaf9 100644 --- a/runtime/Python3/src/antlr4/Token.py +++ b/runtime/Python3/src/antlr4/Token.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A token has properties: text, type, line, character position in the line diff --git a/runtime/Python3/src/antlr4/Utils.py b/runtime/Python3/src/antlr4/Utils.py index f71e74274..0754e357e 100644 --- a/runtime/Python3/src/antlr4/Utils.py +++ b/runtime/Python3/src/antlr4/Utils.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from io import StringIO diff --git a/runtime/Python3/src/antlr4/atn/ATN.py b/runtime/Python3/src/antlr4/atn/ATN.py index 30ca2da84..f12df1793 100644 --- a/runtime/Python3/src/antlr4/atn/ATN.py +++ b/runtime/Python3/src/antlr4/atn/ATN.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python3/src/antlr4/atn/ATNConfig.py b/runtime/Python3/src/antlr4/atn/ATNConfig.py index 98ce7919c..0becf2346 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfig.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A tuple: (ATN state, predicted alt, syntactic, semantic context). diff --git a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py index 38d23da1f..4fe146e73 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # Specialized {@link Set}{@code <}{@link ATNConfig}{@code >} that can track diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py index cbfdb44d8..1e256e931 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,31 +1,6 @@ -#[The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # need a forward declaration ATNDeserializationOptions = None diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py index ded137c73..a18c23272 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from uuid import UUID from io import StringIO diff --git a/runtime/Python3/src/antlr4/atn/ATNSimulator.py b/runtime/Python3/src/antlr4/atn/ATNSimulator.py index bdde71a0d..8dec6f640 100644 --- a/runtime/Python3/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from antlr4.PredictionContext import PredictionContextCache, PredictionContext, getCachedPredictionContext from antlr4.atn.ATN import ATN diff --git a/runtime/Python3/src/antlr4/atn/ATNState.py b/runtime/Python3/src/antlr4/atn/ATNState.py index ae31e374d..1335fce8d 100644 --- a/runtime/Python3/src/antlr4/atn/ATNState.py +++ b/runtime/Python3/src/antlr4/atn/ATNState.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # The following images show the relation of states and diff --git a/runtime/Python3/src/antlr4/atn/ATNType.py b/runtime/Python3/src/antlr4/atn/ATNType.py index 7a6d7b95a..abe08ae2d 100644 --- a/runtime/Python3/src/antlr4/atn/ATNType.py +++ b/runtime/Python3/src/antlr4/atn/ATNType.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ from enum import IntEnum diff --git a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py index f5a649a94..43cf9ba15 100644 --- a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # When we hit an accept state in either the DFA or the ATN, we diff --git a/runtime/Python3/src/antlr4/atn/LexerAction.py b/runtime/Python3/src/antlr4/atn/LexerAction.py index 7e503c975..2b3467cc6 100644 --- a/runtime/Python3/src/antlr4/atn/LexerAction.py +++ b/runtime/Python3/src/antlr4/atn/LexerAction.py @@ -1,32 +1,7 @@ # - #[The "BSD license"] - # Copyright (c) 2013 Terence Parr - # Copyright (c) 2013 Sam Harwell - # Copyright (c) 2014 Eric Vergnaud - # 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. The name of the author may not be used to endorse or promote products - # derived from this software without specific prior written permission. - # - # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # from enum import IntEnum diff --git a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py index 0c9028954..273193ef5 100644 --- a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # Represents an executor for a sequence of lexer actions which traversed during diff --git a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py index b085530b4..fb9319c6b 100644 --- a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/atn/PredictionMode.py b/runtime/Python3/src/antlr4/atn/PredictionMode.py index 462fafc63..b1e8a977d 100644 --- a/runtime/Python3/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python3/src/antlr4/atn/PredictionMode.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # # This enumeration defines the prediction modes available in ANTLR 4 along with diff --git a/runtime/Python3/src/antlr4/atn/SemanticContext.py b/runtime/Python3/src/antlr4/atn/SemanticContext.py index 7536ded1e..5b3543185 100644 --- a/runtime/Python3/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python3/src/antlr4/atn/SemanticContext.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # A tree structure used to record the semantic context in which diff --git a/runtime/Python3/src/antlr4/atn/Transition.py b/runtime/Python3/src/antlr4/atn/Transition.py index 79698ba2f..9ce47ba90 100644 --- a/runtime/Python3/src/antlr4/atn/Transition.py +++ b/runtime/Python3/src/antlr4/atn/Transition.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # An ATN transition between any two ATN states. Subclasses define diff --git a/runtime/Python3/src/antlr4/dfa/DFA.py b/runtime/Python3/src/antlr4/dfa/DFA.py index 19881b3fd..23b7dda08 100644 --- a/runtime/Python3/src/antlr4/dfa/DFA.py +++ b/runtime/Python3/src/antlr4/dfa/DFA.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState from antlr4.atn.ATNConfigSet import ATNConfigSet diff --git a/runtime/Python3/src/antlr4/dfa/DFASerializer.py b/runtime/Python3/src/antlr4/dfa/DFASerializer.py index de87f313c..fe6f026a8 100644 --- a/runtime/Python3/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python3/src/antlr4/dfa/DFASerializer.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # A DFA walker that knows how to dump them to serialized strings.#/ diff --git a/runtime/Python3/src/antlr4/dfa/DFAState.py b/runtime/Python3/src/antlr4/dfa/DFAState.py index 9ad996384..c0c88919f 100644 --- a/runtime/Python3/src/antlr4/dfa/DFAState.py +++ b/runtime/Python3/src/antlr4/dfa/DFAState.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # Map a predicate to a predicted alternative.#/ diff --git a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py index 50bc841f9..5afc272e4 100644 --- a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/ErrorListener.py b/runtime/Python3/src/antlr4/error/ErrorListener.py index d1c1451ec..fae19dc99 100644 --- a/runtime/Python3/src/antlr4/error/ErrorListener.py +++ b/runtime/Python3/src/antlr4/error/ErrorListener.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # Provides an empty default implementation of {@link ANTLRErrorListener}. The # default implementation of each method does nothing, but can be overridden as diff --git a/runtime/Python3/src/antlr4/error/ErrorStrategy.py b/runtime/Python3/src/antlr4/error/ErrorStrategy.py index 9df8464d9..6eda2ff87 100644 --- a/runtime/Python3/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python3/src/antlr4/error/ErrorStrategy.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # import sys from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python3/src/antlr4/error/Errors.py b/runtime/Python3/src/antlr4/error/Errors.py index 90f46dc3e..d8f80791a 100644 --- a/runtime/Python3/src/antlr4/error/Errors.py +++ b/runtime/Python3/src/antlr4/error/Errors.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ # need forward declaration diff --git a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py index 9b1f2cb61..de03574e2 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py index 57063e34c..203a6e90d 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py index 25611c434..152b1a716 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/tree/RuleTagToken.py b/runtime/Python3/src/antlr4/tree/RuleTagToken.py index a0a1eb5d7..1f97e9401 100644 --- a/runtime/Python3/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python3/src/antlr4/tree/RuleTagToken.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/tree/TokenTagToken.py b/runtime/Python3/src/antlr4/tree/TokenTagToken.py index 1fe3bf0f8..16ca6b27c 100644 --- a/runtime/Python3/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python3/src/antlr4/tree/TokenTagToken.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2013 Terence Parr -# Copyright (c) 2013 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/tree/Tree.py b/runtime/Python3/src/antlr4/tree/Tree.py index b26aeb1dc..e1e213f48 100644 --- a/runtime/Python3/src/antlr4/tree/Tree.py +++ b/runtime/Python3/src/antlr4/tree/Tree.py @@ -1,31 +1,6 @@ -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/tree/Trees.py b/runtime/Python3/src/antlr4/tree/Trees.py index 42fde282b..f2d9fd32f 100644 --- a/runtime/Python3/src/antlr4/tree/Trees.py +++ b/runtime/Python3/src/antlr4/tree/Trees.py @@ -1,32 +1,7 @@ # -# [The "BSD license"] -# Copyright (c) 2012 Terence Parr -# Copyright (c) 2012 Sam Harwell -# Copyright (c) 2014 Eric Vergnaud -# 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. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. # From c0e4f076020531e72f5a735fa9366d924da60874 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:49:53 -0800 Subject: [PATCH 09/20] add copyrights on Python3 --- runtime/Python3/src/antlr4/IntervalSet.py | 6 ++++++ runtime/Python3/src/antlr4/ListTokenSource.py | 6 ++++++ runtime/Python3/src/antlr4/TokenStreamRewriter.py | 6 ++++++ runtime/Python3/src/antlr4/error/Errors.py | 2 +- runtime/Python3/src/antlr4/tree/Chunk.py | 6 ++++++ runtime/Python3/src/antlr4/xpath/XPath.py | 5 +++++ runtime/Python3/test/ctest.py | 6 ++++++ 7 files changed, 36 insertions(+), 1 deletion(-) diff --git a/runtime/Python3/src/antlr4/IntervalSet.py b/runtime/Python3/src/antlr4/IntervalSet.py index 980509821..e00470387 100644 --- a/runtime/Python3/src/antlr4/IntervalSet.py +++ b/runtime/Python3/src/antlr4/IntervalSet.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + from io import StringIO import unittest from antlr4.Token import Token diff --git a/runtime/Python3/src/antlr4/ListTokenSource.py b/runtime/Python3/src/antlr4/ListTokenSource.py index 6b80e8d66..5af9c283b 100644 --- a/runtime/Python3/src/antlr4/ListTokenSource.py +++ b/runtime/Python3/src/antlr4/ListTokenSource.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + # # Provides an implementation of {@link TokenSource} as a wrapper around a list # of {@link Token} objects. diff --git a/runtime/Python3/src/antlr4/TokenStreamRewriter.py b/runtime/Python3/src/antlr4/TokenStreamRewriter.py index 5ebf41f5c..678d647a7 100644 --- a/runtime/Python3/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python3/src/antlr4/TokenStreamRewriter.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + from io import StringIO from antlr4.Token import Token diff --git a/runtime/Python3/src/antlr4/error/Errors.py b/runtime/Python3/src/antlr4/error/Errors.py index d8f80791a..0045c25ae 100644 --- a/runtime/Python3/src/antlr4/error/Errors.py +++ b/runtime/Python3/src/antlr4/error/Errors.py @@ -1,7 +1,7 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. # Use is of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -#/ +# # need forward declaration Token = None diff --git a/runtime/Python3/src/antlr4/tree/Chunk.py b/runtime/Python3/src/antlr4/tree/Chunk.py index bd110995d..183bf2d3d 100644 --- a/runtime/Python3/src/antlr4/tree/Chunk.py +++ b/runtime/Python3/src/antlr4/tree/Chunk.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + class Chunk(object): pass diff --git a/runtime/Python3/src/antlr4/xpath/XPath.py b/runtime/Python3/src/antlr4/xpath/XPath.py index 6661fb516..a4c9bfb6f 100644 --- a/runtime/Python3/src/antlr4/xpath/XPath.py +++ b/runtime/Python3/src/antlr4/xpath/XPath.py @@ -1,3 +1,8 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# # # Represent a subset of XPath XML path syntax for use in identifying nodes in diff --git a/runtime/Python3/test/ctest.py b/runtime/Python3/test/ctest.py index 19301a0e2..05b479f78 100644 --- a/runtime/Python3/test/ctest.py +++ b/runtime/Python3/test/ctest.py @@ -1,3 +1,9 @@ +# +# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Use is of this file is governed by the BSD 3-clause license that +# can be found in the LICENSE.txt file in the project root. +# + import sys sys.setrecursionlimit(4000) import antlr4 From e6b2e1916b7cf36e9d1eb91ee7a73cbaa2f68708 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:53:14 -0800 Subject: [PATCH 10/20] update copyrights on Cpp --- runtime/Cpp/runtime/src/ANTLRErrorListener.h | 32 ++--------------- runtime/Cpp/runtime/src/ANTLRErrorStrategy.h | 32 ++--------------- runtime/Cpp/runtime/src/ANTLRFileStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ANTLRFileStream.h | 32 ++--------------- runtime/Cpp/runtime/src/ANTLRInputStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ANTLRInputStream.h | 32 ++--------------- runtime/Cpp/runtime/src/BailErrorStrategy.cpp | 32 ++--------------- runtime/Cpp/runtime/src/BailErrorStrategy.h | 32 ++--------------- runtime/Cpp/runtime/src/BaseErrorListener.cpp | 32 ++--------------- runtime/Cpp/runtime/src/BaseErrorListener.h | 32 ++--------------- .../Cpp/runtime/src/BufferedTokenStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/BufferedTokenStream.h | 32 ++--------------- runtime/Cpp/runtime/src/CharStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/CharStream.h | 32 ++--------------- runtime/Cpp/runtime/src/CommonToken.cpp | 32 ++--------------- runtime/Cpp/runtime/src/CommonToken.h | 32 ++--------------- .../Cpp/runtime/src/CommonTokenFactory.cpp | 32 ++--------------- runtime/Cpp/runtime/src/CommonTokenFactory.h | 32 ++--------------- runtime/Cpp/runtime/src/CommonTokenStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/CommonTokenStream.h | 32 ++--------------- .../Cpp/runtime/src/ConsoleErrorListener.cpp | 32 ++--------------- .../Cpp/runtime/src/ConsoleErrorListener.h | 32 ++--------------- .../Cpp/runtime/src/DefaultErrorStrategy.cpp | 32 ++--------------- .../Cpp/runtime/src/DefaultErrorStrategy.h | 32 ++--------------- .../runtime/src/DiagnosticErrorListener.cpp | 32 ++--------------- .../Cpp/runtime/src/DiagnosticErrorListener.h | 32 ++--------------- runtime/Cpp/runtime/src/Exceptions.cpp | 31 ++--------------- runtime/Cpp/runtime/src/Exceptions.h | 31 ++--------------- .../runtime/src/FailedPredicateException.cpp | 34 +++---------------- .../runtime/src/FailedPredicateException.h | 32 ++--------------- runtime/Cpp/runtime/src/IRecognizer.h | 32 ++--------------- .../runtime/src/InputMismatchException.cpp | 32 ++--------------- .../Cpp/runtime/src/InputMismatchException.h | 32 ++--------------- runtime/Cpp/runtime/src/IntStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/IntStream.h | 32 ++--------------- .../runtime/src/InterpreterRuleContext.cpp | 32 ++--------------- .../Cpp/runtime/src/InterpreterRuleContext.h | 32 ++--------------- runtime/Cpp/runtime/src/Lexer.cpp | 32 ++--------------- runtime/Cpp/runtime/src/Lexer.h | 32 ++--------------- runtime/Cpp/runtime/src/LexerInterpreter.cpp | 32 ++--------------- runtime/Cpp/runtime/src/LexerInterpreter.h | 32 ++--------------- .../runtime/src/LexerNoViableAltException.cpp | 32 ++--------------- .../runtime/src/LexerNoViableAltException.h | 32 ++--------------- runtime/Cpp/runtime/src/ListTokenSource.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ListTokenSource.h | 32 ++--------------- .../Cpp/runtime/src/NoViableAltException.cpp | 32 ++--------------- .../Cpp/runtime/src/NoViableAltException.h | 32 ++--------------- runtime/Cpp/runtime/src/Parser.cpp | 32 ++--------------- runtime/Cpp/runtime/src/Parser.h | 32 ++--------------- runtime/Cpp/runtime/src/ParserInterpreter.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ParserInterpreter.h | 32 ++--------------- runtime/Cpp/runtime/src/ParserRuleContext.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ParserRuleContext.h | 32 ++--------------- .../Cpp/runtime/src/ProxyErrorListener.cpp | 32 ++--------------- runtime/Cpp/runtime/src/ProxyErrorListener.h | 32 ++--------------- .../Cpp/runtime/src/RecognitionException.cpp | 32 ++--------------- .../Cpp/runtime/src/RecognitionException.h | 32 ++--------------- runtime/Cpp/runtime/src/Recognizer.cpp | 32 ++--------------- runtime/Cpp/runtime/src/Recognizer.h | 32 ++--------------- runtime/Cpp/runtime/src/RuleContext.cpp | 32 ++--------------- runtime/Cpp/runtime/src/RuleContext.h | 32 ++--------------- .../Cpp/runtime/src/RuleContextWithAltNum.cpp | 31 ++--------------- .../Cpp/runtime/src/RuleContextWithAltNum.h | 31 ++--------------- runtime/Cpp/runtime/src/RuntimeMetaData.cpp | 32 ++--------------- runtime/Cpp/runtime/src/RuntimeMetaData.h | 32 ++--------------- runtime/Cpp/runtime/src/Token.h | 32 ++--------------- runtime/Cpp/runtime/src/TokenFactory.h | 32 ++--------------- runtime/Cpp/runtime/src/TokenSource.h | 32 ++--------------- runtime/Cpp/runtime/src/TokenStream.cpp | 32 ++--------------- runtime/Cpp/runtime/src/TokenStream.h | 32 ++--------------- .../Cpp/runtime/src/TokenStreamRewriter.cpp | 32 ++--------------- runtime/Cpp/runtime/src/TokenStreamRewriter.h | 32 ++--------------- .../Cpp/runtime/src/UnbufferedCharStream.cpp | 34 +++---------------- .../Cpp/runtime/src/UnbufferedCharStream.h | 32 ++--------------- .../Cpp/runtime/src/UnbufferedTokenStream.cpp | 32 ++--------------- .../Cpp/runtime/src/UnbufferedTokenStream.h | 32 ++--------------- runtime/Cpp/runtime/src/Vocabulary.cpp | 32 ++--------------- runtime/Cpp/runtime/src/Vocabulary.h | 32 ++--------------- runtime/Cpp/runtime/src/WritableToken.h | 32 ++--------------- runtime/Cpp/runtime/src/antlr4-common.h | 30 ++-------------- runtime/Cpp/runtime/src/antlr4-runtime.h | 30 ++-------------- runtime/Cpp/runtime/src/atn/ATN.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATN.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNConfig.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNConfig.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNConfigSet.h | 32 ++--------------- .../src/atn/ATNDeserializationOptions.cpp | 32 ++--------------- .../src/atn/ATNDeserializationOptions.h | 32 ++--------------- .../Cpp/runtime/src/atn/ATNDeserializer.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNDeserializer.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNSerializer.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNSerializer.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNSimulator.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNSimulator.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ATNType.h | 32 ++--------------- .../src/atn/AbstractPredicateTransition.cpp | 32 ++--------------- .../src/atn/AbstractPredicateTransition.h | 32 ++--------------- .../Cpp/runtime/src/atn/ActionTransition.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/ActionTransition.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/AmbiguityInfo.h | 32 ++--------------- .../src/atn/ArrayPredictionContext.cpp | 32 ++--------------- .../runtime/src/atn/ArrayPredictionContext.h | 32 ++--------------- .../Cpp/runtime/src/atn/AtomTransition.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/AtomTransition.h | 32 ++--------------- .../runtime/src/atn/BasicBlockStartState.cpp | 32 ++--------------- .../runtime/src/atn/BasicBlockStartState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/BasicState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/BasicState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/BlockEndState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/BlockEndState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/BlockStartState.h | 32 ++--------------- .../src/atn/ContextSensitivityInfo.cpp | 32 ++--------------- .../runtime/src/atn/ContextSensitivityInfo.h | 32 ++--------------- .../Cpp/runtime/src/atn/DecisionEventInfo.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/DecisionEventInfo.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/DecisionInfo.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/DecisionInfo.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/DecisionState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/DecisionState.h | 32 ++--------------- .../src/atn/EmptyPredictionContext.cpp | 32 ++--------------- .../runtime/src/atn/EmptyPredictionContext.h | 32 ++--------------- .../Cpp/runtime/src/atn/EpsilonTransition.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/EpsilonTransition.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ErrorInfo.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ErrorInfo.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LL1Analyzer.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerATNConfig.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerATNConfig.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerATNSimulator.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerATNSimulator.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerAction.h | 32 ++--------------- .../runtime/src/atn/LexerActionExecutor.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerActionExecutor.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerActionType.h | 32 ++--------------- .../runtime/src/atn/LexerChannelAction.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerChannelAction.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerCustomAction.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerCustomAction.h | 32 ++--------------- .../src/atn/LexerIndexedCustomAction.cpp | 32 ++--------------- .../src/atn/LexerIndexedCustomAction.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerModeAction.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerModeAction.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerMoreAction.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerMoreAction.h | 32 ++--------------- .../runtime/src/atn/LexerPopModeAction.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerPopModeAction.h | 32 ++--------------- .../runtime/src/atn/LexerPushModeAction.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LexerPushModeAction.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerSkipAction.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerSkipAction.h | 32 ++--------------- .../Cpp/runtime/src/atn/LexerTypeAction.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LexerTypeAction.h | 32 ++--------------- .../runtime/src/atn/LookaheadEventInfo.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/LookaheadEventInfo.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/LoopEndState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/LoopEndState.h | 32 ++--------------- .../Cpp/runtime/src/atn/NotSetTransition.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/NotSetTransition.h | 32 ++--------------- .../runtime/src/atn/OrderedATNConfigSet.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/OrderedATNConfigSet.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/ParseInfo.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/ParseInfo.h | 32 ++--------------- .../runtime/src/atn/ParserATNSimulator.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/ParserATNSimulator.h | 32 ++--------------- .../runtime/src/atn/PlusBlockStartState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/PlusBlockStartState.h | 32 ++--------------- .../Cpp/runtime/src/atn/PlusLoopbackState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/PlusLoopbackState.h | 32 ++--------------- .../src/atn/PrecedencePredicateTransition.cpp | 32 ++--------------- .../src/atn/PrecedencePredicateTransition.h | 32 ++--------------- .../Cpp/runtime/src/atn/PredicateEvalInfo.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/PredicateEvalInfo.h | 32 ++--------------- .../runtime/src/atn/PredicateTransition.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/PredicateTransition.h | 32 ++--------------- .../Cpp/runtime/src/atn/PredictionContext.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/PredictionContext.h | 32 ++--------------- .../Cpp/runtime/src/atn/PredictionMode.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/PredictionMode.h | 32 ++--------------- .../runtime/src/atn/ProfilingATNSimulator.cpp | 32 ++--------------- .../runtime/src/atn/ProfilingATNSimulator.h | 32 ++--------------- .../Cpp/runtime/src/atn/RangeTransition.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/RangeTransition.h | 32 ++--------------- .../Cpp/runtime/src/atn/RuleStartState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/RuleStartState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/RuleStopState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/RuleStopState.h | 32 ++--------------- .../Cpp/runtime/src/atn/RuleTransition.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/RuleTransition.h | 32 ++--------------- .../Cpp/runtime/src/atn/SemanticContext.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/SemanticContext.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/SetTransition.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/SetTransition.h | 32 ++--------------- .../src/atn/SingletonPredictionContext.cpp | 32 ++--------------- .../src/atn/SingletonPredictionContext.h | 32 ++--------------- .../runtime/src/atn/StarBlockStartState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/StarBlockStartState.h | 32 ++--------------- .../runtime/src/atn/StarLoopEntryState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/StarLoopEntryState.h | 32 ++--------------- .../Cpp/runtime/src/atn/StarLoopbackState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/StarLoopbackState.h | 32 ++--------------- .../Cpp/runtime/src/atn/TokensStartState.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/TokensStartState.h | 32 ++--------------- runtime/Cpp/runtime/src/atn/Transition.cpp | 32 ++--------------- runtime/Cpp/runtime/src/atn/Transition.h | 32 ++--------------- .../runtime/src/atn/WildcardTransition.cpp | 32 ++--------------- .../Cpp/runtime/src/atn/WildcardTransition.h | 32 ++--------------- runtime/Cpp/runtime/src/dfa/DFA.cpp | 32 ++--------------- runtime/Cpp/runtime/src/dfa/DFA.h | 32 ++--------------- runtime/Cpp/runtime/src/dfa/DFASerializer.cpp | 33 ++---------------- runtime/Cpp/runtime/src/dfa/DFASerializer.h | 33 ++---------------- runtime/Cpp/runtime/src/dfa/DFAState.cpp | 32 ++--------------- runtime/Cpp/runtime/src/dfa/DFAState.h | 32 ++--------------- .../runtime/src/dfa/LexerDFASerializer.cpp | 32 ++--------------- .../Cpp/runtime/src/dfa/LexerDFASerializer.h | 32 ++--------------- runtime/Cpp/runtime/src/misc/Interval.cpp | 32 ++--------------- runtime/Cpp/runtime/src/misc/Interval.h | 32 ++--------------- runtime/Cpp/runtime/src/misc/IntervalSet.cpp | 32 ++--------------- runtime/Cpp/runtime/src/misc/IntervalSet.h | 32 ++--------------- runtime/Cpp/runtime/src/misc/MurmurHash.cpp | 32 ++--------------- runtime/Cpp/runtime/src/misc/MurmurHash.h | 32 ++--------------- runtime/Cpp/runtime/src/misc/Predicate.h | 32 ++--------------- runtime/Cpp/runtime/src/support/Any.h | 30 ++-------------- runtime/Cpp/runtime/src/support/Arrays.cpp | 31 ++--------------- runtime/Cpp/runtime/src/support/Arrays.h | 31 ++--------------- runtime/Cpp/runtime/src/support/BitSet.h | 31 ++--------------- runtime/Cpp/runtime/src/support/CPPUtils.cpp | 31 ++--------------- runtime/Cpp/runtime/src/support/CPPUtils.h | 31 ++--------------- .../Cpp/runtime/src/support/Declarations.h | 31 ++--------------- .../Cpp/runtime/src/support/StringUtils.cpp | 31 ++--------------- runtime/Cpp/runtime/src/support/StringUtils.h | 31 ++--------------- .../src/tree/AbstractParseTreeVisitor.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/ErrorNode.h | 32 ++--------------- .../Cpp/runtime/src/tree/ErrorNodeImpl.cpp | 32 ++--------------- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/ParseTree.cpp | 32 ++--------------- runtime/Cpp/runtime/src/tree/ParseTree.h | 32 ++--------------- .../Cpp/runtime/src/tree/ParseTreeListener.h | 32 ++--------------- .../Cpp/runtime/src/tree/ParseTreeProperty.h | 32 ++--------------- .../Cpp/runtime/src/tree/ParseTreeVisitor.h | 32 ++--------------- .../Cpp/runtime/src/tree/ParseTreeWalker.cpp | 32 ++--------------- .../Cpp/runtime/src/tree/ParseTreeWalker.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/TerminalNode.h | 32 ++--------------- .../Cpp/runtime/src/tree/TerminalNodeImpl.cpp | 32 ++--------------- .../Cpp/runtime/src/tree/TerminalNodeImpl.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/Trees.cpp | 32 ++--------------- runtime/Cpp/runtime/src/tree/Trees.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/pattern/Chunk.h | 32 ++--------------- .../src/tree/pattern/ParseTreeMatch.cpp | 32 ++--------------- .../runtime/src/tree/pattern/ParseTreeMatch.h | 32 ++--------------- .../src/tree/pattern/ParseTreePattern.cpp | 32 ++--------------- .../src/tree/pattern/ParseTreePattern.h | 32 ++--------------- .../tree/pattern/ParseTreePatternMatcher.cpp | 32 ++--------------- .../tree/pattern/ParseTreePatternMatcher.h | 32 ++--------------- .../runtime/src/tree/pattern/RuleTagToken.cpp | 32 ++--------------- .../runtime/src/tree/pattern/RuleTagToken.h | 32 ++--------------- .../Cpp/runtime/src/tree/pattern/TagChunk.cpp | 32 ++--------------- .../Cpp/runtime/src/tree/pattern/TagChunk.h | 32 ++--------------- .../runtime/src/tree/pattern/TextChunk.cpp | 32 ++--------------- .../Cpp/runtime/src/tree/pattern/TextChunk.h | 32 ++--------------- .../src/tree/pattern/TokenTagToken.cpp | 32 ++--------------- .../runtime/src/tree/pattern/TokenTagToken.h | 32 ++--------------- runtime/Cpp/runtime/src/tree/xpath/XPath.cpp | 32 ++--------------- runtime/Cpp/runtime/src/tree/xpath/XPath.h | 32 ++--------------- .../runtime/src/tree/xpath/XPathElement.cpp | 32 ++--------------- .../Cpp/runtime/src/tree/xpath/XPathElement.h | 32 ++--------------- .../tree/xpath/XPathLexerErrorListener.cpp | 32 ++--------------- .../src/tree/xpath/XPathLexerErrorListener.h | 32 ++--------------- .../tree/xpath/XPathRuleAnywhereElement.cpp | 32 ++--------------- .../src/tree/xpath/XPathRuleAnywhereElement.h | 32 ++--------------- .../src/tree/xpath/XPathRuleElement.cpp | 32 ++--------------- .../runtime/src/tree/xpath/XPathRuleElement.h | 32 ++--------------- .../tree/xpath/XPathTokenAnywhereElement.cpp | 32 ++--------------- .../tree/xpath/XPathTokenAnywhereElement.h | 32 ++--------------- .../src/tree/xpath/XPathTokenElement.cpp | 32 ++--------------- .../src/tree/xpath/XPathTokenElement.h | 32 ++--------------- .../xpath/XPathWildcardAnywhereElement.cpp | 32 ++--------------- .../tree/xpath/XPathWildcardAnywhereElement.h | 32 ++--------------- .../src/tree/xpath/XPathWildcardElement.cpp | 32 ++--------------- .../src/tree/xpath/XPathWildcardElement.h | 32 ++--------------- 284 files changed, 854 insertions(+), 8222 deletions(-) diff --git a/runtime/Cpp/runtime/src/ANTLRErrorListener.h b/runtime/Cpp/runtime/src/ANTLRErrorListener.h index c5f8841b4..39eeec3e8 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorListener.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h index 9a10dcb31..722b1610b 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp index c67bbd10f..3835fed2a 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "support/StringUtils.h" diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.h b/runtime/Cpp/runtime/src/ANTLRFileStream.h index 11f278153..6ef8558b9 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.h +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp index 43d7c3033..4c0df7f56 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.h b/runtime/Cpp/runtime/src/ANTLRInputStream.h index 38f059697..72f155db7 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.h +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp index 77c8df1e3..1f0e96685 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.h b/runtime/Cpp/runtime/src/BailErrorStrategy.h index b2be27729..33af4d82b 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.h +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.cpp b/runtime/Cpp/runtime/src/BaseErrorListener.cpp index 719b09dcc..8463488f7 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.cpp +++ b/runtime/Cpp/runtime/src/BaseErrorListener.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "BaseErrorListener.h" diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.h b/runtime/Cpp/runtime/src/BaseErrorListener.h index 5c6678a48..c26c06f91 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.h +++ b/runtime/Cpp/runtime/src/BaseErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp index 88ae3c01f..d13c72426 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "WritableToken.h" diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.h b/runtime/Cpp/runtime/src/BufferedTokenStream.h index 846fde3c7..e66e3bc9f 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/CharStream.cpp b/runtime/Cpp/runtime/src/CharStream.cpp index 0870baab0..b30cc5f5d 100755 --- a/runtime/Cpp/runtime/src/CharStream.cpp +++ b/runtime/Cpp/runtime/src/CharStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "CharStream.h" diff --git a/runtime/Cpp/runtime/src/CharStream.h b/runtime/Cpp/runtime/src/CharStream.h index f2068a193..5cf392114 100755 --- a/runtime/Cpp/runtime/src/CharStream.h +++ b/runtime/Cpp/runtime/src/CharStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/CommonToken.cpp b/runtime/Cpp/runtime/src/CommonToken.cpp index 36420e6b1..335d2eec4 100755 --- a/runtime/Cpp/runtime/src/CommonToken.cpp +++ b/runtime/Cpp/runtime/src/CommonToken.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/Interval.h" diff --git a/runtime/Cpp/runtime/src/CommonToken.h b/runtime/Cpp/runtime/src/CommonToken.h index 45303c7f8..fd3e0a562 100755 --- a/runtime/Cpp/runtime/src/CommonToken.h +++ b/runtime/Cpp/runtime/src/CommonToken.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp index 0fe87b2ea..0ec92c352 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/Interval.h" diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.h b/runtime/Cpp/runtime/src/CommonTokenFactory.h index 3bc248df6..324cf423b 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.h +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.cpp b/runtime/Cpp/runtime/src/CommonTokenStream.cpp index 262ff13de..b26a0b9a0 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Token.h" diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.h b/runtime/Cpp/runtime/src/CommonTokenStream.h index 13cfd7a78..0f8268a7d 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.h +++ b/runtime/Cpp/runtime/src/CommonTokenStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp index 3ac7208d4..dd4a9738b 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "ConsoleErrorListener.h" diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.h b/runtime/Cpp/runtime/src/ConsoleErrorListener.h index 450e6b97e..fe22fef33 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.h +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp index fe10292cb..707765e89 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "NoViableAltException.h" diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h index f13b57a64..c757ae9df 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp index 5ec71e825..2c04a6017 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PredictionContext.h" diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h index a331cd511..b4d2449aa 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Exceptions.cpp b/runtime/Cpp/runtime/src/Exceptions.cpp index de8291ab5..22868229f 100644 --- a/runtime/Cpp/runtime/src/Exceptions.cpp +++ b/runtime/Cpp/runtime/src/Exceptions.cpp @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/Exceptions.h b/runtime/Cpp/runtime/src/Exceptions.h index aae382d5b..29defd8a9 100644 --- a/runtime/Cpp/runtime/src/Exceptions.h +++ b/runtime/Cpp/runtime/src/Exceptions.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.cpp b/runtime/Cpp/runtime/src/FailedPredicateException.cpp index c4e00d579..ae52728be 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.cpp +++ b/runtime/Cpp/runtime/src/FailedPredicateException.cpp @@ -1,33 +1,7 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke -* Copyright (c) 2013 Terence Parr -* Copyright (c) 2013 Dan McLaughlin -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ #include "atn/ParserATNSimulator.h" #include "Parser.h" diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.h b/runtime/Cpp/runtime/src/FailedPredicateException.h index a5d5b03be..3d1e919f9 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.h +++ b/runtime/Cpp/runtime/src/FailedPredicateException.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/IRecognizer.h b/runtime/Cpp/runtime/src/IRecognizer.h index c172f5644..98ae12a4f 100644 --- a/runtime/Cpp/runtime/src/IRecognizer.h +++ b/runtime/Cpp/runtime/src/IRecognizer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/InputMismatchException.cpp b/runtime/Cpp/runtime/src/InputMismatchException.cpp index 9fb86f139..0c289c3ca 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.cpp +++ b/runtime/Cpp/runtime/src/InputMismatchException.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Parser.h" diff --git a/runtime/Cpp/runtime/src/InputMismatchException.h b/runtime/Cpp/runtime/src/InputMismatchException.h index 8feb23448..5157a9941 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.h +++ b/runtime/Cpp/runtime/src/InputMismatchException.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/IntStream.cpp b/runtime/Cpp/runtime/src/IntStream.cpp index ff27da433..30f78a13c 100755 --- a/runtime/Cpp/runtime/src/IntStream.cpp +++ b/runtime/Cpp/runtime/src/IntStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "IntStream.h" diff --git a/runtime/Cpp/runtime/src/IntStream.h b/runtime/Cpp/runtime/src/IntStream.h index 84629411a..69f8a1f8e 100755 --- a/runtime/Cpp/runtime/src/IntStream.h +++ b/runtime/Cpp/runtime/src/IntStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp index 5be48e540..cac1d9c19 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "InterpreterRuleContext.h" diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.h b/runtime/Cpp/runtime/src/InterpreterRuleContext.h index f5db8c1a4..f1ef4c65a 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.h +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Lexer.cpp b/runtime/Cpp/runtime/src/Lexer.cpp index aa804006a..02033014f 100755 --- a/runtime/Cpp/runtime/src/Lexer.cpp +++ b/runtime/Cpp/runtime/src/Lexer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/LexerATNSimulator.h" diff --git a/runtime/Cpp/runtime/src/Lexer.h b/runtime/Cpp/runtime/src/Lexer.h index 5cc83146d..eea5cdf30 100755 --- a/runtime/Cpp/runtime/src/Lexer.h +++ b/runtime/Cpp/runtime/src/Lexer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.cpp b/runtime/Cpp/runtime/src/LexerInterpreter.cpp index 0092f4d57..aab46d465 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.cpp +++ b/runtime/Cpp/runtime/src/LexerInterpreter.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNType.h" diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.h b/runtime/Cpp/runtime/src/LexerInterpreter.h index 6db06260d..0f83ed723 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.h +++ b/runtime/Cpp/runtime/src/LexerInterpreter.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp index de0ad4856..2779bbcee 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/Interval.h" diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.h b/runtime/Cpp/runtime/src/LexerNoViableAltException.h index 31ab1d14e..979948a90 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.h +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ListTokenSource.cpp b/runtime/Cpp/runtime/src/ListTokenSource.cpp index c49eb4d3f..9d4678c73 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.cpp +++ b/runtime/Cpp/runtime/src/ListTokenSource.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Token.h" diff --git a/runtime/Cpp/runtime/src/ListTokenSource.h b/runtime/Cpp/runtime/src/ListTokenSource.h index ce6989844..81ab5451f 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.h +++ b/runtime/Cpp/runtime/src/ListTokenSource.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/NoViableAltException.cpp b/runtime/Cpp/runtime/src/NoViableAltException.cpp index b7fe3745c..d8e0efecf 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/NoViableAltException.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Parser.h" diff --git a/runtime/Cpp/runtime/src/NoViableAltException.h b/runtime/Cpp/runtime/src/NoViableAltException.h index e7d6bed30..1c459c835 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.h +++ b/runtime/Cpp/runtime/src/NoViableAltException.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Parser.cpp b/runtime/Cpp/runtime/src/Parser.cpp index 736354c56..6e85c0dff 100755 --- a/runtime/Cpp/runtime/src/Parser.cpp +++ b/runtime/Cpp/runtime/src/Parser.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNDeserializationOptions.h" diff --git a/runtime/Cpp/runtime/src/Parser.h b/runtime/Cpp/runtime/src/Parser.h index a3a9ca5e2..e4f298919 100755 --- a/runtime/Cpp/runtime/src/Parser.h +++ b/runtime/Cpp/runtime/src/Parser.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.cpp b/runtime/Cpp/runtime/src/ParserInterpreter.cpp index 864c8b1b8..256ef79a7 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.cpp +++ b/runtime/Cpp/runtime/src/ParserInterpreter.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "dfa/DFA.h" diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.h b/runtime/Cpp/runtime/src/ParserInterpreter.h index 4ef697e90..ddafeb1c9 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.h +++ b/runtime/Cpp/runtime/src/ParserInterpreter.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.cpp b/runtime/Cpp/runtime/src/ParserRuleContext.cpp index d78eeae70..e45b9a269 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.cpp +++ b/runtime/Cpp/runtime/src/ParserRuleContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ErrorNodeImpl.h" diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.h b/runtime/Cpp/runtime/src/ParserRuleContext.h index 3f4ec73a7..856825145 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.h +++ b/runtime/Cpp/runtime/src/ParserRuleContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp index d5744d67c..4eb28282f 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "ProxyErrorListener.h" diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.h b/runtime/Cpp/runtime/src/ProxyErrorListener.h index 28ee630ba..09f6eaa49 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.h +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/RecognitionException.cpp b/runtime/Cpp/runtime/src/RecognitionException.cpp index 63c0ed382..06b82e68e 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.cpp +++ b/runtime/Cpp/runtime/src/RecognitionException.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATN.h" diff --git a/runtime/Cpp/runtime/src/RecognitionException.h b/runtime/Cpp/runtime/src/RecognitionException.h index c493b663b..c04589478 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.h +++ b/runtime/Cpp/runtime/src/RecognitionException.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Recognizer.cpp b/runtime/Cpp/runtime/src/Recognizer.cpp index 7ea856682..d09bc2eff 100755 --- a/runtime/Cpp/runtime/src/Recognizer.cpp +++ b/runtime/Cpp/runtime/src/Recognizer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "ConsoleErrorListener.h" diff --git a/runtime/Cpp/runtime/src/Recognizer.h b/runtime/Cpp/runtime/src/Recognizer.h index 6015fd8f7..efaedeeea 100755 --- a/runtime/Cpp/runtime/src/Recognizer.h +++ b/runtime/Cpp/runtime/src/Recognizer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/RuleContext.cpp b/runtime/Cpp/runtime/src/RuleContext.cpp index a7dc5f29b..f216f26dd 100755 --- a/runtime/Cpp/runtime/src/RuleContext.cpp +++ b/runtime/Cpp/runtime/src/RuleContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/Trees.h" diff --git a/runtime/Cpp/runtime/src/RuleContext.h b/runtime/Cpp/runtime/src/RuleContext.h index 3641306ae..0450edbd5 100755 --- a/runtime/Cpp/runtime/src/RuleContext.h +++ b/runtime/Cpp/runtime/src/RuleContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp index f2846751a..0c4d9ee31 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2016 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATN.h" diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h index 255cf0b0e..c888a4210 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2016 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp index 4eebaff98..7eae23886 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "RuntimeMetaData.h" diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.h b/runtime/Cpp/runtime/src/RuntimeMetaData.h index 66c9828a3..5b05f894b 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.h +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Token.h b/runtime/Cpp/runtime/src/Token.h index aac595382..a452e8e10 100755 --- a/runtime/Cpp/runtime/src/Token.h +++ b/runtime/Cpp/runtime/src/Token.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/TokenFactory.h b/runtime/Cpp/runtime/src/TokenFactory.h index 4c0e4cce9..26366543e 100755 --- a/runtime/Cpp/runtime/src/TokenFactory.h +++ b/runtime/Cpp/runtime/src/TokenFactory.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/TokenSource.h b/runtime/Cpp/runtime/src/TokenSource.h index 8b3b8c607..8f5dd8c4a 100755 --- a/runtime/Cpp/runtime/src/TokenSource.h +++ b/runtime/Cpp/runtime/src/TokenSource.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/TokenStream.cpp b/runtime/Cpp/runtime/src/TokenStream.cpp index abf841139..c518c01e0 100755 --- a/runtime/Cpp/runtime/src/TokenStream.cpp +++ b/runtime/Cpp/runtime/src/TokenStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "TokenStream.h" diff --git a/runtime/Cpp/runtime/src/TokenStream.h b/runtime/Cpp/runtime/src/TokenStream.h index 35cbd1187..f2c337a90 100755 --- a/runtime/Cpp/runtime/src/TokenStream.h +++ b/runtime/Cpp/runtime/src/TokenStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp index 4de4f84b3..f2fcdf06f 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.h b/runtime/Cpp/runtime/src/TokenStreamRewriter.h index 6786a798b..44de940d3 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.h +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp index 5d9ba46e5..4d4387820 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp @@ -1,33 +1,7 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke -* Copyright (c) 2013 Terence Parr -* Copyright (c) 2013 Dan McLaughlin -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ #include "misc/Interval.h" #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.h b/runtime/Cpp/runtime/src/UnbufferedCharStream.h index f65e5db13..5e860daab 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp index 68af4f8d6..de5f68c38 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Token.h" diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h index a7753876f..994a8d4aa 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/Vocabulary.cpp b/runtime/Cpp/runtime/src/Vocabulary.cpp index 2b32bf92b..d050fcb68 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.cpp +++ b/runtime/Cpp/runtime/src/Vocabulary.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Token.h" diff --git a/runtime/Cpp/runtime/src/Vocabulary.h b/runtime/Cpp/runtime/src/Vocabulary.h index 830e782f3..00255fd19 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.h +++ b/runtime/Cpp/runtime/src/Vocabulary.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/WritableToken.h b/runtime/Cpp/runtime/src/WritableToken.h index f17200c79..cd3912b49 100755 --- a/runtime/Cpp/runtime/src/WritableToken.h +++ b/runtime/Cpp/runtime/src/WritableToken.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/antlr4-common.h b/runtime/Cpp/runtime/src/antlr4-common.h index 88e98c478..498437323 100644 --- a/runtime/Cpp/runtime/src/antlr4-common.h +++ b/runtime/Cpp/runtime/src/antlr4-common.h @@ -1,30 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/antlr4-runtime.h b/runtime/Cpp/runtime/src/antlr4-runtime.h index 296fb0b12..c4e693254 100644 --- a/runtime/Cpp/runtime/src/antlr4-runtime.h +++ b/runtime/Cpp/runtime/src/antlr4-runtime.h @@ -1,30 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATN.cpp b/runtime/Cpp/runtime/src/atn/ATN.cpp index d1e2ad9f5..a531e11ba 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.cpp +++ b/runtime/Cpp/runtime/src/atn/ATN.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/LL1Analyzer.h" diff --git a/runtime/Cpp/runtime/src/atn/ATN.h b/runtime/Cpp/runtime/src/atn/ATN.h index 319ae47b8..1faaf5fef 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.h +++ b/runtime/Cpp/runtime/src/atn/ATN.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp index 87be0deab..df502a0b9 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.h b/runtime/Cpp/runtime/src/atn/ATNConfig.h index 97a0f8d2a..114b4922b 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp index 8583aeef5..862280273 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PredictionContext.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h index 126ad0c9e..d5d9a5a88 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp index 8c11c6809..c77fdc679 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNDeserializationOptions.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h index 58825b1d7..145483c5b 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp index 2def07268..dc0988425 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNDeserializationOptions.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h index 86b9e66f0..aa918bd1f 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp index 68189e279..21608db63 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/IntervalSet.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.h b/runtime/Cpp/runtime/src/atn/ATNSerializer.h index 517c364c3..67fea8ec1 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp index 2d928efb3..951fdd05f 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNType.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.h b/runtime/Cpp/runtime/src/atn/ATNSimulator.h index edc0a5673..aa28e781a 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNState.cpp b/runtime/Cpp/runtime/src/atn/ATNState.cpp index 550294799..f655f8931 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATN.h" diff --git a/runtime/Cpp/runtime/src/atn/ATNState.h b/runtime/Cpp/runtime/src/atn/ATNState.h index f7c9b50b3..795668cb4 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.h +++ b/runtime/Cpp/runtime/src/atn/ATNState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ATNType.h b/runtime/Cpp/runtime/src/atn/ATNType.h index ddb684579..151e4a33d 100755 --- a/runtime/Cpp/runtime/src/atn/ATNType.h +++ b/runtime/Cpp/runtime/src/atn/ATNType.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp index 4228b8ade..6cb29f142 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/AbstractPredicateTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h index 117a4d9f4..27bcd5e33 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp index 3adabab5a..105f6c5d3 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ActionTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.h b/runtime/Cpp/runtime/src/atn/ActionTransition.h index 74bfa00e6..a85a9c6b6 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.h +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp index ab8d96e5a..46038b8a2 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/AmbiguityInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h index 603eeb3f0..a640a5828 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp index 6b581cec2..8a0f82b68 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "support/Arrays.h" diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h index a115fa4a8..2ed1eff80 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h @@ -1,33 +1,7 @@  -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp index 55900443b..46595b773 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/IntervalSet.h" diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.h b/runtime/Cpp/runtime/src/atn/AtomTransition.h index 00c290600..f01092e44 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.h +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp index a9942f295..a8fe6ef3f 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/BasicBlockStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h index ad6c5750d..d205b1a1b 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/BasicState.cpp b/runtime/Cpp/runtime/src/atn/BasicState.cpp index 815515d64..e9be4c845 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/BasicState.h" diff --git a/runtime/Cpp/runtime/src/atn/BasicState.h b/runtime/Cpp/runtime/src/atn/BasicState.h index e4d18ba1b..f7adb1b03 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.h +++ b/runtime/Cpp/runtime/src/atn/BasicState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp index 3b8e3d79a..3da1160d1 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/BlockEndState.h" diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.h b/runtime/Cpp/runtime/src/atn/BlockEndState.h index 014cf3742..64811697f 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.h +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/BlockStartState.h b/runtime/Cpp/runtime/src/atn/BlockStartState.h index 339b37f29..a34f19a9b 100755 --- a/runtime/Cpp/runtime/src/atn/BlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BlockStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp index ca0b8094d..f341ec4f0 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ContextSensitivityInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h index 9c84f188c..74447d8e1 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp index b1664d447..a01dc2658 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/DecisionEventInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h index d9f8b0a54..a13985ddf 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp index 4775a0dfb..64df51ba0 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ErrorInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.h b/runtime/Cpp/runtime/src/atn/DecisionInfo.h index 93ba3b2d5..8303fcb21 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.cpp b/runtime/Cpp/runtime/src/atn/DecisionState.cpp index 9c08a114c..12b3f70fa 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/DecisionState.h" diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.h b/runtime/Cpp/runtime/src/atn/DecisionState.h index d3e1dee28..194e7fff4 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.h +++ b/runtime/Cpp/runtime/src/atn/DecisionState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp index 9db539cae..ec17eb7da 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/EmptyPredictionContext.h" diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h index bf16c4948..5a8f5ebb6 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp index 40e396afe..09abc123c 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/EpsilonTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h index 252792981..1f9074216 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp index 996c7a35c..ce89da7b8 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNConfigSet.h" diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.h b/runtime/Cpp/runtime/src/atn/ErrorInfo.h index d1e0b5fc2..de4ab0afe 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.h +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp index 149ef8585..0196731b8 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/RuleStopState.h" diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h index 7338a3cd9..a7459b3e5 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp index fdcb7d284..07eff1bcb 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h index b8036c3d5..d7c4c9c08 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp index cb1c88a98..bb0326406 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "IntStream.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h index 583fa40ba..d7c41d37d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerAction.h b/runtime/Cpp/runtime/src/atn/LexerAction.h index 0d936fea5..0eaa9dfae 100755 --- a/runtime/Cpp/runtime/src/atn/LexerAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp index 126de21cc..f6787d4c9 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h index 026e56297..4dc450c0e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerActionType.h b/runtime/Cpp/runtime/src/atn/LexerActionType.h index a74e8aa02..77a91653e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionType.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionType.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp index c2101b103..689e83add 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h index 773ea227a..89dce3fd0 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp index 8f865aee1..634261323 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h index d81218f53..ed0384259 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp index e01bd8801..7f3dd500b 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h index 23f1bb85d..4128e1764 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp index 83773318d..c753532fb 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.h b/runtime/Cpp/runtime/src/atn/LexerModeAction.h index 7b37eb9e5..6cb06852b 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp index 856567f41..102bd2842 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h index 353607390..0f63aeb2a 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp index 01295b84c..9a7fa57d4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h index fd5321e0f..10371bdfe 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp index 57c2bb034..44ffa4099 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h index 4f89f0cdf..ca6f801e3 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp index 2c35de068..41a218fd9 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h index 8480101fd..0ac5a2f1c 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp index 464ff9b7b..353f7588d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h index 536216067..439bda0fc 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp index 1b12c7f2e..50b26b03e 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/LookaheadEventInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h index aa5b406af..1d77e3413 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp index 70f99855a..8bb337813 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/LoopEndState.h" diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.h b/runtime/Cpp/runtime/src/atn/LoopEndState.h index 740c2626c..77ed3ee6f 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.h +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp index ba87d81f5..7f3eef7e0 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/NotSetTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.h b/runtime/Cpp/runtime/src/atn/NotSetTransition.h index 07e6353af..0d6550f1a 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.h +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp index 6b02f5c05..ec4591bdc 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/OrderedATNConfigSet.h" diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h index 8283ca6ba..6800df1e6 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp index 4434c8eec..76b7c74dd 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ProfilingATNSimulator.h" diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.h b/runtime/Cpp/runtime/src/atn/ParseInfo.h index 0c47e195a..0d4cf4368 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.h +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp index d49e8466f..dabfa2d1a 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "dfa/DFA.h" diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h index b999f7d79..ae0d28163 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp index f6144d14b..e29655f1d 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PlusBlockStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h index 569d0f470..88c24a8eb 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp index c844b6407..2821e010d 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PlusLoopbackState.h" diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h index 6549514a2..ed4fad3c9 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp index a8a13ac7f..fb235527f 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PrecedencePredicateTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h index 80e010c9a..c96cbaeb7 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp index 2b186a34d..54be2f7fb 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "SemanticContext.h" diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h index 7d890b6f7..7312ee7e1 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp index 5e118bd7b..adb38d667 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PredicateTransition.h" diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.h b/runtime/Cpp/runtime/src/atn/PredicateTransition.h index 6de664220..3a0a958ab 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp index 3c9c86a58..ca987a9f2 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/EmptyPredictionContext.h" diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.h b/runtime/Cpp/runtime/src/atn/PredictionContext.h index 11f5d1e15..75df812ac 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp index 3736afc33..013ac995c 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/RuleStopState.h" diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.h b/runtime/Cpp/runtime/src/atn/PredictionMode.h index 3b9799bec..31db6b637 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.h +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp index 028e29496..cab96ad11 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/PredicateEvalInfo.h" diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h index 2aa6185d4..1aa05f72f 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp index afe9630ca..916e39f92 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/IntervalSet.h" diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.h b/runtime/Cpp/runtime/src/atn/RangeTransition.h index 3103e702e..ecd07dd7a 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.h +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp index e3a7281a0..a9718b4d6 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/RuleStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.h b/runtime/Cpp/runtime/src/atn/RuleStartState.h index bed014f92..0e3d4db19 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp index 367aaf7d0..cff456618 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/RuleStopState.h" diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.h b/runtime/Cpp/runtime/src/atn/RuleStopState.h index 50909683e..1b0d8fdb2 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp index c955ce36c..f66bab192 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/RuleStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.h b/runtime/Cpp/runtime/src/atn/RuleTransition.h index 33d60e06b..0fa733553 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.h +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp index aec0afd55..997edc98a 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.h b/runtime/Cpp/runtime/src/atn/SemanticContext.h index 9a233d3e3..0d6ee623c 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.h +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.cpp b/runtime/Cpp/runtime/src/atn/SetTransition.cpp index c2fbe5a38..6f44729e5 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/SetTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Token.h" diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.h b/runtime/Cpp/runtime/src/atn/SetTransition.h index ea0fb5f75..a8e85f7b5 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.h +++ b/runtime/Cpp/runtime/src/atn/SetTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp index 524206bb3..1040236e9 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/EmptyPredictionContext.h" diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h index 1ac01ae37..1627698a3 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp index 1377cc477..d52187e07 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/StarBlockStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h index 76e141960..b443f1e8d 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp index 62dfeb67c..3a68a4abd 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/StarLoopEntryState.h" diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h index 05b8fdfca..7d5061aa2 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp index d69b681d9..d8c7c1793 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/StarLoopEntryState.h" diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h index defdd522e..323701d8a 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp index b161cfd85..240329cdd 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/TokensStartState.h" diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.h b/runtime/Cpp/runtime/src/atn/TokensStartState.h index 31de545e4..865b12336 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.h +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/Transition.cpp b/runtime/Cpp/runtime/src/atn/Transition.cpp index ae68b7268..ec8e3d5e3 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.cpp +++ b/runtime/Cpp/runtime/src/atn/Transition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/atn/Transition.h b/runtime/Cpp/runtime/src/atn/Transition.h index b086f52af..a13c4f70f 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.h +++ b/runtime/Cpp/runtime/src/atn/Transition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp index 54a5b3854..32355786b 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNState.h" diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.h b/runtime/Cpp/runtime/src/atn/WildcardTransition.h index 255b2cb93..aab4d0336 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.h +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/dfa/DFA.cpp b/runtime/Cpp/runtime/src/dfa/DFA.cpp index e81d26281..9cf4ca93a 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFA.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "dfa/DFASerializer.h" diff --git a/runtime/Cpp/runtime/src/dfa/DFA.h b/runtime/Cpp/runtime/src/dfa/DFA.h index 7e7363c0a..7584d0ac7 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.h +++ b/runtime/Cpp/runtime/src/dfa/DFA.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp index d269338eb..70facd842 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp @@ -1,33 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "dfa/DFA.h" diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.h b/runtime/Cpp/runtime/src/dfa/DFASerializer.h index d40af0e7a..60ee0f3a4 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.h @@ -1,33 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.cpp b/runtime/Cpp/runtime/src/dfa/DFAState.cpp index b4c159cb4..e63041979 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFAState.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "atn/ATNConfigSet.h" diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.h b/runtime/Cpp/runtime/src/dfa/DFAState.h index ef1679634..0384ce4fe 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.h +++ b/runtime/Cpp/runtime/src/dfa/DFAState.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp index 0f066ee8f..2a2596e2c 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Vocabulary.h" diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h index 117263d94..b0c1852cd 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/misc/Interval.cpp b/runtime/Cpp/runtime/src/misc/Interval.cpp index 67c31715e..c9bea7faa 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.cpp +++ b/runtime/Cpp/runtime/src/misc/Interval.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/Interval.h" diff --git a/runtime/Cpp/runtime/src/misc/Interval.h b/runtime/Cpp/runtime/src/misc/Interval.h index c14e057ad..53f3a4ce9 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.h +++ b/runtime/Cpp/runtime/src/misc/Interval.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp index 62727c0f6..de7c583c0 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.h b/runtime/Cpp/runtime/src/misc/IntervalSet.h index f5e9aed67..616caf14e 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.h +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp index 1486f2f28..4622f524b 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/MurmurHash.h" diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.h b/runtime/Cpp/runtime/src/misc/MurmurHash.h index 8eb05fec6..b0ad4b574 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.h +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/misc/Predicate.h b/runtime/Cpp/runtime/src/misc/Predicate.h index f13e937f6..8233a4b3e 100755 --- a/runtime/Cpp/runtime/src/misc/Predicate.h +++ b/runtime/Cpp/runtime/src/misc/Predicate.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/support/Any.h b/runtime/Cpp/runtime/src/support/Any.h index b82575463..b3cea00f3 100644 --- a/runtime/Cpp/runtime/src/support/Any.h +++ b/runtime/Cpp/runtime/src/support/Any.h @@ -1,30 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ // A standard C++ class loosely modeled after boost::Any. diff --git a/runtime/Cpp/runtime/src/support/Arrays.cpp b/runtime/Cpp/runtime/src/support/Arrays.cpp index 5b80c447f..fd0ca3fcc 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.cpp +++ b/runtime/Cpp/runtime/src/support/Arrays.cpp @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/support/Arrays.h b/runtime/Cpp/runtime/src/support/Arrays.h index 6bd43952e..e3b4db88e 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.h +++ b/runtime/Cpp/runtime/src/support/Arrays.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/support/BitSet.h b/runtime/Cpp/runtime/src/support/BitSet.h index 8bb6c417d..b49e5ba79 100644 --- a/runtime/Cpp/runtime/src/support/BitSet.h +++ b/runtime/Cpp/runtime/src/support/BitSet.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2015 Ana Maria Rodriguez Reyes - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.cpp b/runtime/Cpp/runtime/src/support/CPPUtils.cpp index 27ed03b76..f8d17088c 100755 --- a/runtime/Cpp/runtime/src/support/CPPUtils.cpp +++ b/runtime/Cpp/runtime/src/support/CPPUtils.cpp @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "support/CPPUtils.h" diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.h b/runtime/Cpp/runtime/src/support/CPPUtils.h index 824cbc1de..8363ca490 100644 --- a/runtime/Cpp/runtime/src/support/CPPUtils.h +++ b/runtime/Cpp/runtime/src/support/CPPUtils.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/support/Declarations.h b/runtime/Cpp/runtime/src/support/Declarations.h index adfa7ab32..8904d4b89 100644 --- a/runtime/Cpp/runtime/src/support/Declarations.h +++ b/runtime/Cpp/runtime/src/support/Declarations.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/support/StringUtils.cpp b/runtime/Cpp/runtime/src/support/StringUtils.cpp index 4dfc5a48e..65f875345 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.cpp +++ b/runtime/Cpp/runtime/src/support/StringUtils.cpp @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "support/StringUtils.h" diff --git a/runtime/Cpp/runtime/src/support/StringUtils.h b/runtime/Cpp/runtime/src/support/StringUtils.h index e227f66f2..891b4107d 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.h +++ b/runtime/Cpp/runtime/src/support/StringUtils.h @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h index e926bc7fa..c9733f22f 100755 --- a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ErrorNode.h b/runtime/Cpp/runtime/src/tree/ErrorNode.h index 41bbd1c5d..6e1c42333 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNode.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNode.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp index d38efae4c..f1e74073e 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h index 8b4a9d19d..e4adf11f5 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.cpp b/runtime/Cpp/runtime/src/tree/ParseTree.cpp index 4cec69d4d..d28dcc28d 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTree.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.h b/runtime/Cpp/runtime/src/tree/ParseTree.h index b348ffa8f..0bb34603c 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.h +++ b/runtime/Cpp/runtime/src/tree/ParseTree.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h index 4e5dd57e1..e7b73eaad 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h index c6d2aa155..de4f5df6d 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h index fd5d4b4ba..28de55dd8 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp index 8b5e71168..91f334b96 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ErrorNode.h" diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h index 1b2bca1ba..2e76b6903 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/TerminalNode.h b/runtime/Cpp/runtime/src/tree/TerminalNode.h index e06715a53..fe8bca174 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNode.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNode.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp index 3be248e99..b31663490 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "misc/Interval.h" diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h index 9084a7d12..0f7fbd467 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/Trees.cpp b/runtime/Cpp/runtime/src/tree/Trees.cpp index 6e9e7d763..4f14424f2 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.cpp +++ b/runtime/Cpp/runtime/src/tree/Trees.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ErrorNode.h" diff --git a/runtime/Cpp/runtime/src/tree/Trees.h b/runtime/Cpp/runtime/src/tree/Trees.h index 337b05d5b..43bddaf28 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.h +++ b/runtime/Cpp/runtime/src/tree/Trees.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h index 10265cb47..25756e090 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp index 2ef6608b5..101f90e0a 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h index 48a05c2f7..9a5cd7efc 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp index 4feff4f71..f0dcb5bee 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h index ee9e82959..93c951507 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp index e2f2a8622..207605368 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/pattern/ParseTreePattern.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h index 55224aef5..a7e2c4da8 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp index edc137ad6..377c11c62 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h index 8e4b5ec24..7c13ded00 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp index 8d4c5930b..c75f2c3a7 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h index 350f481d6..f717cf907 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp index a709f0db1..34d97125b 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "Exceptions.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h index b354900b0..07d58b3d1 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp index c7b7e1a62..0b7d95cff 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/pattern/TokenTagToken.h" diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h index 45a4cb89b..f8809619f 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Dan McLaughlin - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp index 570744222..b64e6bcae 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "XPathLexer.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.h b/runtime/Cpp/runtime/src/tree/xpath/XPath.h index f2bd551ee..084555032 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp index 9747d7eaf..c3e1c5a4c 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "support/CPPUtils.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h index c446ecf9d..8a29b2ef9 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp index 7f4dee9f2..eaf41979b 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "XPathLexerErrorListener.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h index ac32f05e3..e4eab7503 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp index e9a58d76f..ed8d80102 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h index ba21fcf13..ab90784ba 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp index fb165b1ca..4797a3096 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h index f242c8f13..c8064b00c 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp index a088aff32..a7cd8de91 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h index acfcf5c6d..dc5cb2a6c 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp index b45d14292..db020ca14 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "tree/ParseTree.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h index e57963e56..38a7c1d71 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp index 388342f63..4823fa977 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "XPath.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h index 72d38e854..3d5c28635 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp index 2461628d9..939bc618f 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #include "XPath.h" diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h index 349d98a6e..030c5a9e3 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2016 Mike Lischke - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2013 Terence Parr - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #pragma once From 422ce9293116b3d5703be36981cf608db995f00a Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 10:55:27 -0800 Subject: [PATCH 11/20] add copyrights on Cpp --- runtime/Cpp/demo/Linux/main.cpp | 5 +++++ runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp | 5 +++++ runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp | 7 ++++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/runtime/Cpp/demo/Linux/main.cpp b/runtime/Cpp/demo/Linux/main.cpp index 5fa0afdbc..242d52447 100644 --- a/runtime/Cpp/demo/Linux/main.cpp +++ b/runtime/Cpp/demo/Linux/main.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // main.cpp // antlr4-cpp-demo diff --git a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp index 1222e32c8..263acc6f5 100644 --- a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // main.cpp // antlr4-cpp-demo diff --git a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp index 94bccd18e..ae3326ead 100644 --- a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp @@ -1,4 +1,9 @@ -// +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + +// // main.cpp // antlr4-cpp-demo // From 0b7c7f1333d608dd0326aeb660a3128856ace030 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:03:37 -0800 Subject: [PATCH 12/20] update copyrights on js --- .../src/antlr4/BufferedTokenStream.js | 32 +++---------------- .../src/antlr4/CommonTokenFactory.js | 32 +++---------------- .../src/antlr4/CommonTokenStream.js | 32 +++---------------- runtime/JavaScript/src/antlr4/FileStream.js | 32 +++---------------- runtime/JavaScript/src/antlr4/InputStream.js | 32 +++---------------- runtime/JavaScript/src/antlr4/LL1Analyzer.js | 32 +++---------------- runtime/JavaScript/src/antlr4/Lexer.js | 32 +++---------------- runtime/JavaScript/src/antlr4/Parser.js | 32 +++---------------- .../src/antlr4/ParserRuleContext.js | 32 +++---------------- .../src/antlr4/PredictionContext.js | 32 +++---------------- runtime/JavaScript/src/antlr4/Recognizer.js | 32 +++---------------- runtime/JavaScript/src/antlr4/RuleContext.js | 32 +++---------------- runtime/JavaScript/src/antlr4/Token.js | 32 +++---------------- runtime/JavaScript/src/antlr4/atn/ATN.js | 32 +++---------------- .../JavaScript/src/antlr4/atn/ATNConfig.js | 32 +++---------------- .../JavaScript/src/antlr4/atn/ATNConfigSet.js | 32 +++---------------- .../antlr4/atn/ATNDeserializationOptions.js | 32 +++---------------- .../src/antlr4/atn/ATNDeserializer.js | 32 +++---------------- .../JavaScript/src/antlr4/atn/ATNSimulator.js | 32 +++---------------- runtime/JavaScript/src/antlr4/atn/ATNState.js | 32 +++---------------- runtime/JavaScript/src/antlr4/atn/ATNType.js | 32 +++---------------- .../src/antlr4/atn/LexerATNSimulator.js | 32 +++---------------- .../JavaScript/src/antlr4/atn/LexerAction.js | 32 +++---------------- .../src/antlr4/atn/LexerActionExecutor.js | 32 +++---------------- .../src/antlr4/atn/ParserATNSimulator.js | 32 +++---------------- .../src/antlr4/atn/PredictionMode.js | 32 +++---------------- .../src/antlr4/atn/SemanticContext.js | 32 +++---------------- .../JavaScript/src/antlr4/atn/Transition.js | 32 +++---------------- runtime/JavaScript/src/antlr4/dfa/DFA.js | 32 +++---------------- .../src/antlr4/dfa/DFASerializer.js | 32 +++---------------- runtime/JavaScript/src/antlr4/dfa/DFAState.js | 32 +++---------------- .../antlr4/error/DiagnosticErrorListener.js | 32 +++---------------- .../src/antlr4/error/ErrorListener.js | 32 +++---------------- .../src/antlr4/error/ErrorStrategy.js | 32 +++---------------- runtime/JavaScript/src/antlr4/error/Errors.js | 32 +++---------------- runtime/JavaScript/src/antlr4/tree/Tree.js | 32 +++---------------- runtime/JavaScript/src/antlr4/tree/Trees.js | 31 ++---------------- 37 files changed, 147 insertions(+), 1036 deletions(-) diff --git a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js index 812321086..43e871401 100644 --- a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js +++ b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // This implementation of {@link TokenStream} loads tokens from a // {@link TokenSource} on-demand, and places the tokens in a buffer to provide diff --git a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js index 49971190b..8bd222df0 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // diff --git a/runtime/JavaScript/src/antlr4/CommonTokenStream.js b/runtime/JavaScript/src/antlr4/CommonTokenStream.js index 2c07360d7..c822b9946 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenStream.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenStream.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // diff --git a/runtime/JavaScript/src/antlr4/FileStream.js b/runtime/JavaScript/src/antlr4/FileStream.js index 664056155..b6a04d400 100644 --- a/runtime/JavaScript/src/antlr4/FileStream.js +++ b/runtime/JavaScript/src/antlr4/FileStream.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // diff --git a/runtime/JavaScript/src/antlr4/InputStream.js b/runtime/JavaScript/src/antlr4/InputStream.js index b72b33a76..d8bfac73a 100644 --- a/runtime/JavaScript/src/antlr4/InputStream.js +++ b/runtime/JavaScript/src/antlr4/InputStream.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // var Token = require('./Token').Token; diff --git a/runtime/JavaScript/src/antlr4/LL1Analyzer.js b/runtime/JavaScript/src/antlr4/LL1Analyzer.js index 42d521268..05e035188 100644 --- a/runtime/JavaScript/src/antlr4/LL1Analyzer.js +++ b/runtime/JavaScript/src/antlr4/LL1Analyzer.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// var Set = require('./Utils').Set; diff --git a/runtime/JavaScript/src/antlr4/Lexer.js b/runtime/JavaScript/src/antlr4/Lexer.js index 4502d8619..7798d2243 100644 --- a/runtime/JavaScript/src/antlr4/Lexer.js +++ b/runtime/JavaScript/src/antlr4/Lexer.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// this SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // A lexer is recognizer that draws input symbols from a character stream. diff --git a/runtime/JavaScript/src/antlr4/Parser.js b/runtime/JavaScript/src/antlr4/Parser.js index 1ec5cc014..3fce694e2 100644 --- a/runtime/JavaScript/src/antlr4/Parser.js +++ b/runtime/JavaScript/src/antlr4/Parser.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// this SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ var Token = require('./Token').Token; var ParseTreeListener = require('./tree/Tree').ParseTreeListener; diff --git a/runtime/JavaScript/src/antlr4/ParserRuleContext.js b/runtime/JavaScript/src/antlr4/ParserRuleContext.js index 800ed7af0..3620fba40 100644 --- a/runtime/JavaScript/src/antlr4/ParserRuleContext.js +++ b/runtime/JavaScript/src/antlr4/ParserRuleContext.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ //* A rule invocation record for parsing. // diff --git a/runtime/JavaScript/src/antlr4/PredictionContext.js b/runtime/JavaScript/src/antlr4/PredictionContext.js index b5540af22..a122fe690 100644 --- a/runtime/JavaScript/src/antlr4/PredictionContext.js +++ b/runtime/JavaScript/src/antlr4/PredictionContext.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// var RuleContext = require('./RuleContext').RuleContext; diff --git a/runtime/JavaScript/src/antlr4/Recognizer.js b/runtime/JavaScript/src/antlr4/Recognizer.js index ad6da09c3..4a7418bff 100644 --- a/runtime/JavaScript/src/antlr4/Recognizer.js +++ b/runtime/JavaScript/src/antlr4/Recognizer.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // var Token = require('./Token').Token; diff --git a/runtime/JavaScript/src/antlr4/RuleContext.js b/runtime/JavaScript/src/antlr4/RuleContext.js index c3631bab6..8a7a67713 100644 --- a/runtime/JavaScript/src/antlr4/RuleContext.js +++ b/runtime/JavaScript/src/antlr4/RuleContext.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // A rule context is a record of a single rule invocation. It knows diff --git a/runtime/JavaScript/src/antlr4/Token.js b/runtime/JavaScript/src/antlr4/Token.js index c2c554551..80a5c0813 100644 --- a/runtime/JavaScript/src/antlr4/Token.js +++ b/runtime/JavaScript/src/antlr4/Token.js @@ -1,31 +1,7 @@ -//[The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // A token has properties: text, type, line, character position in the line diff --git a/runtime/JavaScript/src/antlr4/atn/ATN.js b/runtime/JavaScript/src/antlr4/atn/ATN.js index 899ae869a..d9b39d118 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATN.js +++ b/runtime/JavaScript/src/antlr4/atn/ATN.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ var LL1Analyzer = require('./../LL1Analyzer').LL1Analyzer; var IntervalSet = require('./../IntervalSet').IntervalSet; diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js index 3b12028d0..4bf106698 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // A tuple: (ATN state, predicted alt, syntactic, semantic context). diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js index ba9ec2b76..20a97f79d 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // Specialized {@link Set}{@code <}{@link ATNConfig}{@code >} that can track diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js index 5b89253b3..0bb616ff6 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js @@ -1,31 +1,7 @@ -//[The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ function ATNDeserializationOptions(copyFrom) { if(copyFrom===undefined) { diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js index 4fb9fa9f2..052fca41d 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ var Token = require('./../Token').Token; var ATN = require('./ATN').ATN; diff --git a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js index 8608743fb..23c5a14ae 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// var DFAState = require('./../dfa/DFAState').DFAState; diff --git a/runtime/JavaScript/src/antlr4/atn/ATNState.js b/runtime/JavaScript/src/antlr4/atn/ATNState.js index 04fb32894..ec41cc080 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNState.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNState.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // The following images show the relation of states and diff --git a/runtime/JavaScript/src/antlr4/atn/ATNType.js b/runtime/JavaScript/src/antlr4/atn/ATNType.js index 011245a0e..778197bf6 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNType.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNType.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // Represents the type of recognizer an ATN applies to. diff --git a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js index 062e4e90e..4b2817477 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // When we hit an accept state in either the DFA or the ATN, we diff --git a/runtime/JavaScript/src/antlr4/atn/LexerAction.js b/runtime/JavaScript/src/antlr4/atn/LexerAction.js index 1ac749904..2c1746e30 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerAction.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerAction.js @@ -1,32 +1,8 @@ // - //[The "BSD license"] - // Copyright (c) 2013 Terence Parr - // Copyright (c) 2013 Sam Harwell - // Copyright (c) 2014 Eric Vergnaud - // 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. The name of the author may not be used to endorse or promote products - // derived from this software without specific prior written permission. - // - // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // function LexerActionType() { diff --git a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js index 48502f931..c2a53f2ab 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2013 Terence Parr -// Copyright (c) 2013 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // Represents an executor for a sequence of lexer actions which traversed during diff --git a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js index f1e110720..35c168800 100644 --- a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // diff --git a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js index 011037b20..17cbc67e3 100644 --- a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js +++ b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // // This enumeration defines the prediction modes available in ANTLR 4 along with diff --git a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js index 7ecca587d..1a28a233e 100644 --- a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js +++ b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // A tree structure used to record the semantic context in which diff --git a/runtime/JavaScript/src/antlr4/atn/Transition.js b/runtime/JavaScript/src/antlr4/atn/Transition.js index 99f6df8b1..26bfca573 100644 --- a/runtime/JavaScript/src/antlr4/atn/Transition.js +++ b/runtime/JavaScript/src/antlr4/atn/Transition.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // An ATN transition between any two ATN states. Subclasses define diff --git a/runtime/JavaScript/src/antlr4/dfa/DFA.js b/runtime/JavaScript/src/antlr4/dfa/DFA.js index 299dfa49f..c4a4cf441 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFA.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFA.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ var Set = require("../Utils").Set; var DFAState = require('./DFAState').DFAState; diff --git a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js index 21fa9aedd..fe0abfbd9 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. - -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // A DFA walker that knows how to dump them to serialized strings.#/ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFAState.js b/runtime/JavaScript/src/antlr4/dfa/DFAState.js index ec870cea4..53f09deb7 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFAState.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFAState.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// var ATNConfigSet = require('./../atn/ATNConfigSet').ATNConfigSet; diff --git a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js index 14a8b3ab6..63220440f 100644 --- a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // // diff --git a/runtime/JavaScript/src/antlr4/error/ErrorListener.js b/runtime/JavaScript/src/antlr4/error/ErrorListener.js index 7a1b512cf..38f46d62f 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorListener.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // Provides an empty default implementation of {@link ANTLRErrorListener}. The // default implementation of each method does nothing, but can be overridden as diff --git a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js index f2993e713..72d010241 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js @@ -1,32 +1,8 @@ // -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // var Token = require('./../Token').Token; diff --git a/runtime/JavaScript/src/antlr4/error/Errors.js b/runtime/JavaScript/src/antlr4/error/Errors.js index 343f6c969..dea401e91 100644 --- a/runtime/JavaScript/src/antlr4/error/Errors.js +++ b/runtime/JavaScript/src/antlr4/error/Errors.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ // The root of the ANTLR exception hierarchy. In general, ANTLR tracks just // 3 kinds of errors: prediction errors, failed predicate errors, and diff --git a/runtime/JavaScript/src/antlr4/tree/Tree.js b/runtime/JavaScript/src/antlr4/tree/Tree.js index f16d2e583..e1e9a7a34 100644 --- a/runtime/JavaScript/src/antlr4/tree/Tree.js +++ b/runtime/JavaScript/src/antlr4/tree/Tree.js @@ -1,31 +1,7 @@ -// [The "BSD license"] -// Copyright (c) 2012 Terence Parr -// Copyright (c) 2012 Sam Harwell -// Copyright (c) 2014 Eric Vergnaud -// 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. The name of the author may not be used to endorse or promote products -// derived from this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /// // The basic notion of a tree has a parent, a payload, and a list of children. diff --git a/runtime/JavaScript/src/antlr4/tree/Trees.js b/runtime/JavaScript/src/antlr4/tree/Trees.js index d20258e73..9134151b0 100644 --- a/runtime/JavaScript/src/antlr4/tree/Trees.js +++ b/runtime/JavaScript/src/antlr4/tree/Trees.js @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ var Utils = require('./../Utils'); From adadf567cc6d1327af71bc2639f8343250b1ad13 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:04:24 -0800 Subject: [PATCH 13/20] add copyrights on js --- runtime/JavaScript/src/antlr4/IntervalSet.js | 5 +++++ runtime/JavaScript/src/antlr4/Utils.js | 5 +++++ runtime/JavaScript/src/antlr4/atn/index.js | 7 ++++++- runtime/JavaScript/src/antlr4/dfa/index.js | 5 +++++ runtime/JavaScript/src/antlr4/error/index.js | 7 ++++++- runtime/JavaScript/src/antlr4/index.js | 4 ++++ runtime/JavaScript/src/antlr4/tree/index.js | 5 +++++ 7 files changed, 36 insertions(+), 2 deletions(-) diff --git a/runtime/JavaScript/src/antlr4/IntervalSet.js b/runtime/JavaScript/src/antlr4/IntervalSet.js index 9e58f2f06..b329cb206 100644 --- a/runtime/JavaScript/src/antlr4/IntervalSet.js +++ b/runtime/JavaScript/src/antlr4/IntervalSet.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + /*jslint smarttabs:true */ var Token = require('./Token').Token; diff --git a/runtime/JavaScript/src/antlr4/Utils.js b/runtime/JavaScript/src/antlr4/Utils.js index ea61cdd78..7d130e885 100644 --- a/runtime/JavaScript/src/antlr4/Utils.js +++ b/runtime/JavaScript/src/antlr4/Utils.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + function arrayToString(a) { return "[" + a.join(", ") + "]"; } diff --git a/runtime/JavaScript/src/antlr4/atn/index.js b/runtime/JavaScript/src/antlr4/atn/index.js index 1b8dfddd5..9ff55b477 100644 --- a/runtime/JavaScript/src/antlr4/atn/index.js +++ b/runtime/JavaScript/src/antlr4/atn/index.js @@ -1,5 +1,10 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + exports.ATN = require('./ATN').ATN; exports.ATNDeserializer = require('./ATNDeserializer').ATNDeserializer; exports.LexerATNSimulator = require('./LexerATNSimulator').LexerATNSimulator; exports.ParserATNSimulator = require('./ParserATNSimulator').ParserATNSimulator; -exports.PredictionMode = require('./PredictionMode').PredictionMode; \ No newline at end of file +exports.PredictionMode = require('./PredictionMode').PredictionMode; diff --git a/runtime/JavaScript/src/antlr4/dfa/index.js b/runtime/JavaScript/src/antlr4/dfa/index.js index 0f5794c6b..8e301c68c 100644 --- a/runtime/JavaScript/src/antlr4/dfa/index.js +++ b/runtime/JavaScript/src/antlr4/dfa/index.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + exports.DFA = require('./DFA').DFA; exports.DFASerializer = require('./DFASerializer').DFASerializer; exports.LexerDFASerializer = require('./DFASerializer').LexerDFASerializer; diff --git a/runtime/JavaScript/src/antlr4/error/index.js b/runtime/JavaScript/src/antlr4/error/index.js index 92f7abbe6..da71aa715 100644 --- a/runtime/JavaScript/src/antlr4/error/index.js +++ b/runtime/JavaScript/src/antlr4/error/index.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + exports.RecognitionException = require('./Errors').RecognitionException; exports.NoViableAltException = require('./Errors').NoViableAltException; exports.LexerNoViableAltException = require('./Errors').LexerNoViableAltException; @@ -5,4 +10,4 @@ exports.InputMismatchException = require('./Errors').InputMismatchException; exports.FailedPredicateException = require('./Errors').FailedPredicateException; exports.DiagnosticErrorListener = require('./DiagnosticErrorListener').DiagnosticErrorListener; exports.BailErrorStrategy = require('./ErrorStrategy').BailErrorStrategy; -exports.ErrorListener = require('./ErrorListener').ErrorListener; \ No newline at end of file +exports.ErrorListener = require('./ErrorListener').ErrorListener; diff --git a/runtime/JavaScript/src/antlr4/index.js b/runtime/JavaScript/src/antlr4/index.js index 46fb8f440..0399bc778 100644 --- a/runtime/JavaScript/src/antlr4/index.js +++ b/runtime/JavaScript/src/antlr4/index.js @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ exports.atn = require('./atn/index'); exports.dfa = require('./dfa/index'); exports.tree = require('./tree/index'); diff --git a/runtime/JavaScript/src/antlr4/tree/index.js b/runtime/JavaScript/src/antlr4/tree/index.js index e6b760ed0..c1038d61b 100644 --- a/runtime/JavaScript/src/antlr4/tree/index.js +++ b/runtime/JavaScript/src/antlr4/tree/index.js @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + var Tree = require('./Tree'); exports.Trees = require('./Trees').Trees; exports.RuleNode = Tree.RuleNode; From ca144945acc16a2a0f460ddb992cfa5e4f0990af Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:06:57 -0800 Subject: [PATCH 14/20] update copyrights on csharp --- .../CSharp/Antlr4.Runtime/AntlrFileStream.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/AntlrInputStream.cs | 31 ++----------------- .../runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ATNConfig.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs | 31 ++----------------- .../Atn/ATNDeserializationOptions.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/ATNDeserializer.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ATNState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ATNType.cs | 31 ++----------------- .../Atn/AbstractPredicateTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/ActionTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/AmbiguityInfo.cs | 31 ++----------------- .../Atn/ArrayPredictionContext.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/AtomTransition.cs | 31 ++----------------- .../Atn/BasicBlockStartState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/BasicState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/BlockEndState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/BlockStartState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs | 31 ++----------------- .../Atn/ContextSensitivityInfo.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/DecisionEventInfo.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/DecisionState.cs | 31 ++----------------- .../Atn/EmptyPredictionContext.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/EpsilonTransition.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ILexerAction.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerATNSimulator.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerActionExecutor.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerActionType.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerChannelAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerCustomAction.cs | 31 ++----------------- .../Atn/LexerIndexedCustomAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerModeAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerMoreAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerPopModeAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerPushModeAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerSkipAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LexerTypeAction.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/LookaheadEventInfo.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/LoopEndState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/NotSetTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/OrderedATNConfigSet.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/ParseInfo.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/ParserATNSimulator.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PlusBlockStartState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PlusLoopbackState.cs | 31 ++----------------- .../Atn/PrecedencePredicateTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PredicateEvalInfo.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PredicateTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PredictionContext.cs | 31 ++----------------- .../Atn/PredictionContextCache.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/PredictionMode.cs | 31 ++----------------- .../Atn/ProfilingATNSimulator.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/RangeTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/RuleStartState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/RuleStopState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/RuleTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/SemanticContext.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/SetTransition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/SimulatorState.cs | 31 ++----------------- .../Atn/SingletonPredictionContext.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/StarBlockStartState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/StarLoopEntryState.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/StarLoopbackState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/StateType.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/TokensStartState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Atn/Transition.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/TransitionType.cs | 31 ++----------------- .../Antlr4.Runtime/Atn/WildcardTransition.cs | 31 ++----------------- .../Antlr4.Runtime/BailErrorStrategy.cs | 31 ++----------------- .../Antlr4.Runtime/BaseErrorListener.cs | 31 ++----------------- .../Antlr4.Runtime/BufferedTokenStream.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/CommonToken.cs | 31 ++----------------- .../Antlr4.Runtime/CommonTokenFactory.cs | 31 ++----------------- .../Antlr4.Runtime/CommonTokenStream.cs | 31 ++----------------- .../Antlr4.Runtime/ConsoleErrorListener.cs | 31 ++----------------- .../Antlr4.Runtime/DefaultErrorStrategy.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Dependents.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/AbstractEdgeMap.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/AcceptStateInfo.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs | 31 ++----------------- .../runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/DFASerializer.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Dfa/DFAState.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/LexerDFASerializer.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/SingletonEdgeMap.cs | 31 ++----------------- .../Antlr4.Runtime/Dfa/SparseEdgeMap.cs | 31 ++----------------- .../Antlr4.Runtime/DiagnosticErrorListener.cs | 31 ++----------------- .../FailedPredicateException.cs | 31 ++----------------- .../Antlr4.Runtime/IAntlrErrorListener.cs | 31 ++----------------- .../Antlr4.Runtime/IAntlrErrorStrategy.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/ICharStream.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/IIntStream.cs | 31 ++----------------- .../Antlr4.Runtime/IParserErrorListener.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/IRecognizer.cs | 31 ++----------------- .../runtime/CSharp/Antlr4.Runtime/IToken.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/ITokenFactory.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/ITokenSource.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/ITokenStream.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/IVocabulary.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/IWritableToken.cs | 31 ++----------------- .../Antlr4.Runtime/InputMismatchException.cs | 31 ++----------------- .../Antlr4.Runtime/InterpreterRuleContext.cs | 31 ++----------------- .../runtime/CSharp/Antlr4.Runtime/Lexer.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/LexerInterpreter.cs | 31 ++----------------- .../LexerNoViableAltException.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/ListTokenSource.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/Args.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/IIntSet.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/Interval.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/IntervalSet.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/MultiMap.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/MurmurHash.cs | 31 ++----------------- .../Antlr4.Runtime/Misc/NotNullAttribute.cs | 31 ++----------------- .../Antlr4.Runtime/Misc/NullableAttribute.cs | 31 ++----------------- .../Misc/ParseCanceledException.cs | 31 ++----------------- .../Misc/RuleDependencyChecker.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Misc/Utils.cs | 31 ++----------------- .../Antlr4.Runtime/NoViableAltException.cs | 31 ++----------------- .../runtime/CSharp/Antlr4.Runtime/Parser.cs | 31 ++----------------- .../Antlr4.Runtime/ParserInterpreter.cs | 31 ++----------------- .../Antlr4.Runtime/ParserRuleContext.cs | 31 ++----------------- .../Antlr4.Runtime/Properties/AssemblyInfo.cs | 31 ++----------------- .../Antlr4.Runtime/ProxyErrorListener.cs | 31 ++----------------- .../ProxyParserErrorListener.cs | 31 ++----------------- .../Antlr4.Runtime/RecognitionException.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Recognizer.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/RuleContext.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Sharpen/Arrays.cs | 31 ++----------------- .../Antlr4.Runtime/Sharpen/AtomicReference.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Sharpen/BitSet.cs | 31 ++----------------- .../Antlr4.Runtime/Sharpen/Collections.cs | 31 ++----------------- .../Sharpen/DictionaryExtensions.cs | 31 ++----------------- .../Antlr4.Runtime/Sharpen/ListExtensions.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Sharpen/Runtime.cs | 31 ++----------------- .../Antlr4.Runtime/TokenStreamRewriter.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/TokenTypes.cs | 31 ++----------------- .../Tree/AbstractParseTreeVisitor.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/ErrorNodeImpl.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/IErrorNode.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/IParseTree.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/IParseTreeListener.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/IParseTreeVisitor.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/IRuleNode.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/ITerminalNode.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/ITree.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/ParseTreeProperty.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/ParseTreeWalker.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/Pattern/Chunk.cs | 31 ++----------------- .../Tree/Pattern/ParseTreeMatch.cs | 31 ++----------------- .../Tree/Pattern/ParseTreePattern.cs | 31 ++----------------- .../Tree/Pattern/ParseTreePatternMatcher.cs | 31 ++----------------- .../Tree/Pattern/RuleTagToken.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/Pattern/TagChunk.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/Pattern/TextChunk.cs | 31 ++----------------- .../Tree/Pattern/TokenTagToken.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/TerminalNodeImpl.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/Trees.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs | 31 ++----------------- .../Antlr4.Runtime/Tree/Xpath/XPathElement.cs | 31 ++----------------- .../Tree/Xpath/XPathLexerErrorListener.cs | 31 ++----------------- .../Tree/Xpath/XPathRuleAnywhereElement.cs | 31 ++----------------- .../Tree/Xpath/XPathRuleElement.cs | 31 ++----------------- .../Tree/Xpath/XPathTokenAnywhereElement.cs | 31 ++----------------- .../Tree/Xpath/XPathTokenElement.cs | 31 ++----------------- .../Xpath/XPathWildcardAnywhereElement.cs | 31 ++----------------- .../Tree/Xpath/XPathWildcardElement.cs | 31 ++----------------- .../Antlr4.Runtime/UnbufferedCharStream.cs | 31 ++----------------- .../Antlr4.Runtime/UnbufferedTokenStream.cs | 31 ++----------------- .../CSharp/Antlr4.Runtime/Vocabulary.cs | 31 ++----------------- 176 files changed, 528 insertions(+), 4928 deletions(-) diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs index 115ceb8c3..827577b72 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #if !PORTABLE diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs index 90e37f926..1b416ec94 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.IO; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs index e13be048f..9fdac0f9d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Concurrent; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs index 6372d47a6..dc6555c52 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs index 9d3699390..328b7bdca 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs index c104dac7e..3c3abcc66 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs index c98988fa8..30b0fb72d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs index ae8bfc31b..85b043ef9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs index fdb11f5e9..ada26b29c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs index 994323379..02612a413 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs index 4f7dcb63e..e2a158997 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs index 0f642f8b0..87ed63c6f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs index 8941d54fe..1b60d524a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs index 2fba97a2c..57e3862d0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs index ffb0358be..fb3fd4fa0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs index cee1e5814..b5101a265 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs index 2aa1ab335..68c82db80 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs index ffa3a4c4b..917acda66 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs index dc7e2c53d..1c74dc1a9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs index 049b001a9..5023a6497 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Misc; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs index e28c7d9e2..7e72dd33a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs index 1037cc30b..f369ba777 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs index 9cd92543a..331babb3b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs index e1e31ebda..3b87b89cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs index 11d7141eb..3e18afc72 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs index c386838de..95e73326d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs index 12c7ccf19..bff3aae25 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs index 56b3e8e30..9c531fdcc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs index ed90cb8e4..9222c5fe8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs index 82404d10f..390356096 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs index b413607d3..9416262a6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs index 8326dd915..73dbe29bb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs index 5b72651b9..22377a35d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs index fdacf2e23..a6dcdb807 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs index f19da4d68..0b158e4a0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs index 91d7ae3e1..cdedc65ab 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs index e993f234a..ddda1b690 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs index 585701e80..0a7af2101 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs index 901ec06d8..7cdbc1170 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs index d4bdb295b..0cad51984 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs index fd227cd52..dd9fdd355 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs index 2422f5105..931f7e07e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs index cc63b1c3b..e9a3b1343 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs index f3b4a0662..ce3f97206 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs index 5e92a04d6..ee31b12d2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs index 17f9a5c42..d15bff81a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs index 1a587cbc0..5f0f12268 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs index c4a5b323b..af672c7e1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs index 032e26867..b37ecfd7d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs index 05949881f..5080e1e69 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs index 67856dd6d..6cda6f734 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs index f413b755b..a56c2f4d9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs index 020c5796b..ad7427431 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs index c669273d4..147127b15 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs index af34ad307..0427ffc03 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs index 50c3cc0aa..d8fa8cb26 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs index 105335530..a8c0445c7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs index 1db03c98f..721eee4e2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs index 10960878b..fcb92c0e8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs index 522fae630..b03fcf0f9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs index d48e6423b..f923d4555 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs index 9321ff2b5..da7a9cfc1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs index d78f3e23f..ee06a3143 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Dfa; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs index cfc5f8dcd..4bb7835a5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs index 027800245..36320e599 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs index 8b45c7b2e..028d10b7c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs index e13e3ce13..6242390c7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs index 5e1861e95..7a54535d7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs index d9c781ffe..c73aedcf1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs index 7d52a96f5..4d13878bd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs index dbe6b81b9..33725eb90 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs index aa545c332..32cfdf334 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs index 519699b35..ac92a3331 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs index 94e267a1a..24a000a85 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs index 7442d3037..f2a8f278b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs index 090b37183..60f4603bb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs index a3ec8e1bc..ee9b3f6b9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs index c02799aa3..18075d706 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs index 9af15b8b3..0e2cc671b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #if !PORTABLE diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs index ff8e87c86..6d32c5dbb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs index e42d9d2bd..20e318326 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs index 921eb41de..5b6b08349 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs index 823ea44d3..d2a66a2b8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs index 72702678e..2071c3089 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs index 2a8d6bbf2..8daf9c054 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Concurrent; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs index 070daeb4e..806b3d19f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs index 429b9224f..da877d6b4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs index dacc49936..f2c00e37e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Dfa; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs index a679fdf46..48ffc32b9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Dfa; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs index 2644aceee..8b036f275 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Dfa; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs index 6fa8ba2df..df0664621 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Dfa; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs index c2fd9bc78..a29289ad5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs index 34c0e5413..60412925b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs index ce33b266e..8b3cfa149 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Globalization; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs index 3ffc4e7ab..9bfeecc1e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs index 8d1b826ee..f4d81645c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs index c3141f25d..a29c9b31b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs index c45607467..632123158 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs index 2a977b57f..7c629a7dd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs index ca0c692cd..c4e8594ad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs index 8081ee1c9..33fdf151f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs index 4f6b61e8d..733d998a7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs index 42e8c4e83..d99da86b8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs index c9ad0edb9..068e692ac 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs index f9988a4c9..50b85fa9c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs index 6e6c481fa..aadb4693a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs index b03969d08..683bf5765 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs index 685171bc7..f96cc4a92 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs index 8725b2b6e..28eefd4e8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs index 4677d7504..58a881062 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs index 64592647a..4b7895077 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Globalization; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs index 4c3b507db..7e064bbd4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs index 98186cad5..64b9e1db6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs index 962811861..29d5c9d4e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs index bd7b3219a..d84bf9ce2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs index e41cc1049..bfd755cd5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs index e5b8ebea6..3608be444 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs index 9a9fcc828..877d0063c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs index 2e888289d..789d6ba9b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Misc { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs index 31a0fe2d9..3fe46ff74 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Misc { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs index 9595d377a..ff3a96d50 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs index e78b6bbff..0340afa9e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ #if NET45PLUS diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs index 7968d1783..40239d686 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs index 48cc248c9..d8fed6d4d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs index 9df0b4270..c35a6c1cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Text; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs index a5fb41ff4..9c054578f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs index 9a2210f14..65cc9e793 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index af3305927..bf3ca8fc3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Reflection; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs index ec20f41b7..3920af9de 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs index 4a144fe54..aa5b23b19 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs index fe7f61794..4ff352c5f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs index 83bdc1c42..4610df0b5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs index 54a968ffa..621c017ae 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using System.Text; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs index 13aaddffe..edc58ed96 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs index 0377b9265..7739c1396 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs index 9d6e75b41..e36f01770 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs index 45cef1426..a195f3449 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs index 45c99ed28..acbee678f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs index ba6c4575e..ba6b67442 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs index 139e463c4..7d8344f7f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs index 0746719c1..036c9c777 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs index 4ee1bc2bd..d61974d9b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs index bb7d2edf8..d34625509 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs index fb50baa56..3b33db3a6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs index 8f15e0612..6b8491572 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs index 02a645af7..bc7246673 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs index 8edb50e93..9adc85b77 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs index be7fbfffc..1d8cfb8db 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs index 24085ff05..d7b5af177 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs index 78be0ca5b..1803f1e7f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Misc; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs index 39842b030..6cda346b8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs index f3619305d..fbdefb7c9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs index 3622aefd8..f4b2de11f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs index 4e31fa8b8..a61a2d019 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs index 53d48e909..09ce65583 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; using Antlr4.Runtime.Tree.Pattern; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs index 162eb5684..640cd0e32 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs index a70cc8a0b..18e0b01f3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs index a5b22af99..b7893200c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs index c2d4e4f05..62347b159 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs index eb2d6c985..166d10447 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs index c98612bf6..175438f9d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs index e844cad4b..3044ae424 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs index 15c83dd9b..1cbe89694 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs index c77866920..3fb6c0596 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using System.Text; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs index bc4905d06..1548cef22 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs index c1c646894..19362d228 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs index 48ad5ca59..8abd06a58 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs index 2fe44f594..9a22ebb5b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs index 32e99050d..e1d50b600 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs index bda8b4878..9410258c5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs index 7f573a2e3..a9e33e1d1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs index 262dc1485..3f1169f99 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs index 7046c11b8..5d1f0e4d6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs index f2901059f..ba35e9d11 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.IO; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs index b6d0c73f0..628a81826 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using System; using System.Text; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs index 0f7b8057e..0d3e20b0b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs @@ -1,31 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; using Antlr4.Runtime.Misc; From 43370a6e1266acf52667c57d4cd71164915743b1 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:08:56 -0800 Subject: [PATCH 15/20] add copyrights on csharp --- .../CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs | 7 ++++++- .../runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs | 7 ++++++- .../Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs | 7 ++++++- .../Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs index a3a9f59b1..0c81b125c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs @@ -1,4 +1,9 @@ -namespace Antlr4.Runtime +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + +namespace Antlr4.Runtime { using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs index 2fa8ed137..bd6ce9791 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs @@ -1,4 +1,9 @@ -namespace Antlr4.Runtime +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + +namespace Antlr4.Runtime { using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs index 2855d2831..8c21d2339 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs @@ -1,4 +1,9 @@ -#if PORTABLE +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + +#if PORTABLE namespace System { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs index f3f351157..f0e34f74e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs @@ -1,4 +1,9 @@ -namespace Antlr4.Runtime.Sharpen +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + +namespace Antlr4.Runtime.Sharpen { using System.Collections.Generic; using System.Linq; From 03c2426e9ce7189bf98edb8974640ff3c32737bc Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:16:15 -0800 Subject: [PATCH 16/20] add/update copyrights on swift. @janyou, I removed your jlabs copyright notice, replacing with antlr project copyright per contributors.txt --- .../antlr/v4/runtime/ANTLRErrorListener.swift | 32 ++--------------- .../antlr/v4/runtime/ANTLRErrorStrategy.swift | 32 ++--------------- .../antlr/v4/runtime/ANTLRFileStream.swift | 32 ++--------------- .../antlr/v4/runtime/ANTLRInputStream.swift | 32 ++--------------- .../antlr/v4/runtime/BailErrorStrategy.swift | 32 ++--------------- .../antlr/v4/runtime/BaseErrorListener.swift | 32 ++--------------- .../v4/runtime/BufferedTokenStream.swift | 32 ++--------------- .../org/antlr/v4/runtime/CharStream.swift | 32 ++--------------- .../org/antlr/v4/runtime/CommonToken.swift | 32 ++--------------- .../antlr/v4/runtime/CommonTokenFactory.swift | 32 ++--------------- .../antlr/v4/runtime/CommonTokenStream.swift | 32 ++--------------- .../v4/runtime/ConsoleErrorListener.swift | 32 ++--------------- .../v4/runtime/DefaultErrorStrategy.swift | 32 ++--------------- .../v4/runtime/DiagnosticErrorListener.swift | 34 +++---------------- .../v4/runtime/FailedPredicateException.swift | 32 ++--------------- .../v4/runtime/InputMismatchException.swift | 32 ++--------------- .../org/antlr/v4/runtime/IntStream.swift | 32 ++--------------- .../v4/runtime/InterpreterRuleContext.swift | 32 ++--------------- .../Antlr4/org/antlr/v4/runtime/Lexer.swift | 32 ++--------------- .../antlr/v4/runtime/LexerInterpreter.swift | 32 ++--------------- .../runtime/LexerNoViableAltException.swift | 32 ++--------------- .../antlr/v4/runtime/ListTokenSource.swift | 5 +++ .../v4/runtime/NoViableAltException.swift | 32 ++--------------- .../Antlr4/org/antlr/v4/runtime/Parser.swift | 32 ++--------------- .../antlr/v4/runtime/ParserInterpreter.swift | 32 ++--------------- .../antlr/v4/runtime/ParserRuleContext.swift | 32 ++--------------- .../antlr/v4/runtime/ProxyErrorListener.swift | 32 ++--------------- .../v4/runtime/RecognitionException.swift | 32 ++--------------- .../org/antlr/v4/runtime/Recognizer.swift | 32 ++--------------- .../org/antlr/v4/runtime/RuleContext.swift | 32 ++--------------- .../antlr/v4/runtime/RuntimeMetaData.swift | 32 ++--------------- .../Antlr4/org/antlr/v4/runtime/Token.swift | 32 ++--------------- .../org/antlr/v4/runtime/TokenFactory.swift | 32 ++--------------- .../org/antlr/v4/runtime/TokenSource.swift | 32 ++--------------- .../org/antlr/v4/runtime/TokenStream.swift | 32 ++--------------- .../v4/runtime/TokenStreamRewriter.swift | 34 +++---------------- .../v4/runtime/UnbufferedTokenStream.swift | 32 ++--------------- .../antlr/v4/runtime/VocabularySingle.swift | 34 +++---------------- .../org/antlr/v4/runtime/WritableToken.swift | 32 ++--------------- .../Antlr4/org/antlr/v4/runtime/atn/ATN.swift | 34 +++---------------- .../org/antlr/v4/runtime/atn/ATNConfig.swift | 34 +++---------------- .../antlr/v4/runtime/atn/ATNConfigSet.swift | 34 +++---------------- .../atn/ATNDeserializationOptions.swift | 32 ++--------------- .../v4/runtime/atn/ATNDeserializer.swift | 34 +++---------------- .../antlr/v4/runtime/atn/ATNSimulator.swift | 32 ++--------------- .../org/antlr/v4/runtime/atn/ATNState.swift | 34 +++---------------- .../org/antlr/v4/runtime/atn/ATNType.swift | 32 ++--------------- .../atn/AbstractPredicateTransition.swift | 32 ++--------------- .../v4/runtime/atn/ActionTransition.swift | 32 ++--------------- .../antlr/v4/runtime/atn/AmbiguityInfo.swift | 34 +++---------------- .../runtime/atn/ArrayPredictionContext.swift | 34 +++---------------- .../antlr/v4/runtime/atn/AtomTransition.swift | 34 +++---------------- .../v4/runtime/atn/BasicBlockStartState.swift | 32 ++--------------- .../org/antlr/v4/runtime/atn/BasicState.swift | 32 ++--------------- .../antlr/v4/runtime/atn/BlockEndState.swift | 32 ++--------------- .../v4/runtime/atn/BlockStartState.swift | 32 ++--------------- .../runtime/atn/ContextSensitivityInfo.swift | 32 ++--------------- .../v4/runtime/atn/DecisionEventInfo.swift | 32 ++--------------- .../antlr/v4/runtime/atn/DecisionInfo.swift | 32 ++--------------- .../antlr/v4/runtime/atn/DecisionState.swift | 32 ++--------------- .../v4/runtime/atn/DefaultATNConfig.swift | 6 +++- .../runtime/atn/EmptyPredictionContext.swift | 32 ++--------------- .../v4/runtime/atn/EpsilonTransition.swift | 32 ++--------------- .../org/antlr/v4/runtime/atn/ErrorInfo.swift | 32 ++--------------- .../antlr/v4/runtime/atn/LL1Analyzer.swift | 32 ++--------------- .../antlr/v4/runtime/atn/LexerATNConfig.swift | 32 ++--------------- .../v4/runtime/atn/LexerATNSimulator.swift | 34 +++---------------- .../antlr/v4/runtime/atn/LexerAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerActionExecutor.swift | 32 ++--------------- .../v4/runtime/atn/LexerActionType.swift | 32 ++--------------- .../v4/runtime/atn/LexerChannelAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerCustomAction.swift | 32 ++--------------- .../atn/LexerIndexedCustomAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerModeAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerMoreAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerPopModeAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerPushModeAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerSkipAction.swift | 32 ++--------------- .../v4/runtime/atn/LexerTypeAction.swift | 32 ++--------------- .../v4/runtime/atn/LookaheadEventInfo.swift | 32 ++--------------- .../v4/runtime/atn/LookupATNConfig.swift | 8 +++-- .../v4/runtime/atn/LookupDictionary.swift | 6 +++- .../antlr/v4/runtime/atn/LoopEndState.swift | 32 ++--------------- .../v4/runtime/atn/NotSetTransition.swift | 32 ++--------------- .../v4/runtime/atn/OrderedATNConfig.swift | 8 +++-- .../v4/runtime/atn/OrderedATNConfigSet.swift | 32 ++--------------- .../org/antlr/v4/runtime/atn/ParseInfo.swift | 32 ++--------------- .../v4/runtime/atn/ParserATNSimulator.swift | 34 +++---------------- .../v4/runtime/atn/PlusBlockStartState.swift | 32 ++--------------- .../v4/runtime/atn/PlusLoopbackState.swift | 32 ++--------------- .../atn/PrecedencePredicateTransition.swift | 32 ++--------------- .../v4/runtime/atn/PredicateEvalInfo.swift | 32 ++--------------- .../v4/runtime/atn/PredicateTransition.swift | 32 ++--------------- .../v4/runtime/atn/PredictionContext.swift | 34 +++---------------- .../runtime/atn/PredictionContextCache.swift | 32 ++--------------- .../antlr/v4/runtime/atn/PredictionMode.swift | 34 +++---------------- .../runtime/atn/ProfilingATNSimulator.swift | 34 +++---------------- .../v4/runtime/atn/RangeTransition.swift | 32 ++--------------- .../antlr/v4/runtime/atn/RuleStartState.swift | 32 ++--------------- .../antlr/v4/runtime/atn/RuleStopState.swift | 32 ++--------------- .../antlr/v4/runtime/atn/RuleTransition.swift | 32 ++--------------- .../v4/runtime/atn/SemanticContext.swift | 34 +++---------------- .../antlr/v4/runtime/atn/SetTransition.swift | 34 +++---------------- .../atn/SingletonPredictionContext.swift | 34 +++---------------- .../v4/runtime/atn/StarBlockStartState.swift | 32 ++--------------- .../v4/runtime/atn/StarLoopEntryState.swift | 34 +++---------------- .../v4/runtime/atn/StarLoopbackState.swift | 34 +++---------------- .../v4/runtime/atn/TokensStartState.swift | 34 +++---------------- .../org/antlr/v4/runtime/atn/Transition.swift | 34 +++---------------- .../v4/runtime/atn/WildcardTransition.swift | 34 +++---------------- .../Antlr4/org/antlr/v4/runtime/dfa/DFA.swift | 32 ++--------------- .../antlr/v4/runtime/dfa/DFASerializer.swift | 32 ++--------------- .../org/antlr/v4/runtime/dfa/DFAState.swift | 34 +++---------------- .../v4/runtime/dfa/LexerDFASerializer.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/ArrayList.swift | 6 +++- .../antlr/v4/runtime/misc/ArrayWrapper.swift | 6 +++- .../org/antlr/v4/runtime/misc/BitSet.swift | 6 +++- .../antlr/v4/runtime/misc/DoubleKeyMap.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/HashMap.swift | 5 +++ .../org/antlr/v4/runtime/misc/IntSet.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/Interval.swift | 32 ++--------------- .../antlr/v4/runtime/misc/IntervalSet.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/MultiMap.swift | 32 ++--------------- .../antlr/v4/runtime/misc/MurmurHash.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/Triple.swift | 32 ++--------------- .../org/antlr/v4/runtime/misc/Utils.swift | 32 ++--------------- .../runtime/misc/exception/ANTLRError.swift | 6 +++- .../misc/exception/ANTLRException.swift | 6 +++- .../misc/extension/ArrayExtension.swift | 5 +++ .../misc/extension/CharacterExtension.swift | 6 +++- .../misc/extension/IntStreamExtension.swift | 8 +++-- .../misc/extension/NSUUIDExtension.swift | 6 +++- .../misc/extension/StirngExtension.swift | 5 +++ .../misc/extension/TokenExtension.swift | 6 +++- .../v4/runtime/misc/utils/CommonUtil.swift | 6 +++- .../antlr/v4/runtime/misc/utils/Stack.swift | 6 +++- .../v4/runtime/misc/utils/StringBuilder.swift | 6 +++- .../tree/AbstractParseTreeVisitor.swift | 32 ++--------------- .../org/antlr/v4/runtime/tree/ErrorNode.swift | 32 ++--------------- .../org/antlr/v4/runtime/tree/ParseTree.swift | 32 ++--------------- .../v4/runtime/tree/ParseTreeListener.swift | 32 ++--------------- .../v4/runtime/tree/ParseTreeVisitor.swift | 32 ++--------------- .../v4/runtime/tree/ParseTreeWalker.swift | 32 ++--------------- .../org/antlr/v4/runtime/tree/RuleNode.swift | 32 ++--------------- .../antlr/v4/runtime/tree/SyntaxTree.swift | 32 ++--------------- .../antlr/v4/runtime/tree/TerminalNode.swift | 32 ++--------------- .../v4/runtime/tree/TerminalNodeImpl.swift | 32 ++--------------- .../org/antlr/v4/runtime/tree/Tree.swift | 32 ++--------------- .../org/antlr/v4/runtime/tree/Trees.swift | 34 +++---------------- .../antlr/v4/runtime/tree/pattern/Chunk.swift | 32 ++--------------- .../runtime/tree/pattern/ParseTreeMatch.swift | 32 ++--------------- .../tree/pattern/ParseTreePattern.swift | 32 ++--------------- .../pattern/ParseTreePatternMatcher.swift | 32 ++--------------- .../runtime/tree/pattern/RuleTagToken.swift | 32 ++--------------- .../v4/runtime/tree/pattern/TagChunk.swift | 32 ++--------------- .../v4/runtime/tree/pattern/TextChunk.swift | 32 ++--------------- .../runtime/tree/pattern/TokenTagToken.swift | 32 ++--------------- runtime/Swift/Antlr4Tests/Antlr4Tests.swift | 16 +++++---- runtime/Swift/Antlr4Tests/BaseTest.swift | 8 +++-- runtime/Swift/Antlr4Tests/HashMapTest.swift | 16 +++++---- 160 files changed, 566 insertions(+), 4032 deletions(-) diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift index 38b79435c..5f8b064b9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ /** How to emit recognition errors. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift index 3243f0b0b..cb7560f05 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ /** * The interface for defining strategies to deal with syntax errors encountered diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift index 6a2226034..974a3d816 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ /** * This is an {@link org.antlr.v4.runtime.ANTLRInputStream} that is loaded from a file all at once diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift index aa88d5837..323e11e08 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ /** * Vacuum all input from a {@link java.io.Reader}/{@link java.io.InputStream} and then treat it diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift index ec009e671..021e009eb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift index 59d60102c..be8654515 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift index 264795ca7..74b688514 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift index f544e1529..a493c02d3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift index aff00bd1f..54809ec1a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift index 3fb258837..3d4dc783a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift index 35e3f24ef..a97faa87c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift index 3f7bf80aa..91dc3c2d7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift index f5e9b6741..e836c89d6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift index 335476914..75d5386f0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift index 2289968b6..bc4e9efc0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift index 61c4bfb6f..d411ddf37 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift index 2fcae8180..078e12f9a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift index 9c71a769e..ef91d8dc4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift index 46a10ce24..2b3b968fb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift index b3287acb1..04319c39a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift index a2311a6c6..8153e22e8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift index 02b764d61..e8f17bf9f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + /** * Provides an implementation of {@link org.antlr.v4.runtime.TokenSource} as a wrapper around a list * of {@link org.antlr.v4.runtime.Token} objects. diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift index 30d4da424..ad11b0611 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift index 9b563df7e..8deb2b3ed 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift index df9c7b564..d43a78bc2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift index 8c97b0d73..80c1713e7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift index f5b1266ab..ad8490b46 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift index a477ba7db..a0d62d1de 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift index 0febfcda3..509a07480 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift index d0ded55a3..b80aa8929 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift index 4a67d01d7..40cf43e30 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift index a7414b359..67a435588 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift index 6ff6512f5..510f3a38b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift index 93db7285d..5f9170499 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift index a7816ae97..e941bf2bc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift index 5e51d8647..4c83a7247 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift index 8a946dd90..a39268f85 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift index e8fb4b538..dbdcd4081 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2014 Terence Parr -* Copyright (c) 2014 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift index 542a30cb7..ab1f8a62f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift index be378379c..a1a3ece49 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ public class ATN { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift index 2c8ec0056..d2a298d4a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** A tuple: (ATN state, predicted alt, syntactic, semantic context). * The syntactic context is a graph-structured stack node whose diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift index 2baea3b24..8a0806e08 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift index c5bcdeb3f..24e661dd5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift index 2dedb48d0..94a630d8e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2013 Terence Parr -* Copyright (c) 2013 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift index c660f4027..e112d05dc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift index afafa00d6..8af603633 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift index aaaf02e4f..6a38fd3ee 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift index 543bb6783..aed46344d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift index 9f663ea8c..1a2b53b28 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift index cf977cdfd..6c96435d0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2014 Terence Parr -* Copyright (c) 2014 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift index e7c47c56a..519482194 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ public class ArrayPredictionContext: PredictionContext { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift index 5ea5d76b5..8c461e7f3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** TODO: make all transitions sets? no, should remove set edges */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift index 62ee7d6e8..62d89f9df 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift index 7e47bc7f8..ce8041211 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift index a2a8bf4b4..6a6a25cb5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift index d69f31efe..cce613e77 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift index 0f0eb2401..f964d1908 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift index 23441dfea..1a88eea52 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift index 4ecfebd36..1805a87a1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift index 3eb6a5798..fc4dd4c2a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift index 0be471d6c..4fd902e0e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // DefaultATNConfig.swift // antlr.swift // // Created by janyou on 15/9/14. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift index 2d307c489..446a91084 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift index 33783e97b..84e7c2183 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift index f7cabe702..ecf79b210 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift index 245c0e76a..a75329cda 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift index 21ed209c2..095f3f265 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift index 32200250b..8fad728ce 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift index d2575b0fd..b2bc07309 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift index cb2b18b7a..1a1e0120a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift index 708051349..2085687a0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift index e4a57be63..ddd0e74d4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift index 71652bc79..5eb02b71a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift index 0c9a08a15..bae42f71e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift index 943949da9..3248019eb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift index 473c61c93..e8e10f4d0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift index ae8617da8..b5bc8162c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift index 67b2c0dde..2d66beb2c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift index ad46a68d7..d8542f049 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift index 4db3ea0de..ceb1968f3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift index 194588167..b5d10ee42 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift index ea63f3759..98cefe2e4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // LookupATNConfig.swift // objc2swiftwithswith // // Created by janyou on 15/9/22. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation @@ -47,4 +51,4 @@ public func ==(lhs: LookupATNConfig, rhs: LookupATNConfig) -> Bool { return same -} \ No newline at end of file +} diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift index 9bb30f1e3..b4222d3ab 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // LookupDictionary.swift // antlr.swift // // Created by janyou on 15/9/23. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift index 6e2f5288b..4c455dad8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift index b396d0aa3..21cbcb752 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift index 6fc20257f..e15901486 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // OrderedATNConfig.swift // objc2swiftwithswith // // Created by janyou on 15/9/14. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation @@ -26,4 +30,4 @@ public func ==(lhs: OrderedATNConfig, rhs: OrderedATNConfig) -> Bool { return lhs.config == rhs.config -} \ No newline at end of file +} diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift index b677476c3..a4a6c4497 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift index 178d99961..5f4999a8f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift index ba717b3a8..95bb9cb1c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift index b9c41dd97..34b905f41 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift index 179107e53..68850839c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift index 25c2f9391..ec5fc9004 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift index b4f85a2f3..67a55147a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2014 Terence Parr - * Copyright (c) 2014 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift index 098188f8c..b4387155c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift index df36912ff..31a560d7c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift index 9475df1dd..c7178d5d4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift index a805cd2a9..9c4269147 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift index c4e019b50..1489babfb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2013 Terence Parr -* Copyright (c) 2013 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift index ddd4b238e..c4f926477 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift index c1ae43c4e..16af59cd7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift index e89ac027c..e388883bd 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift index 22e1e9761..8609f4b4f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift index eedb108b5..2caed2176 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift index 9d169c665..948b43462 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift index 917332891..a3aea0627 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift index 9fb26811c..6bc81c1c7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift index 6b9c76f58..9bd6ed57c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ public final class StarLoopEntryState: DecisionState { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift index 8af3b8e98..2dc12d1c0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ public final class StarLoopbackState: ATNState { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift index d991cb6c2..9aa41e606 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** The Tokens rule start state linking to each lexer rule start state */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift index b017e113e..0cf399c00 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** An ATN transition between any two ATN states. Subclasses define diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift index 914bc95fd..9c8766c96 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ final public class WildcardTransition: Transition, CustomStringConvertible { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift index e05ddccd5..8864d03b9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift index 229e105f5..994688e26 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift index bb075ae59..afcdd9d80 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** A DFA state represents a set of possible ATN configurations. diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift index 0f1f73664..910e1d691 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift index 8f1849d28..27dbb050c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // ArrayList.swift // Antlr4 // // Created by janyou on 16/2/24. -// Copyright © 2016 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift index e560ec0b5..99db5bf6c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // ArrayWrapper.swift // Antlr4 // // Created by janyou on 16/6/21. -// Copyright © 2016 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift index 3e113f51a..d849dd426 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // BitSet.swift // Antlr.swift // // Created by janyou on 15/9/8. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift index 200eac57f..dc858d821 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift index 58aaf81ce..e5a1658da 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + final class Entry: CustomStringConvertible { final var key: K final var value: V diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift index 985ed265f..a73157b72 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift index 7109acfbf..77e9ebfac 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift index 2e3fceb4c..5ceee1fef 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift index 3dfe4835e..c1bcea43b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift index 5c8b8b7ae..7d4d6c259 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift index cfc506ebe..e05365369 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift index 098b80c34..f67eba39e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift index 2d692b6c1..e3bab9065 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // ANTLRError.swift // antlr.swift // // Created by janyou on 15/9/4. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift index b8a411c9f..e9a1df666 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // ANTLRException.swift // antlr.swift // // Created by janyou on 15/9/8. -// Copyright © 2015 jlabs. All rights reserved. // diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift index 964720d39..795f70e8d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + import Foundation //https://github.com/pNre/ExSwift/blob/master/ExSwift/Array.swift diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift index f3b55a702..f80500058 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // CharacterEextension.swift // Antlr.swift // // Created by janyou on 15/9/4. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift index 6080b0d80..1136e6ef0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // IntStreamExtension.swift // Antlr.swift // // Created by janyou on 15/9/3. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation @@ -26,4 +30,4 @@ extension IntStream { return "" } -} \ No newline at end of file +} diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift index 9099743ab..35c5ac10e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // NSUUIDExtension.swift // objc2swiftwithswith // // Created by janyou on 15/9/8. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift index 51093b947..d28776d4d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift @@ -1,3 +1,8 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + //import Cocoa #if os(OSX) diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift index db68fca78..4c0674c1d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // TokenExtension.swift // Antlr.swift // // Created by janyou on 15/9/4. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift index dcf78c9dc..558c4c337 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // CommonUtil.swift // antlr.swift // // Created by janyou on 15/9/4. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift index ff95b4a69..191fe1a5d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // Stack.swift // antlr.swift // // Created by janyou on 15/9/8. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift index 3f516d9d2..6b17a7c03 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // StringBuilder.swift // antlr.swift // // Created by janyou on 15/9/4. -// Copyright © 2015 jlabs. All rights reserved. // import Foundation diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift index 209b75bd3..9cf26f4fa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift index 5f3e10df4..7019b28f1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift index 5a0529a57..d3b8a245e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift index a52352292..0ebeca094 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift index 50807a7cd..99fde0eab 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift index 8253ebc0f..3e352628c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift index 96fddb44b..2754cb22f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift index fb929aad7..4d2f33d02 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift index e8f3606e0..b5d1a2e07 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ public class TerminalNode: ParseTree { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift index a02c18b60..a9101243d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift index 3653e7d44..1baa68fbb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift index 1773e9a20..b642ddb13 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift @@ -1,33 +1,7 @@ -/* -* [The "BSD license"] -* Copyright (c) 2012 Terence Parr -* Copyright (c) 2012 Sam Harwell -* Copyright (c) 2015 Janyou -* 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. The name of the author may not be used to endorse or promote products -* derived from this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. -*/ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ /** A set of utility routines useful for all kinds of ANTLR trees. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift index d4c6b39ed..571a11e8d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift index c8bd42082..4d7ff1502 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift index efd88ec00..35068180a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift index bad500bb3..bd18da7f5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift index e970c3360..fda85da55 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift index 5a3c098ab..0e6662cf4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift index 59af409bd..b90862786 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift index bb16cc829..f67f99188 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift @@ -1,32 +1,6 @@ -/* - * [The "BSD license"] - * Copyright (c) 2013 Terence Parr - * Copyright (c) 2013 Sam Harwell - * Copyright (c) 2015 Janyou - * 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. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift index b7a898a1f..dc626ac99 100644 --- a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift +++ b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift @@ -1,35 +1,39 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // Antlr4Tests.swift // Antlr4Tests // // Created by janyou on 15/10/13. -// Copyright © 2015 jlabs. All rights reserved. // import XCTest class Antlr4Tests: XCTestCase { - + override func setUp() { super.setUp() // Put setup code here. This method is called before the invocation of each test method in the class. } - + override func tearDown() { // Put teardown code here. This method is called after the invocation of each test method in the class. super.tearDown() } - + func testExample() { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct results. } - + func testPerformanceExample() { // This is an example of a performance test case. self.measure { // Put the code you want to measure the time of here. } } - + } diff --git a/runtime/Swift/Antlr4Tests/BaseTest.swift b/runtime/Swift/Antlr4Tests/BaseTest.swift index 236432f62..0e2cca6ea 100644 --- a/runtime/Swift/Antlr4Tests/BaseTest.swift +++ b/runtime/Swift/Antlr4Tests/BaseTest.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // BaseTest.swift // Antlr4 // // Created by janyou on 15/10/13. -// Copyright © 2015 jlabs. All rights reserved. // import XCTest @@ -15,7 +19,7 @@ class BaseTest: XCTestCase { super.setUp() // Put setup code here. This method is called before the invocation of each test method in the class. } - + override func tearDown() { // Put teardown code here. This method is called after the invocation of each test method in the class. super.tearDown() diff --git a/runtime/Swift/Antlr4Tests/HashMapTest.swift b/runtime/Swift/Antlr4Tests/HashMapTest.swift index 65c97ab8b..8f630bd9c 100644 --- a/runtime/Swift/Antlr4Tests/HashMapTest.swift +++ b/runtime/Swift/Antlr4Tests/HashMapTest.swift @@ -1,9 +1,13 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ + // // HashMapTest.swift // Antlr4 // // Created by janyou on 16/4/8. -// Copyright © 2016 jlabs. All rights reserved. // import XCTest @@ -14,7 +18,7 @@ class HashMapTest: XCTestCase { super.setUp() // Put setup code here. This method is called before the invocation of each test method in the class. } - + override func tearDown() { // Put teardown code here. This method is called after the invocation of each test method in the class. super.tearDown() @@ -26,7 +30,7 @@ class HashMapTest: XCTestCase { map["b"] = 2 XCTAssert(map["a"] == 1) XCTAssert(map["b"] == 2) - + for (k,v) in map { print("\(k) : \(v)") } @@ -39,12 +43,12 @@ class HashMapTest: XCTestCase { print("isEmpty:\(map.isEmpty) ") XCTAssert(map.isEmpty == false) print("\(map)") - + map.remove("a") print("\(map.count)") - + map["b"] = nil - + print("\(map.count)") for (k,v) in map { print("\(k) : \(v)") From 03925a27539d1969c6404a0d22cb817b68d85b38 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:19:27 -0800 Subject: [PATCH 17/20] add copyrights on go --- runtime/Go/antlr/atn.go | 4 ++++ runtime/Go/antlr/atn_config.go | 4 ++++ runtime/Go/antlr/atn_config_set.go | 4 ++++ runtime/Go/antlr/atn_deserialization_options.go | 4 ++++ runtime/Go/antlr/atn_deserializer.go | 4 ++++ runtime/Go/antlr/atn_simulator.go | 4 ++++ runtime/Go/antlr/atn_state.go | 4 ++++ runtime/Go/antlr/atn_type.go | 4 ++++ runtime/Go/antlr/char_stream.go | 4 ++++ runtime/Go/antlr/common_token_factory.go | 4 ++++ runtime/Go/antlr/common_token_stream.go | 4 ++++ runtime/Go/antlr/dfa.go | 4 ++++ runtime/Go/antlr/dfa_serializer.go | 4 ++++ runtime/Go/antlr/dfa_state.go | 4 ++++ runtime/Go/antlr/diagnostic_error_listener.go | 4 ++++ runtime/Go/antlr/error_listener.go | 4 ++++ runtime/Go/antlr/error_strategy.go | 4 ++++ runtime/Go/antlr/errors.go | 4 ++++ runtime/Go/antlr/file_stream.go | 4 ++++ runtime/Go/antlr/input_stream.go | 4 ++++ runtime/Go/antlr/int_stream.go | 4 ++++ runtime/Go/antlr/interval_set.go | 4 ++++ runtime/Go/antlr/lexer.go | 4 ++++ runtime/Go/antlr/lexer_action.go | 4 ++++ runtime/Go/antlr/lexer_action_executor.go | 4 ++++ runtime/Go/antlr/lexer_atn_simulator.go | 4 ++++ runtime/Go/antlr/ll1_analyzer.go | 4 ++++ runtime/Go/antlr/parser.go | 4 ++++ runtime/Go/antlr/parser_atn_simulator.go | 4 ++++ runtime/Go/antlr/parser_rule_context.go | 4 ++++ runtime/Go/antlr/prediction_context.go | 4 ++++ runtime/Go/antlr/prediction_mode.go | 4 ++++ runtime/Go/antlr/recognizer.go | 4 ++++ runtime/Go/antlr/rule_context.go | 4 ++++ runtime/Go/antlr/semantic_context.go | 4 ++++ runtime/Go/antlr/token.go | 4 ++++ runtime/Go/antlr/token_source.go | 4 ++++ runtime/Go/antlr/token_stream.go | 4 ++++ runtime/Go/antlr/trace_listener.go | 4 ++++ runtime/Go/antlr/transition.go | 4 ++++ runtime/Go/antlr/tree.go | 4 ++++ runtime/Go/antlr/trees.go | 4 ++++ runtime/Go/antlr/utils.go | 4 ++++ 43 files changed, 172 insertions(+) diff --git a/runtime/Go/antlr/atn.go b/runtime/Go/antlr/atn.go index e999ced1d..42abef5c9 100644 --- a/runtime/Go/antlr/atn.go +++ b/runtime/Go/antlr/atn.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr var ATNInvalidAltNumber int diff --git a/runtime/Go/antlr/atn_config.go b/runtime/Go/antlr/atn_config.go index 82234ca39..a73172f18 100644 --- a/runtime/Go/antlr/atn_config.go +++ b/runtime/Go/antlr/atn_config.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/atn_config_set.go b/runtime/Go/antlr/atn_config_set.go index 83f201d27..eeb6e4c61 100644 --- a/runtime/Go/antlr/atn_config_set.go +++ b/runtime/Go/antlr/atn_config_set.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "fmt" diff --git a/runtime/Go/antlr/atn_deserialization_options.go b/runtime/Go/antlr/atn_deserialization_options.go index 739cc3939..26c352274 100644 --- a/runtime/Go/antlr/atn_deserialization_options.go +++ b/runtime/Go/antlr/atn_deserialization_options.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr var ATNDeserializationOptionsdefaultOptions = &ATNDeserializationOptions{true, false, false} diff --git a/runtime/Go/antlr/atn_deserializer.go b/runtime/Go/antlr/atn_deserializer.go index 1b9f9bd72..c03719abc 100644 --- a/runtime/Go/antlr/atn_deserializer.go +++ b/runtime/Go/antlr/atn_deserializer.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/atn_simulator.go b/runtime/Go/antlr/atn_simulator.go index 5ee91dc57..09f3a795c 100644 --- a/runtime/Go/antlr/atn_simulator.go +++ b/runtime/Go/antlr/atn_simulator.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr var ATNSimulatorError = NewDFAState(0x7FFFFFFF, NewBaseATNConfigSet(false)) diff --git a/runtime/Go/antlr/atn_state.go b/runtime/Go/antlr/atn_state.go index 6e3d512ae..d4e513780 100644 --- a/runtime/Go/antlr/atn_state.go +++ b/runtime/Go/antlr/atn_state.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "strconv" diff --git a/runtime/Go/antlr/atn_type.go b/runtime/Go/antlr/atn_type.go index 24ab80c44..a770897ac 100644 --- a/runtime/Go/antlr/atn_type.go +++ b/runtime/Go/antlr/atn_type.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // Represent the type of recognizer an ATN applies to. diff --git a/runtime/Go/antlr/char_stream.go b/runtime/Go/antlr/char_stream.go index c89cdc1e1..76d8f1f9d 100644 --- a/runtime/Go/antlr/char_stream.go +++ b/runtime/Go/antlr/char_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type CharStream interface { diff --git a/runtime/Go/antlr/common_token_factory.go b/runtime/Go/antlr/common_token_factory.go index a31d4ef5f..c1125abf5 100644 --- a/runtime/Go/antlr/common_token_factory.go +++ b/runtime/Go/antlr/common_token_factory.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // TokenFactory creates CommonToken objects. diff --git a/runtime/Go/antlr/common_token_stream.go b/runtime/Go/antlr/common_token_stream.go index 819086ad7..7e29ef5ac 100644 --- a/runtime/Go/antlr/common_token_stream.go +++ b/runtime/Go/antlr/common_token_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/dfa.go b/runtime/Go/antlr/dfa.go index 0fdeb40a7..acfc7781f 100644 --- a/runtime/Go/antlr/dfa.go +++ b/runtime/Go/antlr/dfa.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "sort" diff --git a/runtime/Go/antlr/dfa_serializer.go b/runtime/Go/antlr/dfa_serializer.go index 25a90ad4a..5b515ba22 100644 --- a/runtime/Go/antlr/dfa_serializer.go +++ b/runtime/Go/antlr/dfa_serializer.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/dfa_state.go b/runtime/Go/antlr/dfa_state.go index 788ee4e2c..0d45edf4b 100644 --- a/runtime/Go/antlr/dfa_state.go +++ b/runtime/Go/antlr/dfa_state.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/diagnostic_error_listener.go b/runtime/Go/antlr/diagnostic_error_listener.go index e91054187..e727bba83 100644 --- a/runtime/Go/antlr/diagnostic_error_listener.go +++ b/runtime/Go/antlr/diagnostic_error_listener.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/error_listener.go b/runtime/Go/antlr/error_listener.go index afac2bc90..93be0cbfe 100644 --- a/runtime/Go/antlr/error_listener.go +++ b/runtime/Go/antlr/error_listener.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/error_strategy.go b/runtime/Go/antlr/error_strategy.go index 1486a3481..ddabdbb7a 100644 --- a/runtime/Go/antlr/error_strategy.go +++ b/runtime/Go/antlr/error_strategy.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/errors.go b/runtime/Go/antlr/errors.go index ab6f331da..74e42ed39 100644 --- a/runtime/Go/antlr/errors.go +++ b/runtime/Go/antlr/errors.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // The root of the ANTLR exception hierarchy. In general, ANTLR tracks just diff --git a/runtime/Go/antlr/file_stream.go b/runtime/Go/antlr/file_stream.go index 842484cec..b576b5f5f 100644 --- a/runtime/Go/antlr/file_stream.go +++ b/runtime/Go/antlr/file_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/input_stream.go b/runtime/Go/antlr/input_stream.go index fc17e4d03..dfbe3a99c 100644 --- a/runtime/Go/antlr/input_stream.go +++ b/runtime/Go/antlr/input_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type InputStream struct { diff --git a/runtime/Go/antlr/int_stream.go b/runtime/Go/antlr/int_stream.go index 283f4dbd6..010f9f22c 100644 --- a/runtime/Go/antlr/int_stream.go +++ b/runtime/Go/antlr/int_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type IntStream interface { diff --git a/runtime/Go/antlr/interval_set.go b/runtime/Go/antlr/interval_set.go index 6d4639021..f0179d968 100644 --- a/runtime/Go/antlr/interval_set.go +++ b/runtime/Go/antlr/interval_set.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/lexer.go b/runtime/Go/antlr/lexer.go index d22671dfc..7b5807789 100644 --- a/runtime/Go/antlr/lexer.go +++ b/runtime/Go/antlr/lexer.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/lexer_action.go b/runtime/Go/antlr/lexer_action.go index 7849b58ec..e1458715e 100644 --- a/runtime/Go/antlr/lexer_action.go +++ b/runtime/Go/antlr/lexer_action.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "strconv" diff --git a/runtime/Go/antlr/lexer_action_executor.go b/runtime/Go/antlr/lexer_action_executor.go index bb5ef924d..da77019e7 100644 --- a/runtime/Go/antlr/lexer_action_executor.go +++ b/runtime/Go/antlr/lexer_action_executor.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // Represents an executor for a sequence of lexer actions which traversed during diff --git a/runtime/Go/antlr/lexer_atn_simulator.go b/runtime/Go/antlr/lexer_atn_simulator.go index 9ed47595e..42108ff17 100644 --- a/runtime/Go/antlr/lexer_atn_simulator.go +++ b/runtime/Go/antlr/lexer_atn_simulator.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/ll1_analyzer.go b/runtime/Go/antlr/ll1_analyzer.go index 2f11ad3c4..8edd98999 100644 --- a/runtime/Go/antlr/ll1_analyzer.go +++ b/runtime/Go/antlr/ll1_analyzer.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type LL1Analyzer struct { diff --git a/runtime/Go/antlr/parser.go b/runtime/Go/antlr/parser.go index 7ec5b0d27..30b16b6c8 100644 --- a/runtime/Go/antlr/parser.go +++ b/runtime/Go/antlr/parser.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/parser_atn_simulator.go b/runtime/Go/antlr/parser_atn_simulator.go index bad826efd..a0d471fcb 100644 --- a/runtime/Go/antlr/parser_atn_simulator.go +++ b/runtime/Go/antlr/parser_atn_simulator.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/parser_rule_context.go b/runtime/Go/antlr/parser_rule_context.go index 163c6971e..b2ef011ed 100644 --- a/runtime/Go/antlr/parser_rule_context.go +++ b/runtime/Go/antlr/parser_rule_context.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/prediction_context.go b/runtime/Go/antlr/prediction_context.go index 18ba91adc..318256916 100644 --- a/runtime/Go/antlr/prediction_context.go +++ b/runtime/Go/antlr/prediction_context.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/prediction_mode.go b/runtime/Go/antlr/prediction_mode.go index 722184fc7..b9a4f3529 100644 --- a/runtime/Go/antlr/prediction_mode.go +++ b/runtime/Go/antlr/prediction_mode.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/recognizer.go b/runtime/Go/antlr/recognizer.go index e9dec3931..b6a295825 100644 --- a/runtime/Go/antlr/recognizer.go +++ b/runtime/Go/antlr/recognizer.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/rule_context.go b/runtime/Go/antlr/rule_context.go index 254be29cd..e21522cbc 100644 --- a/runtime/Go/antlr/rule_context.go +++ b/runtime/Go/antlr/rule_context.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // A rule context is a record of a single rule invocation. It knows diff --git a/runtime/Go/antlr/semantic_context.go b/runtime/Go/antlr/semantic_context.go index 4a23dfa3c..a5afd42a0 100644 --- a/runtime/Go/antlr/semantic_context.go +++ b/runtime/Go/antlr/semantic_context.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/token.go b/runtime/Go/antlr/token.go index c3590cbe4..01696e4f4 100644 --- a/runtime/Go/antlr/token.go +++ b/runtime/Go/antlr/token.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/token_source.go b/runtime/Go/antlr/token_source.go index a08280d57..a7cf38f7b 100644 --- a/runtime/Go/antlr/token_source.go +++ b/runtime/Go/antlr/token_source.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type TokenSource interface { diff --git a/runtime/Go/antlr/token_stream.go b/runtime/Go/antlr/token_stream.go index 453433e74..49e4a565f 100644 --- a/runtime/Go/antlr/token_stream.go +++ b/runtime/Go/antlr/token_stream.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr type TokenStream interface { diff --git a/runtime/Go/antlr/trace_listener.go b/runtime/Go/antlr/trace_listener.go index ed6d4fecd..a621615e5 100644 --- a/runtime/Go/antlr/trace_listener.go +++ b/runtime/Go/antlr/trace_listener.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "fmt" diff --git a/runtime/Go/antlr/transition.go b/runtime/Go/antlr/transition.go index fdb46b1fc..68958ce84 100644 --- a/runtime/Go/antlr/transition.go +++ b/runtime/Go/antlr/transition.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( diff --git a/runtime/Go/antlr/tree.go b/runtime/Go/antlr/tree.go index 0a282d5dc..fb9aa70b3 100644 --- a/runtime/Go/antlr/tree.go +++ b/runtime/Go/antlr/tree.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr // The basic notion of a tree has a parent, a payload, and a list of children. diff --git a/runtime/Go/antlr/trees.go b/runtime/Go/antlr/trees.go index 4070fb97c..32a89f519 100644 --- a/runtime/Go/antlr/trees.go +++ b/runtime/Go/antlr/trees.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import "fmt" diff --git a/runtime/Go/antlr/utils.go b/runtime/Go/antlr/utils.go index 320669a56..2219128f9 100644 --- a/runtime/Go/antlr/utils.go +++ b/runtime/Go/antlr/utils.go @@ -1,3 +1,7 @@ +/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Use is of this file is governed by the BSD 3-clause license that + * can be found in the LICENSE.txt file in the project root. + */ package antlr import ( From 61e8eba4fc382515f3407bdc741d1ec5aa275478 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:37:49 -0800 Subject: [PATCH 18/20] fix typo --- antlr4-maven-plugin/nb-configuration.xml | 2 +- antlr4-maven-plugin/pom.xml | 2 +- .../m2e/lifecycle-mapping-metadata.xml | 2 +- .../org/antlr/mojo/antlr4/Antlr4ErrorLog.java | 2 +- .../org/antlr/mojo/antlr4/Antlr4Mojo.java | 2 +- .../mojo/antlr4/GrammarDependencies.java | 5 +- .../java/org/antlr/mojo/antlr4/MojoUtils.java | 5 +- antlr4-maven-plugin/src/site/site.xml | 2 +- .../org/antlr/mojo/antlr4/Antlr4MojoTest.java | 9 +- .../test/projects/dependencyRemoved/pom.xml | 2 +- .../src/test/projects/importTokens/pom.xml | 2 +- .../src/test/projects/importsCustom/pom.xml | 2 +- .../src/test/projects/importsStandard/pom.xml | 2 +- pom.xml | 2 +- runtime-testsuite-legacy/pom.xml | 2 +- .../org/antlr/v4/testgen/DescrGenerator.java | 2 +- .../antlr/v4/testgen/JavaEscapeStringMap.java | 2 +- .../org/antlr/v4/testgen/LinesStringMap.java | 2 +- .../antlr/v4/testgen/STGroupModelAdaptor.java | 2 +- .../org/antlr/v4/testgen/StrlenStringMap.java | 2 +- .../org/antlr/v4/testgen/TestGenerator.java | 2 +- runtime-testsuite/annotations/pom.xml | 2 +- .../test/runtime/CommentHasStringValue.java | 2 +- runtime-testsuite/pom.xml | 2 +- runtime-testsuite/processors/pom.xml | 2 +- .../CommentHasStringValueProcessor.java | 2 +- .../BaseCompositeLexerTestDescriptor.java | 2 +- .../BaseCompositeParserTestDescriptor.java | 2 +- .../BaseDiagnosticParserTestDescriptor.java | 2 +- .../test/runtime/BaseLexerTestDescriptor.java | 2 +- .../runtime/BaseParserTestDescriptor.java | 2 +- .../v4/test/runtime/BaseRuntimeTest.java | 2 +- .../runtime/BaseRuntimeTestDescriptor.java | 2 +- .../org/antlr/v4/test/runtime/ErrorQueue.java | 2 +- .../test/runtime/RuntimeTestDescriptor.java | 2 +- .../v4/test/runtime/RuntimeTestSupport.java | 2 +- .../runtime/SpecialRuntimeTestAssert.java | 2 +- .../v4/test/runtime/cpp/BaseCppTest.java | 2 +- .../test/runtime/cpp/TestCompositeLexers.java | 2 +- .../runtime/cpp/TestCompositeParsers.java | 2 +- .../runtime/cpp/TestFullContextParsing.java | 2 +- .../test/runtime/cpp/TestLeftRecursion.java | 2 +- .../v4/test/runtime/cpp/TestLexerErrors.java | 2 +- .../v4/test/runtime/cpp/TestLexerExec.java | 2 +- .../v4/test/runtime/cpp/TestListeners.java | 2 +- .../v4/test/runtime/cpp/TestParseTrees.java | 2 +- .../v4/test/runtime/cpp/TestParserErrors.java | 2 +- .../v4/test/runtime/cpp/TestParserExec.java | 2 +- .../v4/test/runtime/cpp/TestPerformance.java | 2 +- .../runtime/cpp/TestSemPredEvalLexer.java | 2 +- .../runtime/cpp/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/cpp/TestSets.java | 2 +- .../v4/test/runtime/cpp/TestVisitors.java | 2 +- .../test/runtime/csharp/BaseCSharpTest.java | 2 +- .../runtime/csharp/TestCompositeLexers.java | 2 +- .../runtime/csharp/TestCompositeParsers.java | 2 +- .../csharp/TestFullContextParsing.java | 2 +- .../runtime/csharp/TestLeftRecursion.java | 2 +- .../test/runtime/csharp/TestLexerErrors.java | 2 +- .../v4/test/runtime/csharp/TestLexerExec.java | 2 +- .../v4/test/runtime/csharp/TestListeners.java | 2 +- .../test/runtime/csharp/TestParseTrees.java | 2 +- .../test/runtime/csharp/TestParserErrors.java | 2 +- .../test/runtime/csharp/TestParserExec.java | 2 +- .../test/runtime/csharp/TestPerformance.java | 2 +- .../runtime/csharp/TestSemPredEvalLexer.java | 2 +- .../runtime/csharp/TestSemPredEvalParser.java | 2 +- .../v4/test/runtime/csharp/TestSets.java | 2 +- .../v4/test/runtime/csharp/TestVisitors.java | 2 +- .../CompositeLexersDescriptors.java | 2 +- .../CompositeParsersDescriptors.java | 2 +- .../FullContextParsingDescriptors.java | 2 +- .../descriptors/LeftRecursionDescriptors.java | 2 +- .../descriptors/LexerErrorsDescriptors.java | 2 +- .../descriptors/LexerExecDescriptors.java | 2 +- .../descriptors/ListenersDescriptors.java | 2 +- .../descriptors/ParseTreesDescriptors.java | 2 +- .../descriptors/ParserErrorsDescriptors.java | 2 +- .../descriptors/ParserExecDescriptors.java | 2 +- .../descriptors/PerformanceDescriptors.java | 2 +- .../SemPredEvalLexerDescriptors.java | 2 +- .../SemPredEvalParserDescriptors.java | 2 +- .../runtime/descriptors/SetsDescriptors.java | 2 +- .../descriptors/VisitorsDescriptors.java | 2 +- .../antlr/v4/test/runtime/go/BaseGoTest.java | 2 +- .../test/runtime/go/TestCompositeLexers.java | 2 +- .../test/runtime/go/TestCompositeParsers.java | 2 +- .../runtime/go/TestFullContextParsing.java | 2 +- .../v4/test/runtime/go/TestLeftRecursion.java | 2 +- .../v4/test/runtime/go/TestLexerErrors.java | 2 +- .../v4/test/runtime/go/TestLexerExec.java | 2 +- .../v4/test/runtime/go/TestListeners.java | 2 +- .../v4/test/runtime/go/TestParseTrees.java | 2 +- .../v4/test/runtime/go/TestParserErrors.java | 2 +- .../v4/test/runtime/go/TestParserExec.java | 2 +- .../v4/test/runtime/go/TestPerformance.java | 2 +- .../test/runtime/go/TestSemPredEvalLexer.java | 2 +- .../runtime/go/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/go/TestSets.java | 2 +- .../v4/test/runtime/go/TestVisitors.java | 2 +- .../v4/test/runtime/java/BaseJavaTest.java | 2 +- .../runtime/java/TestCompositeLexers.java | 2 +- .../runtime/java/TestCompositeParsers.java | 2 +- .../runtime/java/TestFullContextParsing.java | 2 +- .../test/runtime/java/TestLeftRecursion.java | 2 +- .../v4/test/runtime/java/TestLexerErrors.java | 2 +- .../v4/test/runtime/java/TestLexerExec.java | 2 +- .../v4/test/runtime/java/TestListeners.java | 2 +- .../v4/test/runtime/java/TestParseTrees.java | 2 +- .../test/runtime/java/TestParserErrors.java | 2 +- .../v4/test/runtime/java/TestParserExec.java | 2 +- .../v4/test/runtime/java/TestPerformance.java | 2 +- .../runtime/java/TestSemPredEvalLexer.java | 2 +- .../runtime/java/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/java/TestSets.java | 2 +- .../v4/test/runtime/java/TestVisitors.java | 2 +- .../javascript/browser/BaseBrowserTest.java | 2 +- .../javascript/chrome/BaseChromeTest.java | 2 +- .../javascript/chrome/SharedWebDriver.java | 2 +- .../chrome/TestCompositeLexers.java | 2 +- .../chrome/TestCompositeParsers.java | 2 +- .../chrome/TestFullContextParsing.java | 2 +- .../javascript/chrome/TestLeftRecursion.java | 2 +- .../javascript/chrome/TestLexerErrors.java | 2 +- .../javascript/chrome/TestLexerExec.java | 2 +- .../javascript/chrome/TestListeners.java | 2 +- .../javascript/chrome/TestParseTrees.java | 2 +- .../javascript/chrome/TestParserErrors.java | 2 +- .../javascript/chrome/TestParserExec.java | 2 +- .../javascript/chrome/TestPerformance.java | 2 +- .../chrome/TestSemPredEvalLexer.java | 2 +- .../chrome/TestSemPredEvalParser.java | 2 +- .../runtime/javascript/chrome/TestSets.java | 2 +- .../javascript/chrome/TestVisitors.java | 2 +- .../javascript/explorer/BaseExplorerTest.java | 2 +- .../explorer/TestCompositeLexers.java | 2 +- .../explorer/TestCompositeParsers.java | 2 +- .../explorer/TestFullContextParsing.java | 2 +- .../explorer/TestLeftRecursion.java | 2 +- .../javascript/explorer/TestLexerErrors.java | 2 +- .../javascript/explorer/TestLexerExec.java | 2 +- .../javascript/explorer/TestListeners.java | 2 +- .../javascript/explorer/TestParseTrees.java | 2 +- .../javascript/explorer/TestParserErrors.java | 2 +- .../javascript/explorer/TestParserExec.java | 2 +- .../javascript/explorer/TestPerformance.java | 2 +- .../explorer/TestSemPredEvalLexer.java | 2 +- .../explorer/TestSemPredEvalParser.java | 2 +- .../runtime/javascript/explorer/TestSets.java | 2 +- .../javascript/explorer/TestVisitors.java | 2 +- .../javascript/firefox/BaseFirefoxTest.java | 2 +- .../javascript/firefox/SharedWebDriver.java | 2 +- .../firefox/TestCompositeLexers.java | 2 +- .../firefox/TestCompositeParsers.java | 2 +- .../firefox/TestFullContextParsing.java | 2 +- .../javascript/firefox/TestLeftRecursion.java | 2 +- .../javascript/firefox/TestLexerErrors.java | 2 +- .../javascript/firefox/TestLexerExec.java | 2 +- .../javascript/firefox/TestListeners.java | 2 +- .../javascript/firefox/TestParseTrees.java | 2 +- .../javascript/firefox/TestParserErrors.java | 2 +- .../javascript/firefox/TestParserExec.java | 2 +- .../javascript/firefox/TestPerformance.java | 2 +- .../firefox/TestSemPredEvalLexer.java | 2 +- .../firefox/TestSemPredEvalParser.java | 2 +- .../runtime/javascript/firefox/TestSets.java | 2 +- .../javascript/firefox/TestVisitors.java | 2 +- .../runtime/javascript/node/BaseNodeTest.java | 2 +- .../javascript/node/TestCompositeLexers.java | 2 +- .../javascript/node/TestCompositeParsers.java | 2 +- .../node/TestFullContextParsing.java | 2 +- .../javascript/node/TestLeftRecursion.java | 2 +- .../javascript/node/TestLexerErrors.java | 2 +- .../javascript/node/TestLexerExec.java | 2 +- .../javascript/node/TestListeners.java | 2 +- .../javascript/node/TestParseTrees.java | 2 +- .../javascript/node/TestParserErrors.java | 2 +- .../javascript/node/TestParserExec.java | 2 +- .../javascript/node/TestPerformance.java | 2 +- .../javascript/node/TestSemPredEvalLexer.java | 2 +- .../node/TestSemPredEvalParser.java | 2 +- .../runtime/javascript/node/TestSets.java | 2 +- .../runtime/javascript/node/TestVisitors.java | 2 +- .../javascript/safari/BaseSafariTest.java | 2 +- .../javascript/safari/SharedWebDriver.java | 2 +- .../safari/TestCompositeLexers.java | 2 +- .../safari/TestCompositeParsers.java | 2 +- .../safari/TestFullContextParsing.java | 2 +- .../javascript/safari/TestLeftRecursion.java | 2 +- .../javascript/safari/TestLexerErrors.java | 2 +- .../javascript/safari/TestLexerExec.java | 2 +- .../javascript/safari/TestListeners.java | 2 +- .../javascript/safari/TestParseTrees.java | 2 +- .../javascript/safari/TestParserErrors.java | 2 +- .../javascript/safari/TestParserExec.java | 2 +- .../javascript/safari/TestPerformance.java | 2 +- .../safari/TestSemPredEvalLexer.java | 2 +- .../safari/TestSemPredEvalParser.java | 2 +- .../runtime/javascript/safari/TestSets.java | 2 +- .../javascript/safari/TestVisitors.java | 2 +- .../test/runtime/python/BasePythonTest.java | 2 +- .../test/runtime/python2/BasePython2Test.java | 2 +- .../runtime/python2/TestCompositeLexers.java | 2 +- .../runtime/python2/TestCompositeParsers.java | 2 +- .../python2/TestFullContextParsing.java | 2 +- .../runtime/python2/TestLeftRecursion.java | 2 +- .../test/runtime/python2/TestLexerErrors.java | 2 +- .../test/runtime/python2/TestLexerExec.java | 2 +- .../test/runtime/python2/TestListeners.java | 2 +- .../test/runtime/python2/TestParseTrees.java | 2 +- .../runtime/python2/TestParserErrors.java | 2 +- .../test/runtime/python2/TestParserExec.java | 2 +- .../test/runtime/python2/TestPerformance.java | 2 +- .../runtime/python2/TestSemPredEvalLexer.java | 2 +- .../python2/TestSemPredEvalParser.java | 2 +- .../v4/test/runtime/python2/TestSets.java | 2 +- .../v4/test/runtime/python2/TestVisitors.java | 2 +- .../test/runtime/python3/BasePython3Test.java | 2 +- .../runtime/python3/TestCompositeLexers.java | 2 +- .../runtime/python3/TestCompositeParsers.java | 2 +- .../python3/TestFullContextParsing.java | 2 +- .../runtime/python3/TestLeftRecursion.java | 2 +- .../test/runtime/python3/TestLexerErrors.java | 2 +- .../test/runtime/python3/TestLexerExec.java | 2 +- .../test/runtime/python3/TestListeners.java | 2 +- .../test/runtime/python3/TestParseTrees.java | 2 +- .../runtime/python3/TestParserErrors.java | 2 +- .../test/runtime/python3/TestParserExec.java | 2 +- .../test/runtime/python3/TestPerformance.java | 2 +- .../runtime/python3/TestSemPredEvalLexer.java | 2 +- .../python3/TestSemPredEvalParser.java | 2 +- .../v4/test/runtime/python3/TestSets.java | 2 +- .../v4/test/runtime/python3/TestVisitors.java | 2 +- .../v4/test/runtime/swift/BaseSwiftTest.java | 2 +- .../runtime/swift/TestCompositeLexers.java | 2 +- .../runtime/swift/TestCompositeParsers.java | 2 +- .../runtime/swift/TestFullContextParsing.java | 2 +- .../test/runtime/swift/TestLeftRecursion.java | 2 +- .../test/runtime/swift/TestLexerErrors.java | 4 +- .../v4/test/runtime/swift/TestLexerExec.java | 2 +- .../v4/test/runtime/swift/TestListeners.java | 2 +- .../v4/test/runtime/swift/TestParseTrees.java | 2 +- .../test/runtime/swift/TestParserErrors.java | 2 +- .../v4/test/runtime/swift/TestParserExec.java | 2 +- .../test/runtime/swift/TestPerformance.java | 2 +- .../runtime/swift/TestSemPredEvalLexer.java | 2 +- .../runtime/swift/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/swift/TestSets.java | 2 +- .../v4/test/runtime/swift/TestVisitors.java | 2 +- .../CSharp/Antlr4.Runtime/AntlrFileStream.cs | 2 +- .../CSharp/Antlr4.Runtime/AntlrInputStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNConfig.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs | 2 +- .../Atn/ATNDeserializationOptions.cs | 2 +- .../Antlr4.Runtime/Atn/ATNDeserializer.cs | 8 +- .../CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNType.cs | 2 +- .../Atn/AbstractPredicateTransition.cs | 2 +- .../Antlr4.Runtime/Atn/ActionTransition.cs | 2 +- .../Antlr4.Runtime/Atn/AmbiguityInfo.cs | 2 +- .../Atn/ArrayPredictionContext.cs | 2 +- .../Antlr4.Runtime/Atn/AtomTransition.cs | 2 +- .../Atn/BasicBlockStartState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/BasicState.cs | 2 +- .../Antlr4.Runtime/Atn/BlockEndState.cs | 2 +- .../Antlr4.Runtime/Atn/BlockStartState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs | 2 +- .../Atn/ContextSensitivityInfo.cs | 2 +- .../Antlr4.Runtime/Atn/DecisionEventInfo.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs | 2 +- .../Antlr4.Runtime/Atn/DecisionState.cs | 2 +- .../Atn/EmptyPredictionContext.cs | 2 +- .../Antlr4.Runtime/Atn/EpsilonTransition.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ILexerAction.cs | 4 +- .../CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs | 4 +- .../Antlr4.Runtime/Atn/LexerATNSimulator.cs | 8 +- .../Antlr4.Runtime/Atn/LexerActionExecutor.cs | 4 +- .../Antlr4.Runtime/Atn/LexerActionType.cs | 2 +- .../Antlr4.Runtime/Atn/LexerChannelAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerCustomAction.cs | 2 +- .../Atn/LexerIndexedCustomAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerModeAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerMoreAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerPopModeAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerPushModeAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerSkipAction.cs | 2 +- .../Antlr4.Runtime/Atn/LexerTypeAction.cs | 2 +- .../Antlr4.Runtime/Atn/LookaheadEventInfo.cs | 4 +- .../CSharp/Antlr4.Runtime/Atn/LoopEndState.cs | 2 +- .../Antlr4.Runtime/Atn/NotSetTransition.cs | 2 +- .../Antlr4.Runtime/Atn/OrderedATNConfigSet.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ParseInfo.cs | 2 +- .../Antlr4.Runtime/Atn/ParserATNSimulator.cs | 22 +- .../Antlr4.Runtime/Atn/PlusBlockStartState.cs | 2 +- .../Antlr4.Runtime/Atn/PlusLoopbackState.cs | 2 +- .../Atn/PrecedencePredicateTransition.cs | 2 +- .../Antlr4.Runtime/Atn/PredicateEvalInfo.cs | 2 +- .../Antlr4.Runtime/Atn/PredicateTransition.cs | 2 +- .../Antlr4.Runtime/Atn/PredictionContext.cs | 2 +- .../Atn/PredictionContextCache.cs | 2 +- .../Antlr4.Runtime/Atn/PredictionMode.cs | 50 +-- .../Atn/ProfilingATNSimulator.cs | 2 +- .../Antlr4.Runtime/Atn/RangeTransition.cs | 2 +- .../Antlr4.Runtime/Atn/RuleStartState.cs | 2 +- .../Antlr4.Runtime/Atn/RuleStopState.cs | 2 +- .../Antlr4.Runtime/Atn/RuleTransition.cs | 2 +- .../Antlr4.Runtime/Atn/SemanticContext.cs | 6 +- .../Antlr4.Runtime/Atn/SetTransition.cs | 2 +- .../Antlr4.Runtime/Atn/SimulatorState.cs | 2 +- .../Atn/SingletonPredictionContext.cs | 2 +- .../Antlr4.Runtime/Atn/StarBlockStartState.cs | 2 +- .../Antlr4.Runtime/Atn/StarLoopEntryState.cs | 2 +- .../Antlr4.Runtime/Atn/StarLoopbackState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/StateType.cs | 2 +- .../Antlr4.Runtime/Atn/TokensStartState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/Transition.cs | 4 +- .../Antlr4.Runtime/Atn/TransitionType.cs | 2 +- .../Antlr4.Runtime/Atn/WildcardTransition.cs | 2 +- .../Antlr4.Runtime/BailErrorStrategy.cs | 2 +- .../Antlr4.Runtime/BaseErrorListener.cs | 2 +- .../Antlr4.Runtime/BufferedTokenStream.cs | 4 +- .../CSharp/Antlr4.Runtime/CommonToken.cs | 2 +- .../Antlr4.Runtime/CommonTokenFactory.cs | 2 +- .../Antlr4.Runtime/CommonTokenStream.cs | 2 +- .../Antlr4.Runtime/ConsoleErrorListener.cs | 2 +- .../Antlr4.Runtime/DefaultErrorStrategy.cs | 4 +- .../CSharp/Antlr4.Runtime/Dependents.cs | 2 +- .../Antlr4.Runtime/Dfa/AbstractEdgeMap.cs | 2 +- .../Antlr4.Runtime/Dfa/AcceptStateInfo.cs | 2 +- .../CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs | 6 +- .../Antlr4.Runtime/Dfa/DFASerializer.cs | 2 +- .../CSharp/Antlr4.Runtime/Dfa/DFAState.cs | 2 +- .../CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs | 2 +- .../CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs | 2 +- .../Antlr4.Runtime/Dfa/LexerDFASerializer.cs | 2 +- .../Antlr4.Runtime/Dfa/SingletonEdgeMap.cs | 2 +- .../Antlr4.Runtime/Dfa/SparseEdgeMap.cs | 2 +- .../Antlr4.Runtime/DiagnosticErrorListener.cs | 4 +- .../FailedPredicateException.cs | 2 +- .../Antlr4.Runtime/IAntlrErrorListener.cs | 2 +- .../Antlr4.Runtime/IAntlrErrorStrategy.cs | 4 +- .../CSharp/Antlr4.Runtime/ICharStream.cs | 2 +- .../CSharp/Antlr4.Runtime/IIntStream.cs | 2 +- .../Antlr4.Runtime/IParserErrorListener.cs | 4 +- .../CSharp/Antlr4.Runtime/IRecognizer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/IToken.cs | 2 +- .../CSharp/Antlr4.Runtime/ITokenFactory.cs | 2 +- .../CSharp/Antlr4.Runtime/ITokenSource.cs | 2 +- .../CSharp/Antlr4.Runtime/ITokenStream.cs | 2 +- .../CSharp/Antlr4.Runtime/IVocabulary.cs | 2 +- .../CSharp/Antlr4.Runtime/IWritableToken.cs | 2 +- .../Antlr4.Runtime/InputMismatchException.cs | 2 +- .../Antlr4.Runtime/InterpreterRuleContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Lexer.cs | 8 +- .../CSharp/Antlr4.Runtime/LexerInterpreter.cs | 2 +- .../LexerNoViableAltException.cs | 2 +- .../CSharp/Antlr4.Runtime/ListTokenSource.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/Args.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/IIntSet.cs | 8 +- .../CSharp/Antlr4.Runtime/Misc/Interval.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/IntervalSet.cs | 12 +- .../CSharp/Antlr4.Runtime/Misc/MultiMap.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/MurmurHash.cs | 2 +- .../Antlr4.Runtime/Misc/NotNullAttribute.cs | 2 +- .../Antlr4.Runtime/Misc/NullableAttribute.cs | 2 +- .../Misc/ParseCanceledException.cs | 2 +- .../Misc/RuleDependencyChecker.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/Utils.cs | 2 +- .../Antlr4.Runtime/NoViableAltException.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Parser.cs | 2 +- .../Antlr4.Runtime/ParserInterpreter.cs | 2 +- .../Antlr4.Runtime/ParserRuleContext.cs | 6 +- .../Antlr4.Runtime/Properties/AssemblyInfo.cs | 12 +- .../Antlr4.Runtime/ProxyErrorListener.cs | 2 +- .../ProxyParserErrorListener.cs | 2 +- .../Antlr4.Runtime/RecognitionException.cs | 2 +- .../CSharp/Antlr4.Runtime/Recognizer.cs | 2 +- .../CSharp/Antlr4.Runtime/RuleContext.cs | 2 +- .../Antlr4.Runtime/RuleDependencyAttribute.cs | 2 +- .../Antlr4.Runtime/RuleVersionAttribute.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/Arrays.cs | 2 +- .../Antlr4.Runtime/Sharpen/AtomicReference.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/BitSet.cs | 4 +- .../Antlr4.Runtime/Sharpen/Collections.cs | 2 +- .../Sharpen/Compat/SerializableAttribute.cs | 2 +- .../Sharpen/DictionaryExtensions.cs | 2 +- .../Antlr4.Runtime/Sharpen/ListExtensions.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/Runtime.cs | 2 +- .../Sharpen/SequenceEqualityComparer.cs | 2 +- .../Antlr4.Runtime/TokenStreamRewriter.cs | 2 +- .../CSharp/Antlr4.Runtime/TokenTypes.cs | 2 +- .../Tree/AbstractParseTreeVisitor.cs | 4 +- .../Antlr4.Runtime/Tree/ErrorNodeImpl.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/IErrorNode.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/IParseTree.cs | 2 +- .../Antlr4.Runtime/Tree/IParseTreeListener.cs | 2 +- .../Antlr4.Runtime/Tree/IParseTreeVisitor.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/IRuleNode.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs | 2 +- .../Antlr4.Runtime/Tree/ITerminalNode.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/ITree.cs | 2 +- .../Antlr4.Runtime/Tree/ParseTreeProperty.cs | 2 +- .../Antlr4.Runtime/Tree/ParseTreeWalker.cs | 2 +- .../Antlr4.Runtime/Tree/Pattern/Chunk.cs | 2 +- .../Tree/Pattern/ParseTreeMatch.cs | 4 +- .../Tree/Pattern/ParseTreePattern.cs | 4 +- .../Tree/Pattern/ParseTreePatternMatcher.cs | 4 +- .../Tree/Pattern/RuleTagToken.cs | 2 +- .../Antlr4.Runtime/Tree/Pattern/TagChunk.cs | 2 +- .../Antlr4.Runtime/Tree/Pattern/TextChunk.cs | 2 +- .../Tree/Pattern/TokenTagToken.cs | 2 +- .../Antlr4.Runtime/Tree/TerminalNodeImpl.cs | 4 +- .../CSharp/Antlr4.Runtime/Tree/Trees.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathElement.cs | 2 +- .../Tree/Xpath/XPathLexerErrorListener.cs | 2 +- .../Tree/Xpath/XPathRuleAnywhereElement.cs | 2 +- .../Tree/Xpath/XPathRuleElement.cs | 2 +- .../Tree/Xpath/XPathTokenAnywhereElement.cs | 2 +- .../Tree/Xpath/XPathTokenElement.cs | 2 +- .../Xpath/XPathWildcardAnywhereElement.cs | 2 +- .../Tree/Xpath/XPathWildcardElement.cs | 2 +- .../Antlr4.Runtime/UnbufferedCharStream.cs | 2 +- .../Antlr4.Runtime/UnbufferedTokenStream.cs | 4 +- .../CSharp/Antlr4.Runtime/Vocabulary.cs | 2 +- runtime/Cpp/demo/Linux/main.cpp | 2 +- runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp | 2 +- .../Cpp/demo/Windows/antlr4-cpp-demo/main.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRErrorListener.h | 2 +- runtime/Cpp/runtime/src/ANTLRErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.h | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.h | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.cpp | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.h | 2 +- .../Cpp/runtime/src/BufferedTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/BufferedTokenStream.h | 8 +- runtime/Cpp/runtime/src/CharStream.cpp | 2 +- runtime/Cpp/runtime/src/CharStream.h | 2 +- runtime/Cpp/runtime/src/CommonToken.cpp | 2 +- runtime/Cpp/runtime/src/CommonToken.h | 6 +- .../Cpp/runtime/src/CommonTokenFactory.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenFactory.h | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.h | 2 +- .../Cpp/runtime/src/ConsoleErrorListener.cpp | 2 +- .../Cpp/runtime/src/ConsoleErrorListener.h | 2 +- .../Cpp/runtime/src/DefaultErrorStrategy.cpp | 4 +- .../Cpp/runtime/src/DefaultErrorStrategy.h | 2 +- .../runtime/src/DiagnosticErrorListener.cpp | 2 +- .../Cpp/runtime/src/DiagnosticErrorListener.h | 2 +- runtime/Cpp/runtime/src/Exceptions.cpp | 2 +- runtime/Cpp/runtime/src/Exceptions.h | 2 +- .../runtime/src/FailedPredicateException.cpp | 2 +- .../runtime/src/FailedPredicateException.h | 2 +- runtime/Cpp/runtime/src/IRecognizer.h | 2 +- .../runtime/src/InputMismatchException.cpp | 2 +- .../Cpp/runtime/src/InputMismatchException.h | 2 +- runtime/Cpp/runtime/src/IntStream.cpp | 2 +- runtime/Cpp/runtime/src/IntStream.h | 6 +- .../runtime/src/InterpreterRuleContext.cpp | 2 +- .../Cpp/runtime/src/InterpreterRuleContext.h | 2 +- runtime/Cpp/runtime/src/Lexer.cpp | 2 +- runtime/Cpp/runtime/src/Lexer.h | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.cpp | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.h | 4 +- .../runtime/src/LexerNoViableAltException.cpp | 2 +- .../runtime/src/LexerNoViableAltException.h | 4 +- runtime/Cpp/runtime/src/ListTokenSource.cpp | 2 +- runtime/Cpp/runtime/src/ListTokenSource.h | 2 +- .../Cpp/runtime/src/NoViableAltException.cpp | 2 +- .../Cpp/runtime/src/NoViableAltException.h | 4 +- runtime/Cpp/runtime/src/Parser.cpp | 2 +- runtime/Cpp/runtime/src/Parser.h | 18 +- runtime/Cpp/runtime/src/ParserInterpreter.cpp | 8 +- runtime/Cpp/runtime/src/ParserInterpreter.h | 14 +- runtime/Cpp/runtime/src/ParserRuleContext.cpp | 2 +- runtime/Cpp/runtime/src/ParserRuleContext.h | 2 +- .../Cpp/runtime/src/ProxyErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/ProxyErrorListener.h | 4 +- .../Cpp/runtime/src/RecognitionException.cpp | 2 +- .../Cpp/runtime/src/RecognitionException.h | 4 +- runtime/Cpp/runtime/src/Recognizer.cpp | 2 +- runtime/Cpp/runtime/src/Recognizer.h | 6 +- runtime/Cpp/runtime/src/RuleContext.cpp | 2 +- runtime/Cpp/runtime/src/RuleContext.h | 4 +- .../Cpp/runtime/src/RuleContextWithAltNum.cpp | 2 +- .../Cpp/runtime/src/RuleContextWithAltNum.h | 4 +- runtime/Cpp/runtime/src/RuntimeMetaData.cpp | 2 +- runtime/Cpp/runtime/src/RuntimeMetaData.h | 2 +- runtime/Cpp/runtime/src/Token.h | 4 +- runtime/Cpp/runtime/src/TokenFactory.h | 4 +- runtime/Cpp/runtime/src/TokenSource.h | 2 +- runtime/Cpp/runtime/src/TokenStream.cpp | 2 +- runtime/Cpp/runtime/src/TokenStream.h | 2 +- .../Cpp/runtime/src/TokenStreamRewriter.cpp | 2 +- runtime/Cpp/runtime/src/TokenStreamRewriter.h | 6 +- .../Cpp/runtime/src/UnbufferedCharStream.cpp | 4 +- .../Cpp/runtime/src/UnbufferedCharStream.h | 4 +- .../Cpp/runtime/src/UnbufferedTokenStream.cpp | 2 +- .../Cpp/runtime/src/UnbufferedTokenStream.h | 4 +- runtime/Cpp/runtime/src/Vocabulary.cpp | 2 +- runtime/Cpp/runtime/src/Vocabulary.h | 8 +- runtime/Cpp/runtime/src/WritableToken.h | 2 +- runtime/Cpp/runtime/src/antlr4-common.h | 2 +- runtime/Cpp/runtime/src/antlr4-runtime.h | 2 +- runtime/Cpp/runtime/src/atn/ATN.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATN.h | 4 +- runtime/Cpp/runtime/src/atn/ATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNConfig.h | 6 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp | 4 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.h | 2 +- .../src/atn/ATNDeserializationOptions.cpp | 2 +- .../src/atn/ATNDeserializationOptions.h | 2 +- .../Cpp/runtime/src/atn/ATNDeserializer.cpp | 4 +- runtime/Cpp/runtime/src/atn/ATNDeserializer.h | 4 +- runtime/Cpp/runtime/src/atn/ATNSerializer.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSerializer.h | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/ATNState.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNState.h | 4 +- runtime/Cpp/runtime/src/atn/ATNType.h | 2 +- .../src/atn/AbstractPredicateTransition.cpp | 2 +- .../src/atn/AbstractPredicateTransition.h | 4 +- .../Cpp/runtime/src/atn/ActionTransition.cpp | 2 +- .../Cpp/runtime/src/atn/ActionTransition.h | 2 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp | 4 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.h | 2 +- .../src/atn/ArrayPredictionContext.cpp | 2 +- .../runtime/src/atn/ArrayPredictionContext.h | 4 +- .../Cpp/runtime/src/atn/AtomTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/AtomTransition.h | 2 +- .../runtime/src/atn/BasicBlockStartState.cpp | 2 +- .../runtime/src/atn/BasicBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/BasicState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BasicState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockStartState.h | 2 +- .../src/atn/ContextSensitivityInfo.cpp | 2 +- .../runtime/src/atn/ContextSensitivityInfo.h | 2 +- .../Cpp/runtime/src/atn/DecisionEventInfo.cpp | 2 +- .../Cpp/runtime/src/atn/DecisionEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.h | 2 +- .../src/atn/EmptyPredictionContext.cpp | 2 +- .../runtime/src/atn/EmptyPredictionContext.h | 2 +- .../Cpp/runtime/src/atn/EpsilonTransition.cpp | 2 +- .../Cpp/runtime/src/atn/EpsilonTransition.h | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp | 6 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.h | 2 +- .../Cpp/runtime/src/atn/LexerATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerATNConfig.h | 2 +- .../Cpp/runtime/src/atn/LexerATNSimulator.cpp | 8 +- .../Cpp/runtime/src/atn/LexerATNSimulator.h | 6 +- runtime/Cpp/runtime/src/atn/LexerAction.h | 6 +- .../runtime/src/atn/LexerActionExecutor.cpp | 4 +- .../Cpp/runtime/src/atn/LexerActionExecutor.h | 2 +- runtime/Cpp/runtime/src/atn/LexerActionType.h | 2 +- .../runtime/src/atn/LexerChannelAction.cpp | 2 +- .../Cpp/runtime/src/atn/LexerChannelAction.h | 4 +- .../Cpp/runtime/src/atn/LexerCustomAction.cpp | 2 +- .../Cpp/runtime/src/atn/LexerCustomAction.h | 2 +- .../src/atn/LexerIndexedCustomAction.cpp | 2 +- .../src/atn/LexerIndexedCustomAction.h | 2 +- .../Cpp/runtime/src/atn/LexerModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerModeAction.h | 2 +- .../Cpp/runtime/src/atn/LexerMoreAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerMoreAction.h | 4 +- .../runtime/src/atn/LexerPopModeAction.cpp | 2 +- .../Cpp/runtime/src/atn/LexerPopModeAction.h | 4 +- .../runtime/src/atn/LexerPushModeAction.cpp | 2 +- .../Cpp/runtime/src/atn/LexerPushModeAction.h | 2 +- .../Cpp/runtime/src/atn/LexerSkipAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerSkipAction.h | 2 +- .../Cpp/runtime/src/atn/LexerTypeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerTypeAction.h | 2 +- .../runtime/src/atn/LookaheadEventInfo.cpp | 4 +- .../Cpp/runtime/src/atn/LookaheadEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.h | 2 +- .../Cpp/runtime/src/atn/NotSetTransition.cpp | 2 +- .../Cpp/runtime/src/atn/NotSetTransition.h | 2 +- .../runtime/src/atn/OrderedATNConfigSet.cpp | 2 +- .../Cpp/runtime/src/atn/OrderedATNConfigSet.h | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.h | 2 +- .../runtime/src/atn/ParserATNSimulator.cpp | 16 +- .../Cpp/runtime/src/atn/ParserATNSimulator.h | 4 +- .../runtime/src/atn/PlusBlockStartState.cpp | 2 +- .../Cpp/runtime/src/atn/PlusBlockStartState.h | 2 +- .../Cpp/runtime/src/atn/PlusLoopbackState.cpp | 2 +- .../Cpp/runtime/src/atn/PlusLoopbackState.h | 2 +- .../src/atn/PrecedencePredicateTransition.cpp | 2 +- .../src/atn/PrecedencePredicateTransition.h | 2 +- .../Cpp/runtime/src/atn/PredicateEvalInfo.cpp | 2 +- .../Cpp/runtime/src/atn/PredicateEvalInfo.h | 2 +- .../runtime/src/atn/PredicateTransition.cpp | 2 +- .../Cpp/runtime/src/atn/PredicateTransition.h | 2 +- .../Cpp/runtime/src/atn/PredictionContext.cpp | 6 +- .../Cpp/runtime/src/atn/PredictionContext.h | 2 +- .../Cpp/runtime/src/atn/PredictionMode.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredictionMode.h | 4 +- .../runtime/src/atn/ProfilingATNSimulator.cpp | 2 +- .../runtime/src/atn/ProfilingATNSimulator.h | 2 +- .../Cpp/runtime/src/atn/RangeTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RangeTransition.h | 2 +- .../Cpp/runtime/src/atn/RuleStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStartState.h | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.h | 2 +- .../Cpp/runtime/src/atn/RuleTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleTransition.h | 2 +- .../Cpp/runtime/src/atn/SemanticContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/SemanticContext.h | 10 +- runtime/Cpp/runtime/src/atn/SetTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/SetTransition.h | 2 +- .../src/atn/SingletonPredictionContext.cpp | 2 +- .../src/atn/SingletonPredictionContext.h | 2 +- .../runtime/src/atn/StarBlockStartState.cpp | 2 +- .../Cpp/runtime/src/atn/StarBlockStartState.h | 2 +- .../runtime/src/atn/StarLoopEntryState.cpp | 2 +- .../Cpp/runtime/src/atn/StarLoopEntryState.h | 6 +- .../Cpp/runtime/src/atn/StarLoopbackState.cpp | 2 +- .../Cpp/runtime/src/atn/StarLoopbackState.h | 2 +- .../Cpp/runtime/src/atn/TokensStartState.cpp | 2 +- .../Cpp/runtime/src/atn/TokensStartState.h | 2 +- runtime/Cpp/runtime/src/atn/Transition.cpp | 2 +- runtime/Cpp/runtime/src/atn/Transition.h | 4 +- .../runtime/src/atn/WildcardTransition.cpp | 2 +- .../Cpp/runtime/src/atn/WildcardTransition.h | 2 +- runtime/Cpp/runtime/src/dfa/DFA.cpp | 4 +- runtime/Cpp/runtime/src/dfa/DFA.h | 8 +- runtime/Cpp/runtime/src/dfa/DFASerializer.cpp | 4 +- runtime/Cpp/runtime/src/dfa/DFASerializer.h | 2 +- runtime/Cpp/runtime/src/dfa/DFAState.cpp | 4 +- runtime/Cpp/runtime/src/dfa/DFAState.h | 4 +- .../runtime/src/dfa/LexerDFASerializer.cpp | 2 +- .../Cpp/runtime/src/dfa/LexerDFASerializer.h | 2 +- runtime/Cpp/runtime/src/misc/Interval.cpp | 2 +- runtime/Cpp/runtime/src/misc/Interval.h | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.cpp | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.h | 4 +- runtime/Cpp/runtime/src/misc/MurmurHash.cpp | 2 +- runtime/Cpp/runtime/src/misc/MurmurHash.h | 2 +- runtime/Cpp/runtime/src/misc/Predicate.h | 4 +- runtime/Cpp/runtime/src/support/Any.h | 6 +- runtime/Cpp/runtime/src/support/Arrays.cpp | 2 +- runtime/Cpp/runtime/src/support/Arrays.h | 10 +- runtime/Cpp/runtime/src/support/BitSet.h | 2 +- runtime/Cpp/runtime/src/support/CPPUtils.cpp | 4 +- runtime/Cpp/runtime/src/support/CPPUtils.h | 2 +- .../Cpp/runtime/src/support/Declarations.h | 2 +- .../Cpp/runtime/src/support/StringUtils.cpp | 2 +- runtime/Cpp/runtime/src/support/StringUtils.h | 2 +- .../src/tree/AbstractParseTreeVisitor.h | 2 +- runtime/Cpp/runtime/src/tree/ErrorNode.h | 2 +- .../Cpp/runtime/src/tree/ErrorNodeImpl.cpp | 2 +- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.cpp | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.h | 4 +- .../Cpp/runtime/src/tree/ParseTreeListener.h | 4 +- .../Cpp/runtime/src/tree/ParseTreeProperty.h | 2 +- .../Cpp/runtime/src/tree/ParseTreeVisitor.h | 4 +- .../Cpp/runtime/src/tree/ParseTreeWalker.cpp | 2 +- .../Cpp/runtime/src/tree/ParseTreeWalker.h | 4 +- runtime/Cpp/runtime/src/tree/TerminalNode.h | 2 +- .../Cpp/runtime/src/tree/TerminalNodeImpl.cpp | 2 +- .../Cpp/runtime/src/tree/TerminalNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/Trees.cpp | 2 +- runtime/Cpp/runtime/src/tree/Trees.h | 6 +- runtime/Cpp/runtime/src/tree/pattern/Chunk.h | 6 +- .../src/tree/pattern/ParseTreeMatch.cpp | 2 +- .../runtime/src/tree/pattern/ParseTreeMatch.h | 4 +- .../src/tree/pattern/ParseTreePattern.cpp | 2 +- .../src/tree/pattern/ParseTreePattern.h | 2 +- .../tree/pattern/ParseTreePatternMatcher.cpp | 8 +- .../tree/pattern/ParseTreePatternMatcher.h | 6 +- .../runtime/src/tree/pattern/RuleTagToken.cpp | 2 +- .../runtime/src/tree/pattern/RuleTagToken.h | 2 +- .../Cpp/runtime/src/tree/pattern/TagChunk.cpp | 2 +- .../Cpp/runtime/src/tree/pattern/TagChunk.h | 2 +- .../runtime/src/tree/pattern/TextChunk.cpp | 2 +- .../Cpp/runtime/src/tree/pattern/TextChunk.h | 2 +- .../src/tree/pattern/TokenTagToken.cpp | 2 +- .../runtime/src/tree/pattern/TokenTagToken.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.h | 2 +- .../runtime/src/tree/xpath/XPathElement.cpp | 2 +- .../Cpp/runtime/src/tree/xpath/XPathElement.h | 2 +- .../tree/xpath/XPathLexerErrorListener.cpp | 2 +- .../src/tree/xpath/XPathLexerErrorListener.h | 2 +- .../tree/xpath/XPathRuleAnywhereElement.cpp | 2 +- .../src/tree/xpath/XPathRuleAnywhereElement.h | 2 +- .../src/tree/xpath/XPathRuleElement.cpp | 2 +- .../runtime/src/tree/xpath/XPathRuleElement.h | 4 +- .../tree/xpath/XPathTokenAnywhereElement.cpp | 2 +- .../tree/xpath/XPathTokenAnywhereElement.h | 2 +- .../src/tree/xpath/XPathTokenElement.cpp | 2 +- .../src/tree/xpath/XPathTokenElement.h | 2 +- .../xpath/XPathWildcardAnywhereElement.cpp | 2 +- .../tree/xpath/XPathWildcardAnywhereElement.h | 2 +- .../src/tree/xpath/XPathWildcardElement.cpp | 2 +- .../src/tree/xpath/XPathWildcardElement.h | 2 +- runtime/Go/antlr/atn.go | 2 +- runtime/Go/antlr/atn_config.go | 2 +- runtime/Go/antlr/atn_config_set.go | 2 +- .../Go/antlr/atn_deserialization_options.go | 2 +- runtime/Go/antlr/atn_deserializer.go | 2 +- runtime/Go/antlr/atn_simulator.go | 2 +- runtime/Go/antlr/atn_state.go | 2 +- runtime/Go/antlr/atn_type.go | 2 +- runtime/Go/antlr/char_stream.go | 2 +- runtime/Go/antlr/common_token_factory.go | 2 +- runtime/Go/antlr/common_token_stream.go | 2 +- runtime/Go/antlr/dfa.go | 2 +- runtime/Go/antlr/dfa_serializer.go | 2 +- runtime/Go/antlr/dfa_state.go | 2 +- runtime/Go/antlr/diagnostic_error_listener.go | 2 +- runtime/Go/antlr/error_listener.go | 2 +- runtime/Go/antlr/error_strategy.go | 2 +- runtime/Go/antlr/errors.go | 2 +- runtime/Go/antlr/file_stream.go | 2 +- runtime/Go/antlr/input_stream.go | 2 +- runtime/Go/antlr/int_stream.go | 2 +- runtime/Go/antlr/interval_set.go | 2 +- runtime/Go/antlr/lexer.go | 2 +- runtime/Go/antlr/lexer_action.go | 2 +- runtime/Go/antlr/lexer_action_executor.go | 2 +- runtime/Go/antlr/lexer_atn_simulator.go | 2 +- runtime/Go/antlr/ll1_analyzer.go | 2 +- runtime/Go/antlr/parser.go | 2 +- runtime/Go/antlr/parser_atn_simulator.go | 2 +- runtime/Go/antlr/parser_rule_context.go | 2 +- runtime/Go/antlr/prediction_context.go | 2 +- runtime/Go/antlr/prediction_mode.go | 2 +- runtime/Go/antlr/recognizer.go | 2 +- runtime/Go/antlr/rule_context.go | 2 +- runtime/Go/antlr/semantic_context.go | 2 +- runtime/Go/antlr/token.go | 2 +- runtime/Go/antlr/token_source.go | 2 +- runtime/Go/antlr/token_stream.go | 2 +- runtime/Go/antlr/trace_listener.go | 2 +- runtime/Go/antlr/transition.go | 2 +- runtime/Go/antlr/tree.go | 2 +- runtime/Go/antlr/trees.go | 2 +- runtime/Go/antlr/utils.go | 2 +- runtime/Java/nb-configuration.xml | 2 +- runtime/Java/pom.xml | 2 +- .../antlr/v4/runtime/ANTLRErrorListener.java | 2 +- .../antlr/v4/runtime/ANTLRErrorStrategy.java | 2 +- .../org/antlr/v4/runtime/ANTLRFileStream.java | 2 +- .../antlr/v4/runtime/ANTLRInputStream.java | 2 +- .../antlr/v4/runtime/BailErrorStrategy.java | 2 +- .../antlr/v4/runtime/BaseErrorListener.java | 2 +- .../antlr/v4/runtime/BufferedTokenStream.java | 2 +- .../src/org/antlr/v4/runtime/CharStream.java | 2 +- .../src/org/antlr/v4/runtime/CommonToken.java | 2 +- .../antlr/v4/runtime/CommonTokenFactory.java | 2 +- .../antlr/v4/runtime/CommonTokenStream.java | 2 +- .../v4/runtime/ConsoleErrorListener.java | 2 +- .../v4/runtime/DefaultErrorStrategy.java | 2 +- .../v4/runtime/DiagnosticErrorListener.java | 2 +- .../v4/runtime/FailedPredicateException.java | 2 +- .../v4/runtime/InputMismatchException.java | 2 +- .../src/org/antlr/v4/runtime/IntStream.java | 2 +- .../v4/runtime/InterpreterRuleContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/Lexer.java | 2 +- .../antlr/v4/runtime/LexerInterpreter.java | 2 +- .../v4/runtime/LexerNoViableAltException.java | 2 +- .../org/antlr/v4/runtime/ListTokenSource.java | 2 +- .../v4/runtime/NoViableAltException.java | 2 +- .../Java/src/org/antlr/v4/runtime/Parser.java | 2 +- .../antlr/v4/runtime/ParserInterpreter.java | 2 +- .../antlr/v4/runtime/ParserRuleContext.java | 2 +- .../antlr/v4/runtime/ProxyErrorListener.java | 2 +- .../v4/runtime/RecognitionException.java | 2 +- .../src/org/antlr/v4/runtime/Recognizer.java | 2 +- .../src/org/antlr/v4/runtime/RuleContext.java | 2 +- .../v4/runtime/RuleContextWithAltNum.java | 2 +- .../org/antlr/v4/runtime/RuntimeMetaData.java | 2 +- .../Java/src/org/antlr/v4/runtime/Token.java | 2 +- .../org/antlr/v4/runtime/TokenFactory.java | 2 +- .../src/org/antlr/v4/runtime/TokenSource.java | 2 +- .../src/org/antlr/v4/runtime/TokenStream.java | 2 +- .../antlr/v4/runtime/TokenStreamRewriter.java | 2 +- .../v4/runtime/UnbufferedCharStream.java | 2 +- .../v4/runtime/UnbufferedTokenStream.java | 2 +- .../src/org/antlr/v4/runtime/Vocabulary.java | 2 +- .../org/antlr/v4/runtime/VocabularyImpl.java | 2 +- .../org/antlr/v4/runtime/WritableToken.java | 2 +- .../src/org/antlr/v4/runtime/atn/ATN.java | 2 +- .../org/antlr/v4/runtime/atn/ATNConfig.java | 2 +- .../antlr/v4/runtime/atn/ATNConfigSet.java | 2 +- .../atn/ATNDeserializationOptions.java | 2 +- .../antlr/v4/runtime/atn/ATNDeserializer.java | 2 +- .../antlr/v4/runtime/atn/ATNSerializer.java | 2 +- .../antlr/v4/runtime/atn/ATNSimulator.java | 2 +- .../org/antlr/v4/runtime/atn/ATNState.java | 2 +- .../src/org/antlr/v4/runtime/atn/ATNType.java | 2 +- .../atn/AbstractPredicateTransition.java | 2 +- .../v4/runtime/atn/ActionTransition.java | 2 +- .../antlr/v4/runtime/atn/AmbiguityInfo.java | 2 +- .../runtime/atn/ArrayPredictionContext.java | 2 +- .../antlr/v4/runtime/atn/AtomTransition.java | 2 +- .../v4/runtime/atn/BasicBlockStartState.java | 2 +- .../org/antlr/v4/runtime/atn/BasicState.java | 2 +- .../antlr/v4/runtime/atn/BlockEndState.java | 2 +- .../antlr/v4/runtime/atn/BlockStartState.java | 2 +- .../runtime/atn/ContextSensitivityInfo.java | 2 +- .../v4/runtime/atn/DecisionEventInfo.java | 2 +- .../antlr/v4/runtime/atn/DecisionInfo.java | 2 +- .../antlr/v4/runtime/atn/DecisionState.java | 2 +- .../runtime/atn/EmptyPredictionContext.java | 2 +- .../v4/runtime/atn/EpsilonTransition.java | 2 +- .../org/antlr/v4/runtime/atn/ErrorInfo.java | 2 +- .../org/antlr/v4/runtime/atn/LL1Analyzer.java | 2 +- .../antlr/v4/runtime/atn/LexerATNConfig.java | 2 +- .../v4/runtime/atn/LexerATNSimulator.java | 2 +- .../org/antlr/v4/runtime/atn/LexerAction.java | 2 +- .../v4/runtime/atn/LexerActionExecutor.java | 2 +- .../antlr/v4/runtime/atn/LexerActionType.java | 2 +- .../v4/runtime/atn/LexerChannelAction.java | 2 +- .../v4/runtime/atn/LexerCustomAction.java | 2 +- .../runtime/atn/LexerIndexedCustomAction.java | 2 +- .../antlr/v4/runtime/atn/LexerModeAction.java | 2 +- .../antlr/v4/runtime/atn/LexerMoreAction.java | 2 +- .../v4/runtime/atn/LexerPopModeAction.java | 2 +- .../v4/runtime/atn/LexerPushModeAction.java | 2 +- .../antlr/v4/runtime/atn/LexerSkipAction.java | 2 +- .../antlr/v4/runtime/atn/LexerTypeAction.java | 2 +- .../v4/runtime/atn/LookaheadEventInfo.java | 2 +- .../antlr/v4/runtime/atn/LoopEndState.java | 2 +- .../v4/runtime/atn/NotSetTransition.java | 2 +- .../v4/runtime/atn/OrderedATNConfigSet.java | 2 +- .../org/antlr/v4/runtime/atn/ParseInfo.java | 2 +- .../v4/runtime/atn/ParserATNSimulator.java | 2 +- .../v4/runtime/atn/PlusBlockStartState.java | 2 +- .../v4/runtime/atn/PlusLoopbackState.java | 2 +- .../atn/PrecedencePredicateTransition.java | 2 +- .../v4/runtime/atn/PredicateEvalInfo.java | 2 +- .../v4/runtime/atn/PredicateTransition.java | 2 +- .../v4/runtime/atn/PredictionContext.java | 2 +- .../runtime/atn/PredictionContextCache.java | 2 +- .../antlr/v4/runtime/atn/PredictionMode.java | 2 +- .../v4/runtime/atn/ProfilingATNSimulator.java | 2 +- .../antlr/v4/runtime/atn/RangeTransition.java | 2 +- .../antlr/v4/runtime/atn/RuleStartState.java | 2 +- .../antlr/v4/runtime/atn/RuleStopState.java | 2 +- .../antlr/v4/runtime/atn/RuleTransition.java | 2 +- .../antlr/v4/runtime/atn/SemanticContext.java | 2 +- .../antlr/v4/runtime/atn/SetTransition.java | 2 +- .../atn/SingletonPredictionContext.java | 2 +- .../v4/runtime/atn/StarBlockStartState.java | 2 +- .../v4/runtime/atn/StarLoopEntryState.java | 2 +- .../v4/runtime/atn/StarLoopbackState.java | 2 +- .../v4/runtime/atn/TokensStartState.java | 2 +- .../org/antlr/v4/runtime/atn/Transition.java | 2 +- .../v4/runtime/atn/WildcardTransition.java | 2 +- .../src/org/antlr/v4/runtime/dfa/DFA.java | 2 +- .../antlr/v4/runtime/dfa/DFASerializer.java | 2 +- .../org/antlr/v4/runtime/dfa/DFAState.java | 2 +- .../v4/runtime/dfa/LexerDFASerializer.java | 2 +- .../misc/AbstractEqualityComparator.java | 2 +- .../antlr/v4/runtime/misc/Array2DHashSet.java | 2 +- .../antlr/v4/runtime/misc/DoubleKeyMap.java | 2 +- .../v4/runtime/misc/EqualityComparator.java | 2 +- .../v4/runtime/misc/FlexibleHashMap.java | 2 +- .../src/org/antlr/v4/runtime/misc/IntSet.java | 2 +- .../antlr/v4/runtime/misc/IntegerList.java | 3 +- .../antlr/v4/runtime/misc/IntegerStack.java | 2 +- .../org/antlr/v4/runtime/misc/Interval.java | 2 +- .../antlr/v4/runtime/misc/IntervalSet.java | 2 +- .../org/antlr/v4/runtime/misc/LogManager.java | 2 +- .../org/antlr/v4/runtime/misc/MultiMap.java | 2 +- .../org/antlr/v4/runtime/misc/MurmurHash.java | 2 +- .../org/antlr/v4/runtime/misc/NotNull.java | 2 +- .../misc/ObjectEqualityComparator.java | 2 +- .../antlr/v4/runtime/misc/OrderedHashSet.java | 2 +- .../src/org/antlr/v4/runtime/misc/Pair.java | 2 +- .../misc/ParseCancellationException.java | 2 +- .../org/antlr/v4/runtime/misc/Predicate.java | 2 +- .../org/antlr/v4/runtime/misc/TestRig.java | 2 +- .../src/org/antlr/v4/runtime/misc/Triple.java | 2 +- .../src/org/antlr/v4/runtime/misc/Utils.java | 2 +- .../tree/AbstractParseTreeVisitor.java | 2 +- .../org/antlr/v4/runtime/tree/ErrorNode.java | 2 +- .../antlr/v4/runtime/tree/ErrorNodeImpl.java | 2 +- .../tree/IterativeParseTreeWalker.java | 6 +- .../org/antlr/v4/runtime/tree/ParseTree.java | 2 +- .../v4/runtime/tree/ParseTreeListener.java | 2 +- .../v4/runtime/tree/ParseTreeProperty.java | 2 +- .../v4/runtime/tree/ParseTreeVisitor.java | 2 +- .../v4/runtime/tree/ParseTreeWalker.java | 2 +- .../org/antlr/v4/runtime/tree/RuleNode.java | 2 +- .../org/antlr/v4/runtime/tree/SyntaxTree.java | 2 +- .../antlr/v4/runtime/tree/TerminalNode.java | 2 +- .../v4/runtime/tree/TerminalNodeImpl.java | 2 +- .../src/org/antlr/v4/runtime/tree/Tree.java | 2 +- .../src/org/antlr/v4/runtime/tree/Trees.java | 2 +- .../antlr/v4/runtime/tree/pattern/Chunk.java | 2 +- .../runtime/tree/pattern/ParseTreeMatch.java | 2 +- .../tree/pattern/ParseTreePattern.java | 2 +- .../tree/pattern/ParseTreePatternMatcher.java | 2 +- .../v4/runtime/tree/pattern/RuleTagToken.java | 2 +- .../v4/runtime/tree/pattern/TagChunk.java | 2 +- .../v4/runtime/tree/pattern/TextChunk.java | 2 +- .../runtime/tree/pattern/TokenTagToken.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPath.java | 2 +- .../v4/runtime/tree/xpath/XPathElement.java | 2 +- .../tree/xpath/XPathLexerErrorListener.java | 2 +- .../tree/xpath/XPathRuleAnywhereElement.java | 2 +- .../runtime/tree/xpath/XPathRuleElement.java | 2 +- .../tree/xpath/XPathTokenAnywhereElement.java | 2 +- .../runtime/tree/xpath/XPathTokenElement.java | 2 +- .../xpath/XPathWildcardAnywhereElement.java | 2 +- .../tree/xpath/XPathWildcardElement.java | 2 +- .../src/antlr4/BufferedTokenStream.js | 2 +- .../src/antlr4/CommonTokenFactory.js | 2 +- .../src/antlr4/CommonTokenStream.js | 2 +- runtime/JavaScript/src/antlr4/FileStream.js | 6 +- runtime/JavaScript/src/antlr4/InputStream.js | 6 +- runtime/JavaScript/src/antlr4/IntervalSet.js | 2 +- runtime/JavaScript/src/antlr4/LL1Analyzer.js | 4 +- runtime/JavaScript/src/antlr4/Lexer.js | 2 +- runtime/JavaScript/src/antlr4/Parser.js | 2 +- .../src/antlr4/ParserRuleContext.js | 2 +- .../src/antlr4/PredictionContext.js | 2 +- runtime/JavaScript/src/antlr4/Recognizer.js | 2 +- runtime/JavaScript/src/antlr4/RuleContext.js | 2 +- runtime/JavaScript/src/antlr4/Token.js | 2 +- runtime/JavaScript/src/antlr4/Utils.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATN.js | 4 +- .../JavaScript/src/antlr4/atn/ATNConfig.js | 4 +- .../JavaScript/src/antlr4/atn/ATNConfigSet.js | 2 +- .../antlr4/atn/ATNDeserializationOptions.js | 2 +- .../src/antlr4/atn/ATNDeserializer.js | 16 +- .../JavaScript/src/antlr4/atn/ATNSimulator.js | 4 +- runtime/JavaScript/src/antlr4/atn/ATNState.js | 4 +- runtime/JavaScript/src/antlr4/atn/ATNType.js | 4 +- .../src/antlr4/atn/LexerATNSimulator.js | 2 +- .../JavaScript/src/antlr4/atn/LexerAction.js | 2 +- .../src/antlr4/atn/LexerActionExecutor.js | 2 +- .../src/antlr4/atn/ParserATNSimulator.js | 12 +- .../src/antlr4/atn/PredictionMode.js | 2 +- .../src/antlr4/atn/SemanticContext.js | 2 +- .../JavaScript/src/antlr4/atn/Transition.js | 8 +- runtime/JavaScript/src/antlr4/atn/index.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFA.js | 2 +- .../src/antlr4/dfa/DFASerializer.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFAState.js | 2 +- runtime/JavaScript/src/antlr4/dfa/index.js | 2 +- .../antlr4/error/DiagnosticErrorListener.js | 2 +- .../src/antlr4/error/ErrorListener.js | 2 +- .../src/antlr4/error/ErrorStrategy.js | 6 +- runtime/JavaScript/src/antlr4/error/Errors.js | 2 +- runtime/JavaScript/src/antlr4/error/index.js | 2 +- runtime/JavaScript/src/antlr4/index.js | 2 +- runtime/JavaScript/src/antlr4/tree/Tree.js | 2 +- runtime/JavaScript/src/antlr4/tree/Trees.js | 2 +- runtime/JavaScript/src/antlr4/tree/index.js | 2 +- .../Python2/src/antlr4/BufferedTokenStream.py | 8 +- .../Python2/src/antlr4/CommonTokenFactory.py | 2 +- .../Python2/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python2/src/antlr4/FileStream.py | 6 +- runtime/Python2/src/antlr4/InputStream.py | 19 +- runtime/Python2/src/antlr4/IntervalSet.py | 4 +- runtime/Python2/src/antlr4/LL1Analyzer.py | 4 +- runtime/Python2/src/antlr4/Lexer.py | 4 +- runtime/Python2/src/antlr4/ListTokenSource.py | 2 +- runtime/Python2/src/antlr4/Parser.py | 2 +- .../Python2/src/antlr4/ParserInterpreter.py | 2 +- .../Python2/src/antlr4/ParserRuleContext.py | 2 +- .../Python2/src/antlr4/PredictionContext.py | 2 +- runtime/Python2/src/antlr4/Recognizer.py | 2 +- runtime/Python2/src/antlr4/RuleContext.py | 2 +- runtime/Python2/src/antlr4/StdinStream.py | 6 +- runtime/Python2/src/antlr4/Token.py | 2 +- .../Python2/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python2/src/antlr4/Utils.py | 2 +- runtime/Python2/src/antlr4/atn/ATN.py | 2 +- runtime/Python2/src/antlr4/atn/ATNConfig.py | 2 +- .../Python2/src/antlr4/atn/ATNConfigSet.py | 2 +- .../antlr4/atn/ATNDeserializationOptions.py | 2 +- .../Python2/src/antlr4/atn/ATNDeserializer.py | 6 +- .../Python2/src/antlr4/atn/ATNSimulator.py | 4 +- runtime/Python2/src/antlr4/atn/ATNState.py | 2 +- runtime/Python2/src/antlr4/atn/ATNType.py | 2 +- .../src/antlr4/atn/LexerATNSimulator.py | 4 +- runtime/Python2/src/antlr4/atn/LexerAction.py | 2 +- .../src/antlr4/atn/LexerActionExecutor.py | 2 +- .../src/antlr4/atn/ParserATNSimulator.py | 6 +- .../Python2/src/antlr4/atn/PredictionMode.py | 2 +- .../Python2/src/antlr4/atn/SemanticContext.py | 4 +- runtime/Python2/src/antlr4/atn/Transition.py | 2 +- runtime/Python2/src/antlr4/dfa/DFA.py | 2 +- .../Python2/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python2/src/antlr4/dfa/DFAState.py | 2 +- .../antlr4/error/DiagnosticErrorListener.py | 2 +- .../Python2/src/antlr4/error/ErrorListener.py | 2 +- .../Python2/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python2/src/antlr4/error/Errors.py | 2 +- runtime/Python2/src/antlr4/tree/Chunk.py | 2 +- .../Python2/src/antlr4/tree/ParseTreeMatch.py | 2 +- .../src/antlr4/tree/ParseTreePattern.py | 2 +- .../antlr4/tree/ParseTreePatternMatcher.py | 2 +- .../Python2/src/antlr4/tree/RuleTagToken.py | 2 +- .../Python2/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python2/src/antlr4/tree/Tree.py | 2 +- runtime/Python2/src/antlr4/tree/Trees.py | 2 +- runtime/Python2/src/antlr4/xpath/XPath.py | 2 +- .../Python2/tests/TestTokenStreamRewriter.py | 2 +- .../Python3/src/antlr4/BufferedTokenStream.py | 8 +- .../Python3/src/antlr4/CommonTokenFactory.py | 2 +- .../Python3/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python3/src/antlr4/FileStream.py | 6 +- runtime/Python3/src/antlr4/InputStream.py | 21 +- runtime/Python3/src/antlr4/IntervalSet.py | 2 +- runtime/Python3/src/antlr4/LL1Analyzer.py | 4 +- runtime/Python3/src/antlr4/Lexer.py | 4 +- runtime/Python3/src/antlr4/ListTokenSource.py | 2 +- runtime/Python3/src/antlr4/Parser.py | 2 +- .../Python3/src/antlr4/ParserInterpreter.py | 2 +- .../Python3/src/antlr4/ParserRuleContext.py | 2 +- .../Python3/src/antlr4/PredictionContext.py | 2 +- runtime/Python3/src/antlr4/Recognizer.py | 2 +- runtime/Python3/src/antlr4/RuleContext.py | 2 +- runtime/Python3/src/antlr4/Token.py | 2 +- .../Python3/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python3/src/antlr4/Utils.py | 2 +- runtime/Python3/src/antlr4/atn/ATN.py | 2 +- runtime/Python3/src/antlr4/atn/ATNConfig.py | 2 +- .../Python3/src/antlr4/atn/ATNConfigSet.py | 2 +- .../antlr4/atn/ATNDeserializationOptions.py | 2 +- .../Python3/src/antlr4/atn/ATNDeserializer.py | 6 +- .../Python3/src/antlr4/atn/ATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/ATNState.py | 2 +- runtime/Python3/src/antlr4/atn/ATNType.py | 2 +- .../src/antlr4/atn/LexerATNSimulator.py | 4 +- runtime/Python3/src/antlr4/atn/LexerAction.py | 2 +- .../src/antlr4/atn/LexerActionExecutor.py | 2 +- .../src/antlr4/atn/ParserATNSimulator.py | 6 +- .../Python3/src/antlr4/atn/PredictionMode.py | 2 +- .../Python3/src/antlr4/atn/SemanticContext.py | 2 +- runtime/Python3/src/antlr4/atn/Transition.py | 2 +- runtime/Python3/src/antlr4/dfa/DFA.py | 2 +- .../Python3/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python3/src/antlr4/dfa/DFAState.py | 2 +- .../antlr4/error/DiagnosticErrorListener.py | 2 +- .../Python3/src/antlr4/error/ErrorListener.py | 2 +- .../Python3/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python3/src/antlr4/error/Errors.py | 2 +- runtime/Python3/src/antlr4/tree/Chunk.py | 2 +- .../Python3/src/antlr4/tree/ParseTreeMatch.py | 2 +- .../src/antlr4/tree/ParseTreePattern.py | 2 +- .../antlr4/tree/ParseTreePatternMatcher.py | 2 +- .../Python3/src/antlr4/tree/RuleTagToken.py | 2 +- .../Python3/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python3/src/antlr4/tree/Tree.py | 2 +- runtime/Python3/src/antlr4/tree/Trees.py | 2 +- runtime/Python3/src/antlr4/xpath/XPath.py | 2 +- runtime/Python3/test/ctest.py | 2 +- .../antlr/v4/runtime/ANTLRErrorListener.swift | 2 +- .../antlr/v4/runtime/ANTLRErrorStrategy.swift | 2 +- .../antlr/v4/runtime/ANTLRFileStream.swift | 2 +- .../antlr/v4/runtime/ANTLRInputStream.swift | 16 +- .../antlr/v4/runtime/BailErrorStrategy.swift | 4 +- .../antlr/v4/runtime/BaseErrorListener.swift | 2 +- .../v4/runtime/BufferedTokenStream.swift | 4 +- .../org/antlr/v4/runtime/CharStream.swift | 2 +- .../org/antlr/v4/runtime/CommonToken.swift | 8 +- .../antlr/v4/runtime/CommonTokenFactory.swift | 2 +- .../antlr/v4/runtime/CommonTokenStream.swift | 2 +- .../v4/runtime/ConsoleErrorListener.swift | 4 +- .../v4/runtime/DefaultErrorStrategy.swift | 4 +- .../v4/runtime/DiagnosticErrorListener.swift | 26 +- .../v4/runtime/FailedPredicateException.swift | 12 +- .../v4/runtime/InputMismatchException.swift | 2 +- .../org/antlr/v4/runtime/IntStream.swift | 2 +- .../v4/runtime/InterpreterRuleContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/Lexer.swift | 4 +- .../antlr/v4/runtime/LexerInterpreter.swift | 2 +- .../runtime/LexerNoViableAltException.swift | 2 +- .../antlr/v4/runtime/ListTokenSource.swift | 6 +- .../v4/runtime/NoViableAltException.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/Parser.swift | 10 +- .../antlr/v4/runtime/ParserInterpreter.swift | 2 +- .../antlr/v4/runtime/ParserRuleContext.swift | 2 +- .../antlr/v4/runtime/ProxyErrorListener.swift | 2 +- .../v4/runtime/RecognitionException.swift | 2 +- .../org/antlr/v4/runtime/Recognizer.swift | 4 +- .../org/antlr/v4/runtime/RuleContext.swift | 6 +- .../antlr/v4/runtime/RuntimeMetaData.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/Token.swift | 2 +- .../org/antlr/v4/runtime/TokenFactory.swift | 2 +- .../org/antlr/v4/runtime/TokenSource.swift | 2 +- .../org/antlr/v4/runtime/TokenStream.swift | 2 +- .../v4/runtime/TokenStreamRewriter.swift | 162 +++---- .../v4/runtime/UnbufferedTokenStream.swift | 2 +- .../antlr/v4/runtime/VocabularySingle.swift | 2 +- .../org/antlr/v4/runtime/WritableToken.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ATN.swift | 58 +-- .../org/antlr/v4/runtime/atn/ATNConfig.swift | 4 +- .../antlr/v4/runtime/atn/ATNConfigSet.swift | 190 ++++----- .../atn/ATNDeserializationOptions.swift | 2 +- .../v4/runtime/atn/ATNDeserializer.swift | 54 +-- .../antlr/v4/runtime/atn/ATNSimulator.swift | 2 +- .../org/antlr/v4/runtime/atn/ATNState.swift | 64 +-- .../org/antlr/v4/runtime/atn/ATNType.swift | 2 +- .../atn/AbstractPredicateTransition.swift | 2 +- .../v4/runtime/atn/ActionTransition.swift | 2 +- .../antlr/v4/runtime/atn/AmbiguityInfo.swift | 2 +- .../runtime/atn/ArrayPredictionContext.swift | 36 +- .../antlr/v4/runtime/atn/AtomTransition.swift | 2 +- .../v4/runtime/atn/BasicBlockStartState.swift | 2 +- .../org/antlr/v4/runtime/atn/BasicState.swift | 2 +- .../antlr/v4/runtime/atn/BlockEndState.swift | 2 +- .../v4/runtime/atn/BlockStartState.swift | 2 +- .../runtime/atn/ContextSensitivityInfo.swift | 2 +- .../v4/runtime/atn/DecisionEventInfo.swift | 2 +- .../antlr/v4/runtime/atn/DecisionInfo.swift | 4 +- .../antlr/v4/runtime/atn/DecisionState.swift | 2 +- .../v4/runtime/atn/DefaultATNConfig.swift | 2 +- .../runtime/atn/EmptyPredictionContext.swift | 2 +- .../v4/runtime/atn/EpsilonTransition.swift | 2 +- .../org/antlr/v4/runtime/atn/ErrorInfo.swift | 2 +- .../antlr/v4/runtime/atn/LL1Analyzer.swift | 18 +- .../antlr/v4/runtime/atn/LexerATNConfig.swift | 18 +- .../v4/runtime/atn/LexerATNSimulator.swift | 250 +++++------ .../antlr/v4/runtime/atn/LexerAction.swift | 4 +- .../v4/runtime/atn/LexerActionExecutor.swift | 2 +- .../v4/runtime/atn/LexerActionType.swift | 2 +- .../v4/runtime/atn/LexerChannelAction.swift | 2 +- .../v4/runtime/atn/LexerCustomAction.swift | 2 +- .../atn/LexerIndexedCustomAction.swift | 2 +- .../v4/runtime/atn/LexerModeAction.swift | 2 +- .../v4/runtime/atn/LexerMoreAction.swift | 2 +- .../v4/runtime/atn/LexerPopModeAction.swift | 2 +- .../v4/runtime/atn/LexerPushModeAction.swift | 2 +- .../v4/runtime/atn/LexerSkipAction.swift | 2 +- .../v4/runtime/atn/LexerTypeAction.swift | 2 +- .../v4/runtime/atn/LookaheadEventInfo.swift | 2 +- .../v4/runtime/atn/LookupATNConfig.swift | 2 +- .../v4/runtime/atn/LookupDictionary.swift | 24 +- .../antlr/v4/runtime/atn/LoopEndState.swift | 2 +- .../v4/runtime/atn/NotSetTransition.swift | 2 +- .../v4/runtime/atn/OrderedATNConfig.swift | 2 +- .../v4/runtime/atn/OrderedATNConfigSet.swift | 2 +- .../org/antlr/v4/runtime/atn/ParseInfo.swift | 2 +- .../v4/runtime/atn/ParserATNSimulator.swift | 396 +++++++++--------- .../v4/runtime/atn/PlusBlockStartState.swift | 2 +- .../v4/runtime/atn/PlusLoopbackState.swift | 2 +- .../atn/PrecedencePredicateTransition.swift | 2 +- .../v4/runtime/atn/PredicateEvalInfo.swift | 2 +- .../v4/runtime/atn/PredicateTransition.swift | 2 +- .../v4/runtime/atn/PredictionContext.swift | 148 +++---- .../runtime/atn/PredictionContextCache.swift | 2 +- .../antlr/v4/runtime/atn/PredictionMode.swift | 28 +- .../runtime/atn/ProfilingATNSimulator.swift | 2 +- .../v4/runtime/atn/RangeTransition.swift | 2 +- .../antlr/v4/runtime/atn/RuleStartState.swift | 2 +- .../antlr/v4/runtime/atn/RuleStopState.swift | 2 +- .../antlr/v4/runtime/atn/RuleTransition.swift | 2 +- .../v4/runtime/atn/SemanticContext.swift | 4 +- .../antlr/v4/runtime/atn/SetTransition.swift | 2 +- .../atn/SingletonPredictionContext.swift | 2 +- .../v4/runtime/atn/StarBlockStartState.swift | 2 +- .../v4/runtime/atn/StarLoopEntryState.swift | 2 +- .../v4/runtime/atn/StarLoopbackState.swift | 2 +- .../v4/runtime/atn/TokensStartState.swift | 2 +- .../org/antlr/v4/runtime/atn/Transition.swift | 2 +- .../v4/runtime/atn/WildcardTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/dfa/DFA.swift | 4 +- .../antlr/v4/runtime/dfa/DFASerializer.swift | 6 +- .../org/antlr/v4/runtime/dfa/DFAState.swift | 60 +-- .../v4/runtime/dfa/LexerDFASerializer.swift | 2 +- .../org/antlr/v4/runtime/misc/ArrayList.swift | 20 +- .../antlr/v4/runtime/misc/ArrayWrapper.swift | 20 +- .../org/antlr/v4/runtime/misc/BitSet.swift | 14 +- .../antlr/v4/runtime/misc/DoubleKeyMap.swift | 10 +- .../org/antlr/v4/runtime/misc/HashMap.swift | 94 ++--- .../org/antlr/v4/runtime/misc/IntSet.swift | 2 +- .../org/antlr/v4/runtime/misc/Interval.swift | 2 +- .../antlr/v4/runtime/misc/IntervalSet.swift | 14 +- .../org/antlr/v4/runtime/misc/MultiMap.swift | 2 +- .../antlr/v4/runtime/misc/MurmurHash.swift | 2 +- .../org/antlr/v4/runtime/misc/Triple.swift | 2 +- .../org/antlr/v4/runtime/misc/Utils.swift | 20 +- .../runtime/misc/exception/ANTLRError.swift | 2 +- .../misc/exception/ANTLRException.swift | 2 +- .../misc/extension/ArrayExtension.swift | 12 +- .../misc/extension/CharacterExtension.swift | 2 +- .../misc/extension/IntStreamExtension.swift | 2 +- .../misc/extension/NSUUIDExtension.swift | 2 +- .../misc/extension/StirngExtension.swift | 10 +- .../misc/extension/TokenExtension.swift | 2 +- .../v4/runtime/misc/utils/CommonUtil.swift | 24 +- .../antlr/v4/runtime/misc/utils/Stack.swift | 2 +- .../v4/runtime/misc/utils/StringBuilder.swift | 4 +- .../tree/AbstractParseTreeVisitor.swift | 2 +- .../org/antlr/v4/runtime/tree/ErrorNode.swift | 2 +- .../org/antlr/v4/runtime/tree/ParseTree.swift | 4 +- .../v4/runtime/tree/ParseTreeListener.swift | 2 +- .../v4/runtime/tree/ParseTreeVisitor.swift | 2 +- .../v4/runtime/tree/ParseTreeWalker.swift | 2 +- .../org/antlr/v4/runtime/tree/RuleNode.swift | 2 +- .../antlr/v4/runtime/tree/SyntaxTree.swift | 2 +- .../antlr/v4/runtime/tree/TerminalNode.swift | 2 +- .../v4/runtime/tree/TerminalNodeImpl.swift | 2 +- .../org/antlr/v4/runtime/tree/Tree.swift | 2 +- .../org/antlr/v4/runtime/tree/Trees.swift | 8 +- .../antlr/v4/runtime/tree/pattern/Chunk.swift | 2 +- .../runtime/tree/pattern/ParseTreeMatch.swift | 2 +- .../tree/pattern/ParseTreePattern.swift | 2 +- .../pattern/ParseTreePatternMatcher.swift | 2 +- .../runtime/tree/pattern/RuleTagToken.swift | 2 +- .../v4/runtime/tree/pattern/TagChunk.swift | 2 +- .../v4/runtime/tree/pattern/TextChunk.swift | 2 +- .../runtime/tree/pattern/TokenTagToken.swift | 2 +- runtime/Swift/Antlr4Tests/Antlr4Tests.swift | 2 +- runtime/Swift/Antlr4Tests/BaseTest.swift | 2 +- runtime/Swift/Antlr4Tests/HashMapTest.swift | 2 +- tool-testsuite/pom.xml | 2 +- .../antlr/v4/test/tool/BaseJavaToolTest.java | 2 +- .../tool/InterpreterTreeTextProvider.java | 2 +- .../v4/test/tool/JavaUnicodeInputStream.java | 2 +- .../tool/ParserInterpreterForTesting.java | 2 +- .../antlr/v4/test/tool/TestASTStructure.java | 2 +- .../v4/test/tool/TestATNConstruction.java | 2 +- .../v4/test/tool/TestATNDeserialization.java | 2 +- .../v4/test/tool/TestATNInterpreter.java | 2 +- .../v4/test/tool/TestATNLexerInterpreter.java | 2 +- .../v4/test/tool/TestATNParserPrediction.java | 2 +- .../v4/test/tool/TestATNSerialization.java | 2 +- .../v4/test/tool/TestActionSplitter.java | 2 +- .../v4/test/tool/TestActionTranslation.java | 2 +- .../v4/test/tool/TestAmbigParseTrees.java | 2 +- .../v4/test/tool/TestAttributeChecks.java | 2 +- .../v4/test/tool/TestBasicSemanticErrors.java | 2 +- .../v4/test/tool/TestBufferedTokenStream.java | 2 +- .../v4/test/tool/TestCodeGeneration.java | 2 +- .../v4/test/tool/TestCommonTokenStream.java | 2 +- .../v4/test/tool/TestCompositeGrammars.java | 2 +- .../antlr/v4/test/tool/TestDollarParser.java | 2 +- .../org/antlr/v4/test/tool/TestErrorSets.java | 2 +- .../org/antlr/v4/test/tool/TestFastQueue.java | 2 +- .../tool/TestGrammarParserInterpreter.java | 2 +- .../antlr/v4/test/tool/TestGraphNodes.java | 2 +- .../antlr/v4/test/tool/TestIntervalSet.java | 2 +- .../tool/TestLeftRecursionToolIssues.java | 2 +- .../antlr/v4/test/tool/TestLexerActions.java | 2 +- .../v4/test/tool/TestLookaheadTrees.java | 4 +- .../v4/test/tool/TestParseTreeMatcher.java | 2 +- .../antlr/v4/test/tool/TestParserExec.java | 2 +- .../v4/test/tool/TestParserInterpreter.java | 2 +- .../v4/test/tool/TestParserProfiler.java | 2 +- .../antlr/v4/test/tool/TestPerformance.java | 2 +- .../antlr/v4/test/tool/TestScopeParsing.java | 2 +- .../antlr/v4/test/tool/TestSymbolIssues.java | 2 +- .../test/tool/TestTokenPositionOptions.java | 2 +- .../v4/test/tool/TestTokenStreamRewriter.java | 2 +- .../v4/test/tool/TestTokenTypeAssignment.java | 2 +- .../v4/test/tool/TestToolSyntaxErrors.java | 2 +- .../v4/test/tool/TestTopologicalSort.java | 2 +- .../test/tool/TestUnbufferedCharStream.java | 2 +- .../test/tool/TestUnbufferedTokenStream.java | 2 +- .../antlr/v4/test/tool/TestVocabulary.java | 2 +- .../org/antlr/v4/test/tool/TestXPath.java | 2 +- tool/nb-configuration.xml | 2 +- tool/pom.xml | 2 +- tool/src/org/antlr/v4/Tool.java | 2 +- .../antlr/v4/analysis/AnalysisPipeline.java | 2 +- .../v4/analysis/LeftRecursionDetector.java | 2 +- .../v4/analysis/LeftRecursiveRuleAltInfo.java | 2 +- .../analysis/LeftRecursiveRuleAnalyzer.java | 2 +- .../LeftRecursiveRuleTransformer.java | 2 +- .../src/org/antlr/v4/automata/ATNFactory.java | 2 +- .../org/antlr/v4/automata/ATNOptimizer.java | 2 +- .../src/org/antlr/v4/automata/ATNPrinter.java | 2 +- .../src/org/antlr/v4/automata/ATNVisitor.java | 2 +- .../antlr/v4/automata/LexerATNFactory.java | 2 +- .../antlr/v4/automata/ParserATNFactory.java | 2 +- .../antlr/v4/automata/TailEpsilonRemover.java | 2 +- .../antlr/v4/codegen/ActionTranslator.java | 2 +- .../v4/codegen/BlankOutputModelFactory.java | 2 +- .../org/antlr/v4/codegen/CodeGenPipeline.java | 2 +- .../org/antlr/v4/codegen/CodeGenerator.java | 2 +- .../v4/codegen/CodeGeneratorExtension.java | 2 +- .../v4/codegen/DefaultOutputModelFactory.java | 2 +- .../org/antlr/v4/codegen/LexerFactory.java | 2 +- .../v4/codegen/OutputModelController.java | 2 +- .../antlr/v4/codegen/OutputModelFactory.java | 2 +- .../antlr/v4/codegen/OutputModelWalker.java | 2 +- .../org/antlr/v4/codegen/ParserFactory.java | 2 +- tool/src/org/antlr/v4/codegen/Target.java | 2 +- tool/src/org/antlr/v4/codegen/Wildcard.java | 2 +- .../org/antlr/v4/codegen/model/Action.java | 2 +- .../v4/codegen/model/AddToLabelList.java | 2 +- .../org/antlr/v4/codegen/model/AltBlock.java | 2 +- .../org/antlr/v4/codegen/model/ArgAction.java | 2 +- .../v4/codegen/model/BaseListenerFile.java | 2 +- .../v4/codegen/model/BaseVisitorFile.java | 2 +- .../v4/codegen/model/CaptureNextToken.java | 2 +- .../codegen/model/CaptureNextTokenType.java | 2 +- .../org/antlr/v4/codegen/model/Choice.java | 2 +- .../v4/codegen/model/CodeBlockForAlt.java | 2 +- .../model/CodeBlockForOuterMostAlt.java | 2 +- .../v4/codegen/model/DispatchMethod.java | 2 +- .../model/ElementFrequenciesVisitor.java | 2 +- .../v4/codegen/model/ExceptionClause.java | 2 +- .../antlr/v4/codegen/model/InvokeRule.java | 2 +- .../antlr/v4/codegen/model/LL1AltBlock.java | 2 +- .../org/antlr/v4/codegen/model/LL1Choice.java | 2 +- .../org/antlr/v4/codegen/model/LL1Loop.java | 2 +- .../v4/codegen/model/LL1OptionalBlock.java | 2 +- .../model/LL1OptionalBlockSingleAlt.java | 2 +- .../codegen/model/LL1PlusBlockSingleAlt.java | 2 +- .../codegen/model/LL1StarBlockSingleAlt.java | 2 +- .../org/antlr/v4/codegen/model/LabeledOp.java | 2 +- .../model/LeftRecursiveRuleFunction.java | 2 +- .../src/org/antlr/v4/codegen/model/Lexer.java | 2 +- .../org/antlr/v4/codegen/model/LexerFile.java | 2 +- .../codegen/model/ListenerDispatchMethod.java | 2 +- .../antlr/v4/codegen/model/ListenerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/Loop.java | 2 +- .../antlr/v4/codegen/model/MatchNotSet.java | 2 +- .../org/antlr/v4/codegen/model/MatchSet.java | 2 +- .../antlr/v4/codegen/model/MatchToken.java | 2 +- .../antlr/v4/codegen/model/ModelElement.java | 2 +- .../antlr/v4/codegen/model/OptionalBlock.java | 2 +- .../antlr/v4/codegen/model/OutputFile.java | 2 +- .../v4/codegen/model/OutputModelObject.java | 2 +- .../org/antlr/v4/codegen/model/Parser.java | 2 +- .../antlr/v4/codegen/model/ParserFile.java | 2 +- .../org/antlr/v4/codegen/model/PlusBlock.java | 2 +- .../antlr/v4/codegen/model/Recognizer.java | 2 +- .../v4/codegen/model/RuleActionFunction.java | 2 +- .../antlr/v4/codegen/model/RuleElement.java | 2 +- .../antlr/v4/codegen/model/RuleFunction.java | 2 +- .../v4/codegen/model/RuleSempredFunction.java | 2 +- .../org/antlr/v4/codegen/model/SemPred.java | 2 +- .../antlr/v4/codegen/model/SerializedATN.java | 2 +- .../src/org/antlr/v4/codegen/model/SrcOp.java | 2 +- .../org/antlr/v4/codegen/model/StarBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/Sync.java | 2 +- .../antlr/v4/codegen/model/TestSetInline.java | 2 +- .../model/ThrowEarlyExitException.java | 2 +- .../v4/codegen/model/ThrowNoViableAlt.java | 2 +- .../model/ThrowRecognitionException.java | 2 +- .../codegen/model/VisitorDispatchMethod.java | 2 +- .../antlr/v4/codegen/model/VisitorFile.java | 2 +- .../v4/codegen/model/chunk/ActionChunk.java | 2 +- .../codegen/model/chunk/ActionTemplate.java | 2 +- .../v4/codegen/model/chunk/ActionText.java | 2 +- .../antlr/v4/codegen/model/chunk/ArgRef.java | 2 +- .../v4/codegen/model/chunk/LabelRef.java | 2 +- .../v4/codegen/model/chunk/ListLabelRef.java | 2 +- .../v4/codegen/model/chunk/LocalRef.java | 2 +- .../codegen/model/chunk/NonLocalAttrRef.java | 2 +- .../v4/codegen/model/chunk/QRetValueRef.java | 2 +- .../v4/codegen/model/chunk/RetValueRef.java | 2 +- .../codegen/model/chunk/RulePropertyRef.java | 2 +- .../model/chunk/RulePropertyRef_ctx.java | 2 +- .../model/chunk/RulePropertyRef_parser.java | 2 +- .../model/chunk/RulePropertyRef_start.java | 2 +- .../model/chunk/RulePropertyRef_stop.java | 2 +- .../model/chunk/RulePropertyRef_text.java | 2 +- .../antlr/v4/codegen/model/chunk/SetAttr.java | 2 +- .../codegen/model/chunk/SetNonLocalAttr.java | 2 +- .../model/chunk/ThisRulePropertyRef_ctx.java | 2 +- .../chunk/ThisRulePropertyRef_parser.java | 2 +- .../chunk/ThisRulePropertyRef_start.java | 2 +- .../model/chunk/ThisRulePropertyRef_stop.java | 2 +- .../model/chunk/ThisRulePropertyRef_text.java | 2 +- .../codegen/model/chunk/TokenPropertyRef.java | 2 +- .../model/chunk/TokenPropertyRef_channel.java | 2 +- .../model/chunk/TokenPropertyRef_index.java | 2 +- .../model/chunk/TokenPropertyRef_int.java | 2 +- .../model/chunk/TokenPropertyRef_line.java | 2 +- .../model/chunk/TokenPropertyRef_pos.java | 2 +- .../model/chunk/TokenPropertyRef_text.java | 2 +- .../model/chunk/TokenPropertyRef_type.java | 2 +- .../v4/codegen/model/chunk/TokenRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/dbg.java | 2 +- .../model/decl/AltLabelStructDecl.java | 2 +- .../v4/codegen/model/decl/AttributeDecl.java | 2 +- .../v4/codegen/model/decl/CodeBlock.java | 2 +- .../codegen/model/decl/ContextGetterDecl.java | 2 +- .../model/decl/ContextRuleGetterDecl.java | 2 +- .../model/decl/ContextRuleListGetterDecl.java | 2 +- .../ContextRuleListIndexedGetterDecl.java | 2 +- .../model/decl/ContextTokenGetterDecl.java | 2 +- .../decl/ContextTokenListGetterDecl.java | 2 +- .../ContextTokenListIndexedGetterDecl.java | 2 +- .../org/antlr/v4/codegen/model/decl/Decl.java | 2 +- .../codegen/model/decl/ElementListDecl.java | 2 +- .../codegen/model/decl/RuleContextDecl.java | 2 +- .../model/decl/RuleContextListDecl.java | 2 +- .../v4/codegen/model/decl/StructDecl.java | 2 +- .../v4/codegen/model/decl/TokenDecl.java | 2 +- .../v4/codegen/model/decl/TokenListDecl.java | 2 +- .../v4/codegen/model/decl/TokenTypeDecl.java | 2 +- .../antlr/v4/codegen/target/CSharpTarget.java | 2 +- .../antlr/v4/codegen/target/CppTarget.java | 7 +- .../org/antlr/v4/codegen/target/GoTarget.java | 2 +- .../v4/codegen/target/JavaScriptTarget.java | 2 +- .../antlr/v4/codegen/target/JavaTarget.java | 2 +- .../v4/codegen/target/Python2Target.java | 2 +- .../v4/codegen/target/Python3Target.java | 2 +- .../antlr/v4/codegen/target/SwiftTarget.java | 39 +- .../org/antlr/v4/gui/BasicFontMetrics.java | 2 +- .../src/org/antlr/v4/gui/GraphicsSupport.java | 2 +- .../v4/gui/JFileChooserConfirmOverwrite.java | 2 +- .../org/antlr/v4/gui/PostScriptDocument.java | 2 +- .../org/antlr/v4/gui/SystemFontMetrics.java | 2 +- tool/src/org/antlr/v4/gui/TestRig.java | 2 +- .../org/antlr/v4/gui/TreeLayoutAdaptor.java | 2 +- .../antlr/v4/gui/TreePostScriptGenerator.java | 2 +- .../org/antlr/v4/gui/TreeTextProvider.java | 2 +- tool/src/org/antlr/v4/gui/TreeViewer.java | 2 +- tool/src/org/antlr/v4/gui/Trees.java | 2 +- tool/src/org/antlr/v4/misc/CharSupport.java | 2 +- tool/src/org/antlr/v4/misc/FrequencySet.java | 2 +- tool/src/org/antlr/v4/misc/Graph.java | 2 +- tool/src/org/antlr/v4/misc/MutableInt.java | 2 +- .../src/org/antlr/v4/misc/OrderedHashMap.java | 2 +- tool/src/org/antlr/v4/misc/Utils.java | 2 +- .../v4/parse/ActionSplitterListener.java | 2 +- .../org/antlr/v4/parse/GrammarASTAdaptor.java | 2 +- tool/src/org/antlr/v4/parse/GrammarToken.java | 2 +- .../v4/parse/ResyncToEndOfRuleBlock.java | 2 +- tool/src/org/antlr/v4/parse/ScopeParser.java | 2 +- .../org/antlr/v4/parse/TokenVocabParser.java | 2 +- .../org/antlr/v4/parse/ToolANTLRLexer.java | 2 +- .../org/antlr/v4/parse/ToolANTLRParser.java | 2 +- .../v4/parse/v3TreeGrammarException.java | 2 +- .../org/antlr/v4/parse/v4ParserException.java | 2 +- .../org/antlr/v4/semantics/ActionSniffer.java | 2 +- .../antlr/v4/semantics/AttributeChecks.java | 2 +- .../v4/semantics/BasicSemanticChecks.java | 2 +- .../BlankActionSplitterListener.java | 2 +- .../org/antlr/v4/semantics/RuleCollector.java | 2 +- .../antlr/v4/semantics/SemanticPipeline.java | 2 +- .../org/antlr/v4/semantics/SymbolChecks.java | 2 +- .../antlr/v4/semantics/SymbolCollector.java | 2 +- .../antlr/v4/semantics/UseDefAnalyzer.java | 2 +- tool/src/org/antlr/v4/tool/ANTLRMessage.java | 2 +- .../org/antlr/v4/tool/ANTLRToolListener.java | 2 +- tool/src/org/antlr/v4/tool/Alternative.java | 2 +- tool/src/org/antlr/v4/tool/Attribute.java | 2 +- tool/src/org/antlr/v4/tool/AttributeDict.java | 2 +- .../org/antlr/v4/tool/AttributeResolver.java | 2 +- .../v4/tool/BuildDependencyGenerator.java | 2 +- tool/src/org/antlr/v4/tool/DOTGenerator.java | 2 +- .../antlr/v4/tool/DefaultToolListener.java | 2 +- tool/src/org/antlr/v4/tool/ErrorManager.java | 2 +- tool/src/org/antlr/v4/tool/ErrorSeverity.java | 2 +- tool/src/org/antlr/v4/tool/ErrorType.java | 2 +- tool/src/org/antlr/v4/tool/Grammar.java | 2 +- .../tool/GrammarInterpreterRuleContext.java | 2 +- .../v4/tool/GrammarParserInterpreter.java | 2 +- .../v4/tool/GrammarSemanticsMessage.java | 2 +- .../antlr/v4/tool/GrammarSyntaxMessage.java | 2 +- .../v4/tool/GrammarTransformPipeline.java | 2 +- .../org/antlr/v4/tool/LabelElementPair.java | 2 +- tool/src/org/antlr/v4/tool/LabelType.java | 2 +- .../v4/tool/LeftRecursionCyclesMessage.java | 2 +- .../org/antlr/v4/tool/LeftRecursiveRule.java | 2 +- tool/src/org/antlr/v4/tool/LexerGrammar.java | 2 +- tool/src/org/antlr/v4/tool/Rule.java | 2 +- tool/src/org/antlr/v4/tool/ToolMessage.java | 2 +- tool/src/org/antlr/v4/tool/ast/ActionAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/AltAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/BlockAST.java | 2 +- .../src/org/antlr/v4/tool/ast/GrammarAST.java | 2 +- .../v4/tool/ast/GrammarASTErrorNode.java | 2 +- .../antlr/v4/tool/ast/GrammarASTVisitor.java | 2 +- .../v4/tool/ast/GrammarASTWithOptions.java | 2 +- .../org/antlr/v4/tool/ast/GrammarRootAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/NotAST.java | 2 +- .../antlr/v4/tool/ast/OptionalBlockAST.java | 2 +- .../org/antlr/v4/tool/ast/PlusBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/PredAST.java | 2 +- .../org/antlr/v4/tool/ast/QuantifierAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RangeAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleAST.java | 2 +- .../org/antlr/v4/tool/ast/RuleElementAST.java | 2 +- .../src/org/antlr/v4/tool/ast/RuleRefAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/SetAST.java | 2 +- .../org/antlr/v4/tool/ast/StarBlockAST.java | 2 +- .../org/antlr/v4/tool/ast/TerminalAST.java | 2 +- 1503 files changed, 2714 insertions(+), 2698 deletions(-) diff --git a/antlr4-maven-plugin/nb-configuration.xml b/antlr4-maven-plugin/nb-configuration.xml index c427a427d..c9cabe2fa 100644 --- a/antlr4-maven-plugin/nb-configuration.xml +++ b/antlr4-maven-plugin/nb-configuration.xml @@ -1,7 +1,7 @@ diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index 352362967..af0d8c522 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 39e62581a..039d02e8c 100644 --- a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,7 +1,7 @@ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java index 21947e4e3..2e0ed3983 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.mojo.antlr4; diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java index 438932c18..7baa19d61 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java index 140b535c0..5f7a17b32 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java @@ -1,19 +1,17 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.mojo.antlr4; import org.antlr.runtime.tree.Tree; - import org.antlr.v4.Tool; import org.antlr.v4.misc.Graph; import org.antlr.v4.parse.ANTLRParser; import org.antlr.v4.tool.ast.GrammarAST; import org.antlr.v4.tool.ast.GrammarRootAST; - import org.apache.maven.plugin.logging.Log; import java.io.File; @@ -22,7 +20,6 @@ import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; - import java.util.AbstractMap; import java.util.ArrayList; import java.util.Arrays; diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java index d17eef23f..d4b72f7ac 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -8,9 +8,8 @@ package org.antlr.mojo.antlr4; import java.io.File; import java.io.FileInputStream; -import java.io.InputStream; import java.io.IOException; - +import java.io.InputStream; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; diff --git a/antlr4-maven-plugin/src/site/site.xml b/antlr4-maven-plugin/src/site/site.xml index b0314b00b..2dcb144c3 100644 --- a/antlr4-maven-plugin/src/site/site.xml +++ b/antlr4-maven-plugin/src/site/site.xml @@ -2,7 +2,7 @@ diff --git a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java index f5f192836..4055c7770 100644 --- a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java +++ b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -8,15 +8,11 @@ package org.antlr.mojo.antlr4; import io.takari.maven.testing.TestMavenRuntime; import io.takari.maven.testing.TestResources; - import org.apache.maven.execution.MavenSession; import org.apache.maven.plugin.MojoExecution; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.project.MavenProject; - import org.codehaus.plexus.util.xml.Xpp3Dom; - -import static org.junit.Assert.*; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; @@ -27,6 +23,9 @@ import java.nio.file.Files; import java.nio.file.Path; import java.util.Arrays; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + public class Antlr4MojoTest { @Rule diff --git a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml index 88f2cb0e6..13c6a2781 100644 --- a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml index 08f79056d..42de494e7 100644 --- a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml index 2e8acb247..e9e0f7d95 100644 --- a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml index 9673ad114..821c0fe4b 100644 --- a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml @@ -1,6 +1,6 @@ diff --git a/pom.xml b/pom.xml index 31ccb2e1c..3e32c25f8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime-testsuite-legacy/pom.xml b/runtime-testsuite-legacy/pom.xml index 387d5494a..375abf3a0 100644 --- a/runtime-testsuite-legacy/pom.xml +++ b/runtime-testsuite-legacy/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java index f7825489b..bb3c10e4b 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java index 973b1ae75..8f5e4fb57 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java index d4fc1b619..6e0650db8 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java index 7171eeba7..361d55865 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java index 60b050e79..338c51c42 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java index 523c56e26..347c9893d 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.testgen; diff --git a/runtime-testsuite/annotations/pom.xml b/runtime-testsuite/annotations/pom.xml index bc36d3067..5d849b6bc 100644 --- a/runtime-testsuite/annotations/pom.xml +++ b/runtime-testsuite/annotations/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java index 7dee52270..19138f647 100644 --- a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java +++ b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml index f8c3ae3b4..7f7e26a1f 100644 --- a/runtime-testsuite/pom.xml +++ b/runtime-testsuite/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime-testsuite/processors/pom.xml b/runtime-testsuite/processors/pom.xml index f81456ce5..462d8f1f3 100644 --- a/runtime-testsuite/processors/pom.xml +++ b/runtime-testsuite/processors/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java index fd0cbf50b..80282ea65 100644 --- a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java +++ b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java index 4df7bea2b..6cf007673 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java index 1467380ef..b3bfd526d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java index 4fdc6985d..1e4a6c086 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java index e78d994c0..7be01e60f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java index ab044c5e0..f700fce2c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java index 8d570ec6d..95b8fef12 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java index 1e16d3404..69846ee77 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java index 1e6fdfe7d..bf6ce887b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java index fe2ecccbb..26c892a79 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java index 266d83bb3..365fb1bd1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java index 8859b326a..a58d533ca 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java index 67035b930..d3183543c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.cpp; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java index 8a5b1744e..5c670a99d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java index f4d027687..9117a9941 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java index bbf64e3b0..4180a2a3a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java index 65fe0b636..cdc55cd7c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java index 4944ebf58..4190d5e86 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java index a9538e9b2..5af75d45b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java index f5b2afbc6..d7fbdbcc7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java index 8c6d5de09..3f78471c6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java index 794a9a8de..8024c54b0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java index ba9cd05e9..d411232db 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java index 94691c76c..6dd689bb3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java index 5f76bcfc7..f801dbb5d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java index 85e4770af..43297f7b7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java index 665c0f134..eb3b01bbb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java index 6f6464a7f..81e94e1af 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java index aed2244e7..b891be723 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.csharp; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java index b7da7e5b9..db6237868 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java index d51e0ac20..a99ffee27 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java index 7625d6b6a..4d3b09301 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java index 6b5909d76..fbe0d12c5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java index 17bd75957..c43c1d16f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java index 9bdc41e7a..29b9c92b3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java index 28382dcb6..72f49643a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java index 5fa0d6fa3..7532a681d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java index 89bb80ed1..a410d9df9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java index d191b2345..44220abec 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java index 674955bef..1e8992d65 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java index d9f281532..9b69b5fcb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java index 2a46df911..e5b00c6d3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java index 481785298..3040df857 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java index db7ec9f5c..2f7515485 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java index c888c9fc8..8abc28f6f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java index 5543badf3..1c7f46bcb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java index 86d0f7e51..c928fc904 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java index 05133401d..3485ecfe4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java index d1bcc638c..a0509107a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java index 7fa646379..cd9d2a865 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java index 3e98d9d7b..c4d62e3e5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java index e18c21808..dd9c02f57 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java index 98b39c399..fafd70d50 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java index 007f4a2c0..be8190f9c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java index b7e17b939..5a46cdb17 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java index 1dd3e6b4e..879538596 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java index 0f394b3ca..2bee77f6c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java index be5474501..2a440a0aa 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java index 523bc7add..0c38cc21f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java index 2bd953ef0..42daeba32 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.go; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java index 6d18decb0..edf3e180b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java index a5cd43ce3..f23203eac 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java index 71cb3d4db..6f796259f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java index d2059c366..7c68bbef5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java index 1262243cb..a144c3065 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java index b8ed6aa82..ca077fc04 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java index ce913009f..89a98ec3f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java index 63dfa4dc1..8aeb95d82 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java index 44861ab98..a4c0a2455 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java index e2dcec917..077cf8b24 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java index e444a4b03..7b59a1d6e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java index c131777d2..395e17e43 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java index 5c8a16806..9c47ce932 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java index 2edf79dc8..05bc1e0dc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java index 88bd58027..db457324e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java index ef6aef313..7fb2c4ae5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.java; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java index 64da938af..93fda6244 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java index f42f1fc62..daea13859 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java index e11266cc3..5d9cd398e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java index 5b030a8ae..4b83dd8f8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java index ca0675fcc..287307776 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java index 0bf7dd64d..4848c93f3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java index c65cfdf1d..54d0169d4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java index f4d571f6e..ec56c4369 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java index 4f32c1978..d74bcbd3b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java index f65cb4fed..5cf957571 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java index c1312feab..59777faa2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java index ffab14a29..adf77babc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java index d943e6d1b..7e86bc075 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java index 4b24d565b..3e22932ca 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java index 270c8a52d..f14a0f676 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java index cfa3e2388..d3c7c7180 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.browser; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java index b95eeb530..002016dce 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.chrome; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java index 5f4632a0f..ede6355f1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java index 74637825c..9a809cce5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java index bcba551ea..e0dcd6aa1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java index 9535e98a2..710f45326 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java index 326f755d7..9703f240e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java index b558b06bc..dc0a5a1f6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java index 9004ae51d..a1a131817 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java index d8e53c472..2a8c13642 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java index 697d81fdb..f56da1593 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java index 95e27e43a..2bab5e9ae 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java index 654bb60b6..682702649 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java index 033a3091a..bbc44bf19 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java index ac5df33f6..e3c220490 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java index 7ee8d892d..1b5c9bf1d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java index 467d9a55c..b95012cde 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java index 24d32026a..4e232d14c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java index 1b094e5ee..eae14f206 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.explorer; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java index e74636995..e61315b86 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java index c0dd8ffa1..b06556f14 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java index 78ff59aff..58f4720ed 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java index 850e7df6c..3c0d02f2a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java index eeae03759..1bccdfa07 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java index d528f601a..f2a4c335b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java index 1bebb517d..a9b4b1c72 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java index ca3781d67..105eca4e7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java index d7e09dd0c..e5865496a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java index bfa80ce00..8261e7acc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java index 15f2e6036..78b4b4c54 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java index d43d3fe6f..27253cb35 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java index c1c1debf2..f583e2804 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java index d8994a105..ade320c1f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java index 5e2558e30..b8ddef82a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java index 13d89c1f2..071a29847 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.firefox; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java index aaccf55da..9811d1ecf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java index fa48089d4..842e98c44 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java index 728ea0e9a..673211460 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java index e6be38dd6..400212196 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java index 29ee2736e..8801dff8b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java index 764297aa4..35a76ac6e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java index 33696a26c..a68051f30 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java index 53030f99b..b086182f9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java index 98c4bcdf5..dfc7bbb48 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java index bf70bec52..2dc22a323 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java index d1a7a238a..f97db0bdf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java index ab793f9c5..c1d7aee50 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java index c688fc8fc..d46ae0c78 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java index 92c455869..a12272eeb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java index 8d1fe426e..9c85d8628 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java index c5fe5e694..a0a31847f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java index 578811c3f..868036e85 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.node; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java index e1d1557d8..8f55fc580 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java index 39d61bb7a..2a0194a26 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java index 220ba66b3..3fb93773a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java index a78bc6f40..60a93dd81 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java index 78aa08155..3b0b26bc0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java index abf3368dd..5ac5d8ac2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java index cc914d6ff..a0af99d90 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java index 7b7e3d182..309e056d5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java index 0a3f8b11c..db49b4ef4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java index b26ef60c5..798bc8fe6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java index b9af1e074..974d3d8ad 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java index e9f49f40a..6003dac5f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java index 7b26202d9..d8d24c1fc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java index 18f6a7a1c..4054b9ce5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java index e0835da39..5765b389a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java index 637ca3c4c..3e8405b01 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.javascript.safari; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java index aa7ee8942..c8f73b2dd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java index ca29404cc..29122f930 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java index c82ba7162..03c82cf44 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java index eb1967140..1dce3965b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java index bb41c7eca..e5764043c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java index 53c28a2b1..bb0cf83d2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java index ad3f5ca69..b35c22d11 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java index 9c8675d21..3a7e66d4d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java index c0799fb17..c73ac723b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java index 6d1c49d35..a36b38736 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java index 189976f0d..3e4817254 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java index 126dfebda..99d50d696 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java index 937e08cd6..c87f44138 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java index 70f4e18e4..7834e4be0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java index e334b5b44..b48118392 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java index 25db467c0..881e021c6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java index 64d6e6cb6..76851e0f7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.python; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java index 6031b0240..1b330c238 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java index 3aea14ab4..f7c07df6f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java index 6e9da2bf8..b1d501ea9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java index 4232d2401..a6fd6ad86 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java index ecc63ef1a..a078a92e5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java index cf0b4cda7..0eab5bc0e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java index 83f3e910e..8ab59f1ab 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java index 31d02b59d..ad82eb063 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java index be828c0de..394274aef 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java index 5bca1292f..13e4d9ea5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java index 40f55de41..91d2783f7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java index 0ec6b9c2c..8e6525955 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java index 0508fadd8..9021afc1d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java index bc415be8f..9fb24b14b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java index 81ff57551..f3882e5e5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java index a0d98755b..9968fae65 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java index 7708ad43a..a372bb3bb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.runtime.python3; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java index 0a50b5d6c..204fa0ca1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java index fcca08bbc..1f4a6012a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java index 699401018..df1c11ac6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java index d78dda6e7..995eb2eee 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java index f4c59d5e7..8dec84713 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java index 0510c6d81..163def13f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java index b06ea0fb2..6214e08c3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java index f173db9de..60421b54e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java index 67d76714f..7d06a5a16 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java index 32ba4072b..4aea77abe 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java index 6f80e9698..92ccae831 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java index bfddbbeee..ee12e3b81 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java index b93bb1460..c6c496dad 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java index e0fb7f39e..10e783d8b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java index 842fde6c3..489850a89 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java index 41c310c40..f62324481 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java index 4da2a1d75..40dd20b67 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java index da3244540..fb0b9dd22 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java index 9effca95c..2881d438f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java index cfc923877..5ad802c6e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java index 056f5c852..d3b730578 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -9,8 +9,6 @@ package org.antlr.v4.test.runtime.swift; import org.antlr.v4.test.runtime.BaseRuntimeTest; import org.antlr.v4.test.runtime.RuntimeTestDescriptor; import org.antlr.v4.test.runtime.descriptors.LexerErrorsDescriptors; -import org.junit.Test; -import org.junit.Ignore; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java index 07084f510..355db0f07 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java index 1381446eb..42149dd48 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java index ba65a965c..6420dd28d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java index 702bbcb5b..099352bbb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java index 0f7669070..a6727e5a7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java index 81c5967fc..b72a22194 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java index 0f65086c4..39a02c372 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java index b6afed243..0a46973d7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java index 9bf85c642..80f2d901e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java index 24704c7c6..217014ab9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs index 827577b72..e4957247b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs index 1b416ec94..459b98a71 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs index 9fdac0f9d..85fa33259 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs index dc6555c52..5461aff6d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs index 328b7bdca..3ecbf7ecc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs index 3c3abcc66..cc546131c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs index 30b0fb72d..e67d5e46e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -81,7 +81,7 @@ namespace Antlr4.Runtime.Atn /// currently being deserialized. /// /// - /// + /// /// /// if the /// @@ -245,7 +245,7 @@ namespace Antlr4.Runtime.Atn // reverify after modification VerifyATN(atn); } - } + } protected internal virtual void ReadLexerActions(ATN atn) { @@ -271,7 +271,7 @@ namespace Antlr4.Runtime.Atn ILexerAction lexerAction = LexerActionFactory(actionType, data1, data2); atn.lexerActions[i_10] = lexerAction; } - } + } } protected internal virtual void ReadDecisions(ATN atn) diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs index 85b043ef9..c8e34df44 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs index ada26b29c..5440b9bb2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs index 02612a413..a61962926 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs index e2a158997..013cecb45 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs index 87ed63c6f..fa6610ccf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs index 1b60d524a..880d4f49d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs index 57e3862d0..7affe62a1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs index fb3fd4fa0..04841f111 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs index b5101a265..cfffbf091 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs index 68c82db80..7f7b8ef93 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs index 917acda66..ef5360c9e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs index 1c74dc1a9..a836b9f0b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs index 5023a6497..de1361443 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs index 7e72dd33a..c6c2fa0dd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs index f369ba777..a6dbf7733 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs index 331babb3b..70b2fbfd3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs index 3b87b89cc..ca8a47c5f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs index 3e18afc72..18733e978 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs index 95e73326d..f5b1f0c2b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs index bff3aae25..7bad542bf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs index 9c531fdcc..7565369ce 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -50,7 +50,7 @@ namespace Antlr4.Runtime.Atn /// .

/// /// - /// + /// /// /// if the lexer action semantics can be affected by the /// position of the input diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs index 9222c5fe8..93dc0d0d1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; @@ -232,7 +232,7 @@ namespace Antlr4.Runtime.Atn /// for this argument. /// /// - /// + /// /// /// to true semantic predicates as /// implicitly diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs index 390356096..35eca508d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -420,7 +420,7 @@ namespace Antlr4.Runtime.Atn /// this rule would have a lower priority. /// /// - /// + /// /// /// if an accept state is reached, otherwise /// @@ -613,7 +613,7 @@ namespace Antlr4.Runtime.Atn /// The rule containing the predicate. /// The index of the predicate within the rule. /// - /// + /// /// /// if the current index in /// @@ -621,7 +621,7 @@ namespace Antlr4.Runtime.Atn /// one character before the predicate's location. /// /// - /// + /// /// /// if the specified predicate evaluates to /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs index 9416262a6..6d7e41410 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -185,7 +185,7 @@ namespace Antlr4.Runtime.Atn /// /// to set the position of the /// - /// + /// /// /// prior to calling /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs index 73dbe29bb..e93283db3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs index 22377a35d..7bfbba0f7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs index a6dcdb807..2422627ad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs index 0b158e4a0..bc719d5d6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs index cdedc65ab..cac3dd823 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs index ddda1b690..4e83f3296 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs index 0a7af2101..5bd98a2ad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs index 7cdbc1170..dd37c5ed2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs index 0cad51984..3f9664aa1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs index dd9fdd355..541291eaf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs index 931f7e07e..124a15cba 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -37,7 +37,7 @@ namespace Antlr4.Runtime.Atn /// The start index for the current prediction /// The index at which the prediction was finally made /// - /// + /// /// /// if the current lookahead is part of an LL /// prediction; otherwise, diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs index e9a3b1343..f872085c4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs index ce3f97206..cdd0e7ee6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs index ee31b12d2..d2b9335a7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs index d15bff81a..6223dacb4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs index 5f0f12268..6abee8ac3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -246,31 +246,31 @@ namespace Antlr4.Runtime.Atn ///

/// Let's say we have a set of SLL conflicting alternatives /// - /// + /// /// 1, 2, 3}} and /// a smaller LL set called s. If s is /// - /// + /// /// 2, 3}}, then SLL /// parsing will get an error because SLL will pursue alternative 1. If /// s is /// - /// + /// /// 1, 2}} or /// - /// + /// /// 1, 3}} then both SLL and LL will /// choose the same alternative because alternative one is the minimum of either /// set. If s is /// - /// + /// /// 2}} or /// - /// + /// /// 3}} then SLL will get a syntax /// error. If s is /// - /// + /// /// 1}} then SLL will succeed.

///

/// Of course, if the input is invalid, then we will get an error for sure in @@ -722,7 +722,7 @@ namespace Antlr4.Runtime.Atn /// /// The DFA state to check. /// - /// + /// /// /// if the prediction algorithm is currently /// considering the full parser context; otherwise, @@ -731,7 +731,7 @@ namespace Antlr4.Runtime.Atn /// algorithm is currently performing a local context prediction. /// /// - /// + /// /// /// if the specified /// @@ -1297,7 +1297,7 @@ namespace Antlr4.Runtime.Atn /// cache /// /// - /// + /// /// /// if all configurations in /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs index af672c7e1..52cbdc391 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs index b37ecfd7d..c0756c503 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs index 5080e1e69..ed2c6d002 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs index 6cda6f734..089fcb8a4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs index a56c2f4d9..db77762b3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs index ad7427431..85d082ebb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Concurrent; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs index 147127b15..59636d695 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs index 0427ffc03..c8c88be60 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; @@ -156,10 +156,10 @@ namespace Antlr4.Runtime.Atn /// conflicting subsets should fall back to full LL, even if the /// configuration sets don't resolve to the same alternative (e.g. /// - /// + /// /// 1,2}} and /// - /// + /// /// 3,4}}. If there is at least one non-conflicting /// configuration, SLL could continue with the hopes that more lookahead will /// resolve via one of those non-conflicting configurations.

@@ -282,7 +282,7 @@ namespace Antlr4.Runtime.Atn /// /// the configuration set to test /// - /// + /// /// /// if any configuration in /// @@ -314,7 +314,7 @@ namespace Antlr4.Runtime.Atn /// /// the configuration set to test /// - /// + /// /// /// if all configurations in /// @@ -504,7 +504,7 @@ namespace Antlr4.Runtime.Atn /// (s', 2, y) /// yields non-conflicting set /// - /// + /// /// 3}} U conflicting sets /// /// min( @@ -513,7 +513,7 @@ namespace Antlr4.Runtime.Atn /// min( /// 1,2})} = /// - /// + /// /// 1,3}} => continue /// ///
  • @@ -528,7 +528,7 @@ namespace Antlr4.Runtime.Atn /// (s'', 1, z) /// yields non-conflicting set /// - /// + /// /// 1}} U conflicting sets /// /// min( @@ -537,7 +537,7 @@ namespace Antlr4.Runtime.Atn /// min( /// 1,2})} = /// - /// + /// /// 1}} => stop and predict 1
  • ///
  • /// (s, 1, x) @@ -549,17 +549,17 @@ namespace Antlr4.Runtime.Atn /// (s', 2, y) /// yields conflicting, reduced sets /// - /// + /// /// 1}} U /// - /// + /// /// 1}} = /// - /// + /// /// 1}} => stop and predict 1, can announce /// ambiguity /// - /// + /// /// 1,2}}
  • ///
  • /// (s, 1, x) @@ -571,13 +571,13 @@ namespace Antlr4.Runtime.Atn /// (s', 3, y) /// yields conflicting, reduced sets /// - /// + /// /// 1}} U /// - /// + /// /// 2}} = /// - /// + /// /// 1,2}} => continue
  • ///
  • /// (s, 1, x) @@ -589,13 +589,13 @@ namespace Antlr4.Runtime.Atn /// (s', 4, y) /// yields conflicting, reduced sets /// - /// + /// /// 1}} U /// - /// + /// /// 3}} = /// - /// + /// /// 1,3}} => continue
  • /// ///

    EXACT AMBIGUITY DETECTION

    @@ -613,7 +613,7 @@ namespace Antlr4.Runtime.Atn /// {1,2}, {1,3}}}, then regular LL prediction would terminate /// because the resolved set is /// - /// + /// /// 1}}. To determine what the real /// ambiguity is, we have to know whether the ambiguity is between one and /// two or one and three so we keep going. We can only stop prediction when @@ -622,7 +622,7 @@ namespace Antlr4.Runtime.Atn /// A= /// {1,2}}} or /// - /// + /// /// {1,2},{1,2}}}, etc...

    /// public static int ResolvesToJustOneViableAlt(IEnumerable altsets) @@ -638,7 +638,7 @@ namespace Antlr4.Runtime.Atn /// /// a collection of alternative subsets /// - /// + /// /// /// if every /// @@ -662,7 +662,7 @@ namespace Antlr4.Runtime.Atn /// /// a collection of alternative subsets /// - /// + /// /// /// if /// @@ -693,7 +693,7 @@ namespace Antlr4.Runtime.Atn /// /// a collection of alternative subsets /// - /// + /// /// /// if /// @@ -723,7 +723,7 @@ namespace Antlr4.Runtime.Atn /// /// a collection of alternative subsets /// - /// + /// /// /// if every member of /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs index d8fa8cb26..fcdc41ee5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs index a8c0445c7..a785bd354 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs index 721eee4e2..794dbeda1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs index fcb92c0e8..4d3050ec5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs index b03fcf0f9..67d6f5611 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs index f923d4555..1e2f9696c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -42,7 +42,7 @@ namespace Antlr4.Runtime.Atn /// , which is semantically equivalent to /// a predicate of the form /// - /// + /// /// true}?}. /// public static readonly SemanticContext None = new SemanticContext.Predicate(); @@ -91,7 +91,7 @@ namespace Antlr4.Runtime.Atn /// precedence predicate evaluation. ///
  • A non- /// - /// + /// /// /// : the new simplified /// semantic context after precedence predicates are evaluated.
  • diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs index da7a9cfc1..9918d9399 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs index ee06a3143..a4a35435f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs index 4bb7835a5..b7ad980fa 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs index 36320e599..3a1f01cc3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs index 028d10b7c..7e9ebe024 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs index 6242390c7..ab954584b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs index 7a54535d7..6cdea208d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs index c73aedcf1..c61f5a08d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs index 4d13878bd..1ed317b08 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -54,7 +54,7 @@ namespace Antlr4.Runtime.Atn /// .

    /// /// - /// + /// /// /// if traversing this transition in the ATN does not /// consume an input symbol; otherwise, diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs index 33725eb90..9544ceb8c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs index 32cfdf334..617e7f22f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Atn; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs index ac92a3331..14d8e6f0a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs index 24a000a85..db45a77e9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs index f2a8f278b..efadfa158 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -200,7 +200,7 @@ namespace Antlr4.Runtime /// in tokens has a token. /// /// - /// + /// /// /// if a token is located at index /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs index 60f4603bb..7a7d97f9f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs index ee9b3f6b9..cc755b14a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs index 18075d706..34b6af01c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs index 0e2cc671b..76201ec16 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs index 6d32c5dbb..a4927fa3c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -580,7 +580,7 @@ namespace Antlr4.Runtime /// /// the parser instance /// - /// + /// /// /// if single-token insertion is a viable recovery /// strategy for the current mismatched input, otherwise diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs index 20e318326..60ed6aa67 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs index 5b6b08349..14911b465 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs index d2a66a2b8..6d9915493 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs index 2071c3089..bb449f0d7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs index 8daf9c054..2190b74e5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -132,7 +132,7 @@ namespace Antlr4.Runtime.Dfa /// values. /// /// - /// + /// /// /// if this is a precedence DFA; otherwise, /// @@ -168,7 +168,7 @@ namespace Antlr4.Runtime.Dfa /// /// /// - /// + /// /// /// if this is a precedence DFA; otherwise, /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs index 806b3d19f..ef1dd6dbc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs index da877d6b4..2aee03dc0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs index f2c00e37e..6dd1d8f42 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs index 48ffc32b9..a9eaf42f9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs index 8b036f275..fae8faf62 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs index df0664621..15b97f63d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs index a29289ad5..156cd9c3c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs index 60412925b..d72b09509 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -60,7 +60,7 @@ namespace Antlr4.Runtime /// whether all ambiguities or only exact ambiguities are reported. /// /// - /// + /// /// /// to report only exact ambiguities, otherwise /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs index 8b3cfa149..530e0b585 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Globalization; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs index 9bfeecc1e..56ee9153d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs index f4d81645c..fd5bb08c7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -123,7 +123,7 @@ namespace Antlr4.Runtime /// /// the parser instance /// - /// + /// /// /// if the parser is currently recovering from a parse /// error, otherwise diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs index a29c9b31b..89663af68 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs index 632123158..b7715b063 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs index 7c629a7dd..25c106d5e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -67,7 +67,7 @@ namespace Antlr4.Runtime /// the input index where the decision started /// the input input where the ambiguity was identified /// - /// + /// /// /// if the ambiguity is exactly known, otherwise /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs index c4e8594ad..e8c4f1a0f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs index 33fdf151f..d795ca286 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs index 733d998a7..70be85349 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs index d99da86b8..5830e2341 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs index 068e692ac..d66dc2380 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs index 50b85fa9c..65405d0ed 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs index aadb4693a..6fbffe3f4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs index 683bf5765..3a3313439 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs index f96cc4a92..e84592d96 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs index 28eefd4e8..60a523a96 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -372,7 +372,7 @@ outer_continue: ; public virtual int TokenStartCharIndex { - get + get { return _tokenStartCharIndex; } @@ -380,7 +380,7 @@ outer_continue: ; public virtual int TokenStartLine { - get + get { return _tokenStartLine; } @@ -388,7 +388,7 @@ outer_continue: ; public virtual int TokenStartColumn { - get + get { return _tokenStartColumn; } diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs index 58a881062..1f3a19437 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs index 4b7895077..ce70ce4cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Globalization; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs index 7e064bbd4..39c5c2f89 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs index 64b9e1db6..1c67053b2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs index 29d5c9d4e..885355678 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; @@ -37,7 +37,7 @@ namespace Antlr4.Runtime.Misc /// treated as though it were an empty set. /// /// - /// + /// /// this /// (to support chained calls) /// @@ -206,7 +206,7 @@ namespace Antlr4.Runtime.Misc /// if this set contains no elements. /// /// - /// + /// /// /// if the current set contains no elements; otherwise, /// @@ -248,7 +248,7 @@ namespace Antlr4.Runtime.Misc /// /// The element to check for. /// - /// + /// /// /// if the set contains /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs index d84bf9ce2..d40e5cb7d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs index bfd755cd5..ea0bcab70 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -234,7 +234,7 @@ namespace Antlr4.Runtime.Misc /// /// - /// + /// /// public virtual Antlr4.Runtime.Misc.IntervalSet Complement(IIntSet vocabulary) { @@ -372,7 +372,7 @@ namespace Antlr4.Runtime.Misc /// /// - /// + /// /// public virtual Antlr4.Runtime.Misc.IntervalSet And(IIntSet other) { @@ -474,7 +474,7 @@ namespace Antlr4.Runtime.Misc /// /// - /// + /// /// public virtual bool Contains(int el) { @@ -500,7 +500,7 @@ namespace Antlr4.Runtime.Misc /// /// - /// + /// /// public virtual bool IsNil { @@ -512,7 +512,7 @@ namespace Antlr4.Runtime.Misc /// /// - /// + /// /// public virtual int SingleElement { diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs index 3608be444..82be43afe 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs index 877d0063c..15ff082cd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs index 789d6ba9b..b7d43c72f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Misc diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs index 3fe46ff74..976f8d057 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Misc diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs index ff3a96d50..6a30a3bed 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs index 0340afa9e..4161d4763 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs index 40239d686..52b055e36 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs index d8fed6d4d..876083cfd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs index c35a6c1cc..2abc720cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs index 9c054578f..ba2a2df4a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs index 65cc9e793..919f6ec69 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -357,7 +357,7 @@ namespace Antlr4.Runtime { return _start; } - set + set { _start = value; } @@ -369,7 +369,7 @@ namespace Antlr4.Runtime { return _stop; } - set + set { _stop = value; } diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index bf3ca8fc3..bf8312360 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -7,7 +7,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Antlr4.Runtime")] @@ -21,8 +21,8 @@ using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] #if !PORTABLE || NET45PLUS -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -35,11 +35,11 @@ using System.Runtime.InteropServices; // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("4.5.3.0")] diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs index 3920af9de..68bed823b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs index aa5b23b19..f7b17b48d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs index 4ff352c5f..f046ed435 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs index 4610df0b5..f80e1728b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs index 621c017ae..083e50aa1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs index 0c81b125c..7cfa3869f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs index bd6ce9791..b572984d0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs index edc58ed96..31621fdb2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs index 7739c1396..fe245c939 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs index e36f01770..31bbebdc3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen @@ -71,7 +71,7 @@ namespace Antlr4.Runtime.Sharpen bitCount += (uint)acc; } - // count the bits of the remaining bytes (MAX 29*8) using + // count the bits of the remaining bytes (MAX 29*8) using // "Counting bits set, in parallel" from the "Bit Twiddling Hacks", // the code uses wikipedia's 64-bit popcount_3() implementation: // http://en.wikipedia.org/wiki/Hamming_weight#Efficient_implementation diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs index a195f3449..3f54a7767 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs index 8c21d2339..366854946 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs index acbee678f..74eae78fc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs index ba6b67442..19c6528fd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs index 7d8344f7f..8c4a3290b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime.Sharpen diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs index f0e34f74e..21f81b27b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs index 036c9c777..049ed0635 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs index d61974d9b..ddc71cb44 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ namespace Antlr4.Runtime diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs index d34625509..42ac0a9b4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; @@ -173,7 +173,7 @@ namespace Antlr4.Runtime.Tree /// to the current point. /// /// - /// + /// /// /// to continue visiting children. Otherwise return /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs index 3b33db3a6..253d3c351 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs index 6b8491572..6aae24b55 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs index bc7246673..2f96c6da1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs index 9adc85b77..06195b5f3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs index 1d8cfb8db..064896627 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs index d7b5af177..e40cf95a4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs index 1803f1e7f..ce987d5ba 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Misc; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs index 6cda346b8..5aa41b381 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs index fbdefb7c9..2ab08afc0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs index f4b2de11f..d8fb1a7b7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Concurrent; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs index a61a2d019..1b0aaebad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs index 09ce65583..60890c2aa 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime.Sharpen; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs index 640cd0e32..f2d57143a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -243,7 +243,7 @@ namespace Antlr4.Runtime.Tree.Pattern /// Gets a value indicating whether the match operation succeeded. /// Gets a value indicating whether the match operation succeeded. /// - /// + /// /// /// if the match operation succeeded; otherwise, /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs index 18e0b01f3..7eb10910c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; @@ -104,7 +104,7 @@ namespace Antlr4.Runtime.Tree.Pattern /// Determine whether or not a parse tree matches this tree pattern. /// The parse tree to match against this tree pattern. /// - /// + /// /// /// if /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs index b7893200c..317e4170a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -494,7 +494,7 @@ namespace Antlr4.Runtime.Tree.Pattern /// /// Is /// - /// + /// /// (expr <expr>) /// subtree? /// diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs index 62347b159..da2392118 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs index 166d10447..53c3510ac 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs index 175438f9d..6d224dec8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs index 3044ae424..e03249ded 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs index 1cbe89694..f6060ec3f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; @@ -44,7 +44,7 @@ namespace Antlr4.Runtime.Tree { return _parent; } - set + set { _parent = value; } diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs index 3fb6c0596..5e59e23a7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs index 1548cef22..99f46f711 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs index 19362d228..fdfa1f553 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs index 8abd06a58..f4bc67839 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs index 9a22ebb5b..3c436cf30 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs index e1d50b600..a678c9859 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs index 9410258c5..614a92734 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs index a9e33e1d1..cdbcf9ce4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs index 3f1169f99..b62b28d59 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs index 5d1f0e4d6..245a9c6ed 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs index ba35e9d11..f008ea0f9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs index 628a81826..b16ae8116 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System; @@ -155,7 +155,7 @@ namespace Antlr4.Runtime { return _tokenSource; } - set + set { _tokenSource = value; } diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs index 0d3e20b0b..f406e4de4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using Antlr4.Runtime; diff --git a/runtime/Cpp/demo/Linux/main.cpp b/runtime/Cpp/demo/Linux/main.cpp index 242d52447..f3824ce8c 100644 --- a/runtime/Cpp/demo/Linux/main.cpp +++ b/runtime/Cpp/demo/Linux/main.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp index 263acc6f5..6e6775f1e 100644 --- a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp index ae3326ead..e6cc8c98b 100644 --- a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorListener.h b/runtime/Cpp/runtime/src/ANTLRErrorListener.h index 39eeec3e8..e8f98a723 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorListener.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h index 722b1610b..dc1e98d31 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp index 3835fed2a..91efc00e0 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.h b/runtime/Cpp/runtime/src/ANTLRFileStream.h index 6ef8558b9..126bc4263 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.h +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp index 4c0df7f56..a7dccf254 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.h b/runtime/Cpp/runtime/src/ANTLRInputStream.h index 72f155db7..c52231883 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.h +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp index 1f0e96685..452eead14 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.h b/runtime/Cpp/runtime/src/BailErrorStrategy.h index 33af4d82b..ab7a8ee0f 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.h +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.cpp b/runtime/Cpp/runtime/src/BaseErrorListener.cpp index 8463488f7..8561b669a 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.cpp +++ b/runtime/Cpp/runtime/src/BaseErrorListener.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.h b/runtime/Cpp/runtime/src/BaseErrorListener.h index c26c06f91..7fbe424e3 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.h +++ b/runtime/Cpp/runtime/src/BaseErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp index d13c72426..2a370d117 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.h b/runtime/Cpp/runtime/src/BufferedTokenStream.h index e66e3bc9f..83f026b7a 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -136,7 +136,7 @@ namespace antlr4 { *
      */ bool _fetchedEOF; - + /// /// Make sure index {@code i} in tokens has a token. /// @@ -150,7 +150,7 @@ namespace antlr4 { /// /// The actual number of elements added to the buffer. virtual size_t fetch(size_t n); - + virtual Token* LB(size_t k); /// Allowed derived classes to modify the behavior of operations which change @@ -187,7 +187,7 @@ namespace antlr4 { * as though it were on every channel.

      */ virtual ssize_t previousTokenOnChannel(size_t i, size_t channel); - + virtual std::vector filterForChannel(size_t from, size_t to, ssize_t channel); bool isInitialized() const; diff --git a/runtime/Cpp/runtime/src/CharStream.cpp b/runtime/Cpp/runtime/src/CharStream.cpp index b30cc5f5d..cb93bd37a 100755 --- a/runtime/Cpp/runtime/src/CharStream.cpp +++ b/runtime/Cpp/runtime/src/CharStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CharStream.h b/runtime/Cpp/runtime/src/CharStream.h index 5cf392114..66a9f3b73 100755 --- a/runtime/Cpp/runtime/src/CharStream.h +++ b/runtime/Cpp/runtime/src/CharStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.cpp b/runtime/Cpp/runtime/src/CommonToken.cpp index 335d2eec4..69bfabd05 100755 --- a/runtime/Cpp/runtime/src/CommonToken.cpp +++ b/runtime/Cpp/runtime/src/CommonToken.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.h b/runtime/Cpp/runtime/src/CommonToken.h index fd3e0a562..27eea9a4a 100755 --- a/runtime/Cpp/runtime/src/CommonToken.h +++ b/runtime/Cpp/runtime/src/CommonToken.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -49,7 +49,7 @@ namespace antlr4 { * the same source and input stream share a reference to the same * {@link Pair} containing these values.

      */ - + std::pair _source; // ml: pure references, usually from statically allocated classes. /** @@ -149,7 +149,7 @@ namespace antlr4 { virtual CharStream *getInputStream() const override; virtual std::string toString() const override; - + private: void InitializeInstanceFields(); }; diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp index 0ec92c352..04174bc5f 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.h b/runtime/Cpp/runtime/src/CommonTokenFactory.h index 324cf423b..363039371 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.h +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.cpp b/runtime/Cpp/runtime/src/CommonTokenStream.cpp index b26a0b9a0..da5244ad8 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.h b/runtime/Cpp/runtime/src/CommonTokenStream.h index 0f8268a7d..bdacc361a 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.h +++ b/runtime/Cpp/runtime/src/CommonTokenStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp index dd4a9738b..34603e174 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.h b/runtime/Cpp/runtime/src/ConsoleErrorListener.h index fe22fef33..da9332f9e 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.h +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp index 707765e89..49ca8629c 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -264,7 +264,7 @@ Token* DefaultErrorStrategy::getMissingSymbol(Parser *recognizer) { { current->getTokenSource(), current->getTokenSource()->getInputStream() }, expectedTokenType, tokenText, Token::DEFAULT_CHANNEL, INVALID_INDEX, INVALID_INDEX, current->getLine(), current->getCharPositionInLine())); - + return _errorSymbols.back().get(); } diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h index c757ae9df..b0472d8ad 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp index 2c04a6017..668c94ef2 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h index b4d2449aa..4beee0eb7 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.cpp b/runtime/Cpp/runtime/src/Exceptions.cpp index 22868229f..b7f0b17f0 100644 --- a/runtime/Cpp/runtime/src/Exceptions.cpp +++ b/runtime/Cpp/runtime/src/Exceptions.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.h b/runtime/Cpp/runtime/src/Exceptions.h index 29defd8a9..1f9eab44c 100644 --- a/runtime/Cpp/runtime/src/Exceptions.h +++ b/runtime/Cpp/runtime/src/Exceptions.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.cpp b/runtime/Cpp/runtime/src/FailedPredicateException.cpp index ae52728be..2a24df890 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.cpp +++ b/runtime/Cpp/runtime/src/FailedPredicateException.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.h b/runtime/Cpp/runtime/src/FailedPredicateException.h index 3d1e919f9..3d6cd415a 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.h +++ b/runtime/Cpp/runtime/src/FailedPredicateException.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IRecognizer.h b/runtime/Cpp/runtime/src/IRecognizer.h index 98ae12a4f..7ea956451 100644 --- a/runtime/Cpp/runtime/src/IRecognizer.h +++ b/runtime/Cpp/runtime/src/IRecognizer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.cpp b/runtime/Cpp/runtime/src/InputMismatchException.cpp index 0c289c3ca..a22d6e7d2 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.cpp +++ b/runtime/Cpp/runtime/src/InputMismatchException.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.h b/runtime/Cpp/runtime/src/InputMismatchException.h index 5157a9941..cf5ac664c 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.h +++ b/runtime/Cpp/runtime/src/InputMismatchException.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.cpp b/runtime/Cpp/runtime/src/IntStream.cpp index 30f78a13c..b069c56e4 100755 --- a/runtime/Cpp/runtime/src/IntStream.cpp +++ b/runtime/Cpp/runtime/src/IntStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.h b/runtime/Cpp/runtime/src/IntStream.h index 69f8a1f8e..8f39bae75 100755 --- a/runtime/Cpp/runtime/src/IntStream.h +++ b/runtime/Cpp/runtime/src/IntStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -28,7 +28,7 @@ namespace antlr4 { class ANTLR4CPP_PUBLIC IntStream { public: static const size_t EOF = (size_t)-1; - + /// The value returned by when the end of the stream is /// reached. /// No explicit EOF definition. We got EOF on all platforms. @@ -41,7 +41,7 @@ namespace antlr4 { static const std::string UNKNOWN_SOURCE_NAME; virtual ~IntStream() {}; - + /// /// Consumes the current symbol in the stream. This method has the following /// effects: diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp index cac1d9c19..f990f66cb 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.h b/runtime/Cpp/runtime/src/InterpreterRuleContext.h index f1ef4c65a..0c9c27a17 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.h +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.cpp b/runtime/Cpp/runtime/src/Lexer.cpp index 02033014f..786f5d7ae 100755 --- a/runtime/Cpp/runtime/src/Lexer.cpp +++ b/runtime/Cpp/runtime/src/Lexer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.h b/runtime/Cpp/runtime/src/Lexer.h index eea5cdf30..620915631 100755 --- a/runtime/Cpp/runtime/src/Lexer.h +++ b/runtime/Cpp/runtime/src/Lexer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.cpp b/runtime/Cpp/runtime/src/LexerInterpreter.cpp index aab46d465..c7de3872a 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.cpp +++ b/runtime/Cpp/runtime/src/LexerInterpreter.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.h b/runtime/Cpp/runtime/src/LexerInterpreter.h index 0f83ed723..e3a2112c5 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.h +++ b/runtime/Cpp/runtime/src/LexerInterpreter.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -28,7 +28,7 @@ namespace antlr4 { virtual const std::vector& getTokenNames() const override; virtual const std::vector& getRuleNames() const override; virtual const std::vector& getModeNames() const override; - + virtual const dfa::Vocabulary& getVocabulary() const override; protected: diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp index 2779bbcee..b3ff6c3e5 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.h b/runtime/Cpp/runtime/src/LexerNoViableAltException.h index 979948a90..90ce46128 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.h +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -25,7 +25,7 @@ namespace antlr4 { /// Which configurations did we try at input.index() that couldn't match input.LA(1)? atn::ATNConfigSet *_deadEndConfigs; - + }; } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/ListTokenSource.cpp b/runtime/Cpp/runtime/src/ListTokenSource.cpp index 9d4678c73..8f4a01045 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.cpp +++ b/runtime/Cpp/runtime/src/ListTokenSource.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ListTokenSource.h b/runtime/Cpp/runtime/src/ListTokenSource.h index 81ab5451f..c86b61fbc 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.h +++ b/runtime/Cpp/runtime/src/ListTokenSource.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.cpp b/runtime/Cpp/runtime/src/NoViableAltException.cpp index d8e0efecf..807cee29e 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/NoViableAltException.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.h b/runtime/Cpp/runtime/src/NoViableAltException.h index 1c459c835..1826aebe7 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.h +++ b/runtime/Cpp/runtime/src/NoViableAltException.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -33,7 +33,7 @@ namespace antlr4 { /// time the error occurred, of course the stream needs to keep a /// buffer all of the tokens but later we might not have access to those.) Token *_startToken; - + }; } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/Parser.cpp b/runtime/Cpp/runtime/src/Parser.cpp index 6e85c0dff..bf663ca78 100755 --- a/runtime/Cpp/runtime/src/Parser.cpp +++ b/runtime/Cpp/runtime/src/Parser.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Parser.h b/runtime/Cpp/runtime/src/Parser.h index e4f298919..7729faf1a 100755 --- a/runtime/Cpp/runtime/src/Parser.h +++ b/runtime/Cpp/runtime/src/Parser.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -172,7 +172,7 @@ namespace antlr4 { /// /// virtual void removeParseListeners(); - + /// /// Notify any parse listeners of an enter rule event. /// @@ -184,7 +184,7 @@ namespace antlr4 { /// /// virtual void triggerExitRuleEvent(); - + /// /// Gets the number of syntax errors reported during parsing. This value is /// incremented each time is called. @@ -354,18 +354,18 @@ namespace antlr4 { virtual std::string getSourceName(); atn::ParseInfo getParseInfo() const; - + /** * @since 4.3 */ void setProfile(bool profile); - + /// /// During a parse is sometimes useful to listen in on the rule entry and exit /// events as well as token matches. This is for quick and dirty debugging. /// virtual void setTrace(bool trace); - + /** * Gets whether a {@link TraceListener} is registered as a parse listener * for the parser. @@ -394,7 +394,7 @@ namespace antlr4 { TokenStream *_input; std::vector _precedenceStack; - + /// /// Specifies whether or not the parser should construct a parse tree during /// the parsing process. The default value is {@code true}. @@ -413,10 +413,10 @@ namespace antlr4 { /// incremented each time is called. /// size_t _syntaxErrors; - + /** Indicates parser has match()ed EOF token. See {@link #exitRule()}. */ bool _matchedEOF; - + virtual void addContextToParseTree(); // All rule contexts created during a parse run. This is cleared when calling reset(). diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.cpp b/runtime/Cpp/runtime/src/ParserInterpreter.cpp index 256ef79a7..054ee02c3 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.cpp +++ b/runtime/Cpp/runtime/src/ParserInterpreter.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -90,7 +90,7 @@ ParserRuleContext* ParserInterpreter::parse(size_t startRuleIndex) { atn::RuleStartState *startRuleStartState = _atn.ruleToStartState[startRuleIndex]; _rootContext = createInterpreterRuleContext(nullptr, atn::ATNState::INVALID_STATE_NUMBER, startRuleIndex); - + if (startRuleStartState->isLeftRecursiveRule) { enterRecursionRule(_rootContext, startRuleStartState->stateNumber, startRuleIndex, 0); } else { @@ -114,7 +114,7 @@ ParserRuleContext* ParserInterpreter::parse(size_t startRuleIndex) { return _rootContext; } } - + visitRuleStopState(p); break; @@ -128,7 +128,7 @@ ParserRuleContext* ParserInterpreter::parse(size_t startRuleIndex) { getContext()->exception = std::current_exception(); recover(e); } - + break; } } diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.h b/runtime/Cpp/runtime/src/ParserInterpreter.h index ddafeb1c9..351065c1e 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.h +++ b/runtime/Cpp/runtime/src/ParserInterpreter.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -37,14 +37,14 @@ namespace antlr4 { ~ParserInterpreter(); virtual void reset() override; - + virtual const atn::ATN& getATN() const override; // @deprecated virtual const std::vector& getTokenNames() const override; virtual const dfa::Vocabulary& getVocabulary() const override; - + virtual const std::vector& getRuleNames() const override; virtual std::string getGrammarFileName() const override; @@ -95,9 +95,9 @@ namespace antlr4 { * @since 4.5.1 */ void addDecisionOverride(int decision, int tokenIndex, int forcedAlt); - + Ref getOverrideDecisionRoot() const; - + /** Return the root of the parse, which can be useful if the parser * bails out. You still can access the top node. Note that, * because of the way left recursive rules add children, it's possible @@ -132,7 +132,7 @@ namespace antlr4 { * associated with left operand of an alt like "expr '*' expr". */ std::stack> _parentContextStack; - + /** We need a map from (decision,inputIndex)->forced alt for computing ambiguous * parse trees. For now, we allow exactly one override. */ @@ -147,7 +147,7 @@ namespace antlr4 { */ Ref _overrideDecisionRoot; InterpreterRuleContext* _rootContext; - + virtual atn::ATNState *getATNState(); virtual void visitState(atn::ATNState *p); diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.cpp b/runtime/Cpp/runtime/src/ParserRuleContext.cpp index e45b9a269..a665518ae 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.cpp +++ b/runtime/Cpp/runtime/src/ParserRuleContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.h b/runtime/Cpp/runtime/src/ParserRuleContext.h index 856825145..3acc63543 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.h +++ b/runtime/Cpp/runtime/src/ParserRuleContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp index 4eb28282f..9cdf871c4 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.h b/runtime/Cpp/runtime/src/ProxyErrorListener.h index 09f6eaa49..88e56a903 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.h +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -19,7 +19,7 @@ namespace antlr4 { public: void addErrorListener(ANTLRErrorListener *listener); - void removeErrorListener(ANTLRErrorListener *listener); + void removeErrorListener(ANTLRErrorListener *listener); void removeErrorListeners(); void syntaxError(IRecognizer *recognizer, Token *offendingSymbol, size_t line, size_t charPositionInLine, diff --git a/runtime/Cpp/runtime/src/RecognitionException.cpp b/runtime/Cpp/runtime/src/RecognitionException.cpp index 06b82e68e..39483fc5d 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.cpp +++ b/runtime/Cpp/runtime/src/RecognitionException.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RecognitionException.h b/runtime/Cpp/runtime/src/RecognitionException.h index c04589478..1aa4cdcf9 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.h +++ b/runtime/Cpp/runtime/src/RecognitionException.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -34,7 +34,7 @@ namespace antlr4 { RecognitionException(const std::string &message, IRecognizer *recognizer, IntStream *input, ParserRuleContext *ctx, Token *offendingToken = nullptr); ~RecognitionException() {} - + /// Get the ATN state number the parser was in at the time the error /// occurred. For NoViableAltException and /// LexerNoViableAltException exceptions, this is the diff --git a/runtime/Cpp/runtime/src/Recognizer.cpp b/runtime/Cpp/runtime/src/Recognizer.cpp index d09bc2eff..b5fb14328 100755 --- a/runtime/Cpp/runtime/src/Recognizer.cpp +++ b/runtime/Cpp/runtime/src/Recognizer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Recognizer.h b/runtime/Cpp/runtime/src/Recognizer.h index efaedeeea..8abd8ee4c 100755 --- a/runtime/Cpp/runtime/src/Recognizer.h +++ b/runtime/Cpp/runtime/src/Recognizer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -81,7 +81,7 @@ namespace antlr4 { * prediction. */ void setInterpreter(atn::ATNSimulator *interpreter); - + /// What is the error header, normally line/character position information? virtual std::string getErrorHeader(RecognitionException *e); @@ -151,7 +151,7 @@ namespace antlr4 { ProxyErrorListener _proxListener; // Manages a collection of listeners. size_t _stateNumber; - + void InitializeInstanceFields(); }; diff --git a/runtime/Cpp/runtime/src/RuleContext.cpp b/runtime/Cpp/runtime/src/RuleContext.cpp index f216f26dd..8957410df 100755 --- a/runtime/Cpp/runtime/src/RuleContext.cpp +++ b/runtime/Cpp/runtime/src/RuleContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContext.h b/runtime/Cpp/runtime/src/RuleContext.h index 0450edbd5..cc5403f40 100755 --- a/runtime/Cpp/runtime/src/RuleContext.h +++ b/runtime/Cpp/runtime/src/RuleContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -129,7 +129,7 @@ namespace antlr4 { virtual std::string toString(const std::vector &ruleNames, RuleContext *stop); bool operator == (const RuleContext &other) { return this == &other; } // Simple address comparison. - + private: void InitializeInstanceFields(); }; diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp index 0c4d9ee31..7b7b13593 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h index c888a4210..261c006e6 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -21,7 +21,7 @@ namespace antlr4 { class ANTLR4CPP_PUBLIC RuleContextWithAltNum : public ParserRuleContext { public: size_t altNum = 0; - + RuleContextWithAltNum(); RuleContextWithAltNum(ParserRuleContext *parent, int invokingStateNumber); diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp index 7eae23886..aa9313a43 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.h b/runtime/Cpp/runtime/src/RuntimeMetaData.h index 5b05f894b..ba201fcda 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.h +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Token.h b/runtime/Cpp/runtime/src/Token.h index a452e8e10..f3b9c7431 100755 --- a/runtime/Cpp/runtime/src/Token.h +++ b/runtime/Cpp/runtime/src/Token.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -45,7 +45,7 @@ namespace antlr4 { * @see Token#getChannel() */ static const size_t MIN_USER_CHANNEL_VALUE = 2; - + /// Get the text of the token. virtual std::string getText() const = 0; diff --git a/runtime/Cpp/runtime/src/TokenFactory.h b/runtime/Cpp/runtime/src/TokenFactory.h index 26366543e..a5dcc734b 100755 --- a/runtime/Cpp/runtime/src/TokenFactory.h +++ b/runtime/Cpp/runtime/src/TokenFactory.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -14,7 +14,7 @@ namespace antlr4 { class ANTLR4CPP_PUBLIC TokenFactory { public: virtual ~TokenFactory() {}; - + /// This is the method used to create tokens in the lexer and in the /// error handling strategy. If text!=null, than the start and stop positions /// are wiped to -1 in the text override is set in the CommonToken. diff --git a/runtime/Cpp/runtime/src/TokenSource.h b/runtime/Cpp/runtime/src/TokenSource.h index 8f5dd8c4a..250c8ef5c 100755 --- a/runtime/Cpp/runtime/src/TokenSource.h +++ b/runtime/Cpp/runtime/src/TokenSource.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.cpp b/runtime/Cpp/runtime/src/TokenStream.cpp index c518c01e0..4eae24ee1 100755 --- a/runtime/Cpp/runtime/src/TokenStream.cpp +++ b/runtime/Cpp/runtime/src/TokenStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.h b/runtime/Cpp/runtime/src/TokenStream.h index f2c337a90..0740ba08d 100755 --- a/runtime/Cpp/runtime/src/TokenStream.h +++ b/runtime/Cpp/runtime/src/TokenStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp index f2fcdf06f..d78f8b8e4 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.h b/runtime/Cpp/runtime/src/TokenStreamRewriter.h index 44de940d3..66990177d 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.h +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -130,7 +130,7 @@ namespace antlr4 { virtual void Delete(const std::string &programName, Token *from, Token *to); virtual size_t getLastRewriteTokenIndex(); - + /// Return the text from the original tokens altered per the /// instructions given to this rewriter. virtual std::string getText(); @@ -139,7 +139,7 @@ namespace antlr4 { * instructions given to this rewriter in programName. */ std::string getText(std::string programName); - + /// Return the text associated with the tokens in the interval from the /// original token stream but with the alterations given to this rewriter. /// The interval refers to the indexes in the original token stream. diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp index 4d4387820..88e92fc36 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -165,7 +165,7 @@ std::string UnbufferedCharStream::getSourceName() const { if (name.empty()) { return UNKNOWN_SOURCE_NAME; } - + return name; } diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.h b/runtime/Cpp/runtime/src/UnbufferedCharStream.h index 5e860daab..7d5cc1716 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -92,7 +92,7 @@ namespace antlr4 { size_t _currentCharIndex; std::wistream &_input; - + /// /// Make sure we have 'want' elements from current position . /// Last valid {@code p} index is {@code data.length-1}. {@code p+need-1} is diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp index de5f68c38..27f63d48a 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h index 994a8d4aa..2a634eb46 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -95,7 +95,7 @@ namespace antlr4 { /// that implement . /// size_t _currentTokenIndex; - + virtual void sync(ssize_t want); /// diff --git a/runtime/Cpp/runtime/src/Vocabulary.cpp b/runtime/Cpp/runtime/src/Vocabulary.cpp index d050fcb68..5deb97ef0 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.cpp +++ b/runtime/Cpp/runtime/src/Vocabulary.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Vocabulary.h b/runtime/Cpp/runtime/src/Vocabulary.h index 00255fd19..a8c6bfdfd 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.h +++ b/runtime/Cpp/runtime/src/Vocabulary.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -15,7 +15,7 @@ namespace dfa { class ANTLR4CPP_PUBLIC Vocabulary { public: virtual ~Vocabulary() {}; - + /// Gets an empty instance. /// /// @@ -25,7 +25,7 @@ namespace dfa { static const Vocabulary EMPTY_VOCABULARY; Vocabulary() {}; - + /// /// Constructs a new instance of from the specified /// literal and symbolic token names. @@ -187,6 +187,6 @@ namespace dfa { std::vector const _displayNames; const size_t _maxTokenType = 0; }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/WritableToken.h b/runtime/Cpp/runtime/src/WritableToken.h index cd3912b49..e48e469f9 100755 --- a/runtime/Cpp/runtime/src/WritableToken.h +++ b/runtime/Cpp/runtime/src/WritableToken.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-common.h b/runtime/Cpp/runtime/src/antlr4-common.h index 498437323..4391f7efe 100644 --- a/runtime/Cpp/runtime/src/antlr4-common.h +++ b/runtime/Cpp/runtime/src/antlr4-common.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-runtime.h b/runtime/Cpp/runtime/src/antlr4-runtime.h index c4e693254..2c9518b14 100644 --- a/runtime/Cpp/runtime/src/antlr4-runtime.h +++ b/runtime/Cpp/runtime/src/antlr4-runtime.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.cpp b/runtime/Cpp/runtime/src/atn/ATN.cpp index a531e11ba..7323ced8a 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.cpp +++ b/runtime/Cpp/runtime/src/atn/ATN.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.h b/runtime/Cpp/runtime/src/atn/ATN.h index 1faaf5fef..8d7f9b8a0 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.h +++ b/runtime/Cpp/runtime/src/atn/ATN.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -104,6 +104,6 @@ namespace atn { std::string toString() const; }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp index df502a0b9..2dfbe6324 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.h b/runtime/Cpp/runtime/src/atn/ATNConfig.h index 114b4922b..488770480 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -30,10 +30,10 @@ namespace atn { return lhs == rhs; } }; - + using Set = std::unordered_set, Hasher, Comparer>; - + /// The ATN state associated with this configuration. ATNState * state; diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp index 862280273..810e102da 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -67,7 +67,7 @@ bool ATNConfigSet::add(const Ref &config, PredictionContextMergeCache if (config->isPrecedenceFilterSuppressed()) { existing->setPrecedenceFilterSuppressed(true); } - + existing->context = merged; // replace context; no need to alt mapping return true; diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h index d5d9a5a88..c6f6a1e10 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp index c77fdc679..8b266892a 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h index 145483c5b..030b93e12 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp index dc0988425..d28ede5cd 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -591,7 +591,7 @@ Guid ATNDeserializer::toUUID(const unsigned short *data, size_t offset) { Transition *ATNDeserializer::edgeFactory(const ATN &atn, size_t type, size_t /*src*/, size_t trg, size_t arg1, size_t arg2, size_t arg3, const std::vector &sets) { - + ATNState *target = atn.states[trg]; switch (type) { case Transition::EPSILON: diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h index aa918bd1f..54f4f9f22 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -70,7 +70,7 @@ namespace atn { /// This list contains all of the currently supported UUIDs, ordered by when /// the feature first appeared in this branch. static std::vector& SUPPORTED_UUIDS(); - + ATNDeserializationOptions deserializationOptions; }; diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp index 21608db63..fb77c1c9e 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.h b/runtime/Cpp/runtime/src/atn/ATNSerializer.h index 67fea8ec1..531d0bdd2 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp index 951fdd05f..618b35324 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.h b/runtime/Cpp/runtime/src/atn/ATNSimulator.h index aa28e781a..3b67d466d 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.cpp b/runtime/Cpp/runtime/src/atn/ATNState.cpp index f655f8931..793921de0 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.h b/runtime/Cpp/runtime/src/atn/ATNState.h index 795668cb4..d9bfc9db7 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.h +++ b/runtime/Cpp/runtime/src/atn/ATNState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -73,7 +73,7 @@ namespace atn { class ANTLR4CPP_PUBLIC ATNState { public: ATNState(); - + virtual ~ATNState(); static const size_t INITIAL_NUM_TRANSITIONS = 4; diff --git a/runtime/Cpp/runtime/src/atn/ATNType.h b/runtime/Cpp/runtime/src/atn/ATNType.h index 151e4a33d..dc3ac0881 100755 --- a/runtime/Cpp/runtime/src/atn/ATNType.h +++ b/runtime/Cpp/runtime/src/atn/ATNType.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp index 6cb29f142..53ad8dcfe 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h index 27bcd5e33..9f91493c5 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -11,7 +11,7 @@ namespace antlr4 { namespace atn { class ANTState; - + class ANTLR4CPP_PUBLIC AbstractPredicateTransition : public Transition { public: diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp index 105f6c5d3..6a7fc60be 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.h b/runtime/Cpp/runtime/src/atn/ActionTransition.h index a85a9c6b6..72d5fa39e 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.h +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp index 46038b8a2..d3188b364 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -11,6 +11,6 @@ using namespace antlr4::atn; AmbiguityInfo::AmbiguityInfo(size_t decision, ATNConfigSet *configs, const antlrcpp::BitSet &ambigAlts, TokenStream *input, size_t startIndex, size_t stopIndex, bool fullCtx) : DecisionEventInfo(decision, configs, input, startIndex, stopIndex, fullCtx) { - + this->ambigAlts = ambigAlts; } diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h index a640a5828..18474ef57 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp index 8a0f82b68..6f7dc9ba3 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h index 2ed1eff80..2c59efc76 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h @@ -1,6 +1,6 @@  /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -12,7 +12,7 @@ namespace antlr4 { namespace atn { class SingletonPredictionContext; - + class ANTLR4CPP_PUBLIC ArrayPredictionContext : public PredictionContext { public: /// Parent can be empty only if full ctx mode and we make an array diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp index 46595b773..99c7b7ca2 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.h b/runtime/Cpp/runtime/src/atn/AtomTransition.h index f01092e44..725c36996 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.h +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp index a8fe6ef3f..e89439b6a 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h index d205b1a1b..a3f7442b7 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.cpp b/runtime/Cpp/runtime/src/atn/BasicState.cpp index e9be4c845..e3c70fddc 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.h b/runtime/Cpp/runtime/src/atn/BasicState.h index f7adb1b03..c4f4c92cf 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.h +++ b/runtime/Cpp/runtime/src/atn/BasicState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp index 3da1160d1..4577b71ca 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.h b/runtime/Cpp/runtime/src/atn/BlockEndState.h index 64811697f..596458e6b 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.h +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockStartState.h b/runtime/Cpp/runtime/src/atn/BlockStartState.h index a34f19a9b..e7f90e8c3 100755 --- a/runtime/Cpp/runtime/src/atn/BlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BlockStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp index f341ec4f0..256866de2 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h index 74447d8e1..9595822b3 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp index a01dc2658..79e2c2937 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h index a13985ddf..9ee7940a9 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp index 64df51ba0..87a6c3fd8 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.h b/runtime/Cpp/runtime/src/atn/DecisionInfo.h index 8303fcb21..bd8372a24 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.cpp b/runtime/Cpp/runtime/src/atn/DecisionState.cpp index 12b3f70fa..b1d341a07 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.h b/runtime/Cpp/runtime/src/atn/DecisionState.h index 194e7fff4..98dd350d3 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.h +++ b/runtime/Cpp/runtime/src/atn/DecisionState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp index ec17eb7da..bad7018a6 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h index 5a8f5ebb6..bea233cc9 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp index 09abc123c..b098895ba 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h index 1f9074216..86f696153 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp index ce89da7b8..bcc2cdb41 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.h b/runtime/Cpp/runtime/src/atn/ErrorInfo.h index de4ab0afe..3c9850a6a 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.h +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp index 0196731b8..db47a0fd0 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -40,7 +40,7 @@ std::vector LL1Analyzer::getDecisionLookahead(ATNState *s) co antlrcpp::BitSet callRuleStack; _LOOK(s->transitions[alt]->target, nullptr, PredictionContext::EMPTY, look[alt], lookBusy, callRuleStack, seeThruPreds, false); - + // Wipe out lookahead for this alternative if we found nothing // or we had a predicate when we !seeThruPreds if (look[alt].size() == 0 || look[alt].contains(HIT_PRED)) { @@ -68,7 +68,7 @@ misc::IntervalSet LL1Analyzer::LOOK(ATNState *s, ATNState *stopState, RuleContex void LL1Analyzer::_LOOK(ATNState *s, ATNState *stopState, Ref const& ctx, misc::IntervalSet &look, ATNConfig::Set &lookBusy, antlrcpp::BitSet &calledRuleStack, bool seeThruPreds, bool addEOF) const { - + Ref c = std::make_shared(s, 0, ctx); if (lookBusy.count(c) > 0) // Keep in mind comparison is based on members of the class, not the actual instance. diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h index a7459b3e5..a638cba6e 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp index 07eff1bcb..436204296 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h index d7c4c9c08..5202f052c 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp index bb0326406..5d7d58e8d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -163,7 +163,7 @@ size_t LexerATNSimulator::execATN(CharStream *input, dfa::DFAState *ds0) { if (t != Token::EOF) { consume(input); } - + if (target->isAcceptState) { captureSimState(input, target); if (t == Token::EOF) { @@ -368,7 +368,7 @@ bool LexerATNSimulator::closure(CharStream *input, const Ref &co Ref LexerATNSimulator::getEpsilonTarget(CharStream *input, const Ref &config, Transition *t, ATNConfigSet *configs, bool speculative, bool treatEofAsEpsilon) { - + Ref c = nullptr; switch (t->getSerializationType()) { case Transition::RULE: { @@ -451,7 +451,7 @@ Ref LexerATNSimulator::getEpsilonTarget(CharStream *input, const break; } } - + break; default: // To silence the compiler. Other transition types are not used here. diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h index d7c41d37d..4b3ee59a1 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -18,7 +18,7 @@ namespace atn { class SimState { public: virtual ~SimState() {}; - + protected: size_t index; size_t line; @@ -92,7 +92,7 @@ namespace atn { virtual void reset() override; virtual void clearDFA() override; - + protected: virtual size_t matchATN(CharStream *input); virtual size_t execATN(CharStream *input, dfa::DFAState *ds0); diff --git a/runtime/Cpp/runtime/src/atn/LexerAction.h b/runtime/Cpp/runtime/src/atn/LexerAction.h index 0eaa9dfae..d1e46cddc 100755 --- a/runtime/Cpp/runtime/src/atn/LexerAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -21,7 +21,7 @@ namespace atn { class ANTLR4CPP_PUBLIC LexerAction { public: virtual ~LexerAction() {}; - + /// /// Gets the serialization type of the lexer action. /// @@ -57,7 +57,7 @@ namespace atn { virtual bool operator != (const LexerAction &obj) const { return !(*this == obj); } - + virtual std::string toString() const = 0; }; diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp index f6787d4c9..98d639fb8 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -99,6 +99,6 @@ size_t LexerActionExecutor::generateHashCode() const { hash = MurmurHash::update(hash, lexerAction); } MurmurHash::finish(hash, _lexerActions.size()); - + return hash; } diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h index 4dc450c0e..0725dfc53 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionType.h b/runtime/Cpp/runtime/src/atn/LexerActionType.h index 77a91653e..538e4f734 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionType.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionType.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp index 689e83add..cba91d3d1 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h index 89dce3fd0..7c651d59f 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -50,7 +50,7 @@ namespace atn { /// value provided by . /// virtual void execute(Lexer *lexer) override; - + virtual size_t hashCode() const override; virtual bool operator == (const LexerAction &obj) const override; virtual std::string toString() const override; diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp index 634261323..a912c6720 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h index ed0384259..2b571e0f6 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp index 7f3dd500b..34b528629 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h index 4128e1764..ed6433bf4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp index c753532fb..e3072e2e9 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.h b/runtime/Cpp/runtime/src/atn/LexerModeAction.h index 6cb06852b..2ed595556 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp index 102bd2842..4b20ddfb8 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h index 0f63aeb2a..99ef85c37 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -52,6 +52,6 @@ namespace atn { /// Constructs the singleton instance of the lexer {@code more} command. LexerMoreAction(); }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp index 9a7fa57d4..366293ca7 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h index 10371bdfe..706b144c4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -52,6 +52,6 @@ namespace atn { /// Constructs the singleton instance of the lexer {@code popMode} command. LexerPopModeAction(); }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp index 44ffa4099..8b1282c70 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h index ca6f801e3..ef5e29c39 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp index 41a218fd9..f0ca3eb73 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h index 0ac5a2f1c..462301cd8 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp index 353f7588d..618075345 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h index 439bda0fc..06dd9157d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp index 50b26b03e..b24d9caa1 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -11,6 +11,6 @@ using namespace antlr4::atn; LookaheadEventInfo::LookaheadEventInfo(size_t decision, ATNConfigSet *configs, size_t predictedAlt, TokenStream *input, size_t startIndex, size_t stopIndex, bool fullCtx) : DecisionEventInfo(decision, configs, input, startIndex, stopIndex, fullCtx) { - + this->predictedAlt = predictedAlt; } diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h index 1d77e3413..36853bb7c 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp index 8bb337813..99a248b1f 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.h b/runtime/Cpp/runtime/src/atn/LoopEndState.h index 77ed3ee6f..d3b9ec104 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.h +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp index 7f3eef7e0..0ea79fd0a 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.h b/runtime/Cpp/runtime/src/atn/NotSetTransition.h index 0d6550f1a..15e647dee 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.h +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp index ec4591bdc..defccb433 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h index 6800df1e6..2d6c87de5 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp index 76b7c74dd..68c6c2eeb 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.h b/runtime/Cpp/runtime/src/atn/ParseInfo.h index 0d4cf4368..69bbd2659 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.h +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp index dabfa2d1a..bf4723292 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -62,7 +62,7 @@ void ParserATNSimulator::clearDFA() { } size_t ParserATNSimulator::adaptivePredict(TokenStream *input, size_t decision, ParserRuleContext *outerContext) { - + #if DEBUG_ATN == 1 || DEBUG_LIST_ATN_DECISIONS == 1 std::cout << "adaptivePredict decision " << decision << " exec LA(1)==" << getLookaheadName(input) << " line " << input->LT(1)->getLine() << ":" << input->LT(1)->getCharPositionInLine() << std::endl; @@ -133,7 +133,7 @@ size_t ParserATNSimulator::adaptivePredict(TokenStream *input, size_t decision, size_t ParserATNSimulator::execATN(dfa::DFA &dfa, dfa::DFAState *s0, TokenStream *input, size_t startIndex, ParserRuleContext *outerContext) { - + #if DEBUG_ATN == 1 || DEBUG_LIST_ATN_DECISIONS == 1 std::cout << "execATN decision " << dfa.decision << " exec LA(1)==" << getLookaheadName(input) << " line " << input->LT(1)->getLine() << ":" << input->LT(1)->getCharPositionInLine() << std::endl; @@ -423,7 +423,7 @@ size_t ParserATNSimulator::execATNWithFullContext(dfa::DFA &dfa, dfa::DFAState * } std::unique_ptr ParserATNSimulator::computeReachSet(ATNConfigSet *closure_, size_t t, bool fullCtx) { - + std::unique_ptr intermediate(new ATNConfigSet(fullCtx)); /* Configurations already in a rule stop state indicate reaching the end @@ -908,11 +908,11 @@ void ParserATNSimulator::closure_(Ref const& config, ATNConfigSet *co c->setPrecedenceFilterSuppressed(true); } } - + c->reachesIntoOuterContext++; configs->dipsIntoOuterContext = true; // TO_DO: can remove? only care when we add to set per middle of this method assert(newDepth > INT_MIN); - + newDepth--; #if DEBUG_DFA == 1 std::cout << "dips into outer ctx: " << c << std::endl; @@ -965,9 +965,9 @@ Ref ParserATNSimulator::getEpsilonTarget(Ref const& config return std::make_shared(config, t->target); } } - + return nullptr; - + default: return nullptr; } diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h index ae0d28163..d391a9a6f 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -543,7 +543,7 @@ namespace atn { * calling {@link Parser#getPrecedence}). */ std::unique_ptr applyPrecedenceFilter(ATNConfigSet *configs); - + virtual ATNState *getReachableTarget(Transition *trans, size_t ttype); virtual std::vector> getPredsForAmbigAlts(const antlrcpp::BitSet &ambigAlts, diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp index e29655f1d..c8c95ac6b 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h index 88c24a8eb..4460b6b23 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp index 2821e010d..297e67221 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h index ed4fad3c9..e28cffd85 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp index fb235527f..fabe1fe9d 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h index c96cbaeb7..0a763c219 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp index 54be2f7fb..df7f5225f 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h index 7312ee7e1..b346d9b0d 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp index adb38d667..5b4b33227 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.h b/runtime/Cpp/runtime/src/atn/PredicateTransition.h index 3a0a958ab..b3ab894e2 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp index ca987a9f2..682001087 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -98,7 +98,7 @@ size_t PredictionContext::calculateHashCode(const std::vector PredictionContext::merge(const Ref &a, const Ref &b, bool rootIsWildcard, PredictionContextMergeCache *mergeCache) { - + assert(a && b); // share same graph if both same @@ -539,7 +539,7 @@ void PredictionContext::getAllContextNodes_(const Ref &contex } std::string PredictionContext::toString() const { - + return antlrcpp::toString(this); } diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.h b/runtime/Cpp/runtime/src/atn/PredictionContext.h index 75df812ac..8e975d932 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp index 013ac995c..51de2c5d8 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.h b/runtime/Cpp/runtime/src/atn/PredictionMode.h index 31db6b637..447208dd9 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.h +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -403,7 +403,7 @@ namespace atn { /** Get union of all alts from configs. @since 4.5.1 */ static antlrcpp::BitSet getAlts(ATNConfigSet *configs); - + /// /// This function gets the conflicting alt subsets from a configuration set. /// For each configuration {@code c} in {@code configs}: diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp index cab96ad11..732b70b11 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h index 1aa05f72f..c32434e6f 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp index 916e39f92..858f2c5f1 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.h b/runtime/Cpp/runtime/src/atn/RangeTransition.h index ecd07dd7a..b6746df7c 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.h +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp index a9718b4d6..eed92c730 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.h b/runtime/Cpp/runtime/src/atn/RuleStartState.h index 0e3d4db19..46691a1dd 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp index cff456618..0006bb648 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.h b/runtime/Cpp/runtime/src/atn/RuleStopState.h index 1b0d8fdb2..b7158ae9f 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp index f66bab192..078a9da3a 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.h b/runtime/Cpp/runtime/src/atn/RuleTransition.h index 0fa733553..930a1051d 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.h +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp index 997edc98a..0edf6240e 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.h b/runtime/Cpp/runtime/src/atn/SemanticContext.h index 0d6ee623c..0caa40263 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.h +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -42,7 +42,7 @@ namespace atn { static const Ref NONE; virtual ~SemanticContext() {}; - + virtual size_t hashCode() const = 0; virtual std::string toString() const = 0; virtual bool operator == (const SemanticContext &other) const = 0; @@ -115,7 +115,7 @@ namespace atn { virtual bool operator == (const SemanticContext &other) const override; virtual std::string toString() const override; }; - + class ANTLR4CPP_PUBLIC SemanticContext::PrecedencePredicate : public SemanticContext { public: const int precedence; @@ -153,7 +153,7 @@ namespace atn { virtual std::vector> getOperands() const = 0; }; - + /** * A semantic context which is true whenever none of the contained contexts * is false. @@ -199,7 +199,7 @@ namespace atn { virtual Ref evalPrecedence(Recognizer *parser, RuleContext *parserCallStack) override; virtual std::string toString() const override; }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.cpp b/runtime/Cpp/runtime/src/atn/SetTransition.cpp index 6f44729e5..c924c48be 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/SetTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.h b/runtime/Cpp/runtime/src/atn/SetTransition.h index a8e85f7b5..fde90b591 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.h +++ b/runtime/Cpp/runtime/src/atn/SetTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp index 1040236e9..3c977d8bd 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h index 1627698a3..5ea3b03ca 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp index d52187e07..a951b866b 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h index b443f1e8d..590cbba5b 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp index 3a68a4abd..a965ce949 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h index 7d5061aa2..a662509db 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -13,7 +13,7 @@ namespace atn { class ANTLR4CPP_PUBLIC StarLoopEntryState final : public DecisionState { public: StarLoopEntryState(); - + /** * Indicates whether this state can benefit from a precedence DFA during SLL * decision making. @@ -25,7 +25,7 @@ namespace atn { * @see DFA#isPrecedenceDfa() */ bool isPrecedenceDecision = false; - + StarLoopbackState *loopBackState = nullptr; virtual size_t getStateType() override; diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp index d8c7c1793..1e633beff 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h index 323701d8a..e077ba06a 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp index 240329cdd..72b9e4c70 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.h b/runtime/Cpp/runtime/src/atn/TokensStartState.h index 865b12336..4f79d112f 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.h +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.cpp b/runtime/Cpp/runtime/src/atn/Transition.cpp index ec8e3d5e3..6261de18a 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.cpp +++ b/runtime/Cpp/runtime/src/atn/Transition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.h b/runtime/Cpp/runtime/src/atn/Transition.h index a13c4f70f..d01a511ea 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.h +++ b/runtime/Cpp/runtime/src/atn/Transition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -46,7 +46,7 @@ namespace atn { ATNState *target; virtual ~Transition() {}; - + protected: Transition(ATNState *target); diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp index 32355786b..2619d8e6e 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.h b/runtime/Cpp/runtime/src/atn/WildcardTransition.h index aab4d0336..a0cbb4c19 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.h +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFA.cpp b/runtime/Cpp/runtime/src/dfa/DFA.cpp index 9cf4ca93a..d5d8ee690 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFA.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -42,7 +42,7 @@ DFA::DFA(DFA &&other) : atnStartState(std::move(other.atnStartState)), decision( other.s0 = nullptr; _s0Shadow = other._s0Shadow; other._s0Shadow = nullptr; - + _precedenceDfa = other._precedenceDfa; } diff --git a/runtime/Cpp/runtime/src/dfa/DFA.h b/runtime/Cpp/runtime/src/dfa/DFA.h index 7584d0ac7..bfa24836a 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.h +++ b/runtime/Cpp/runtime/src/dfa/DFA.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -39,7 +39,7 @@ namespace dfa { * @see Parser#getPrecedence() */ bool isPrecedenceDfa() const; - + /** * Get the start state for a specific precedence value. * @@ -51,7 +51,7 @@ namespace dfa { * @see #isPrecedenceDfa() */ DFAState* getPrecedenceStartState(int precedence) const; - + /** * Set the start state for a specific precedence value. * @@ -63,7 +63,7 @@ namespace dfa { * @see #isPrecedenceDfa() */ void setPrecedenceStartState(int precedence, DFAState *startState, std::recursive_mutex &mutex); - + /// Return a list of all states in this DFA, ordered by state number. virtual std::vector getStates() const; diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp index 70facd842..65d4be47a 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -47,7 +47,7 @@ std::string DFASerializer::getStateString(DFAState *s) const { const std::string baseStateStr = std::string(s->isAcceptState ? ":" : "") + "s" + std::to_string(n) + (s->requiresFullContext ? "^" : ""); - + if (s->isAcceptState) { if (!s->predicates.empty()) { std::string buf; diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.h b/runtime/Cpp/runtime/src/dfa/DFASerializer.h index 60ee0f3a4..fec433142 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.cpp b/runtime/Cpp/runtime/src/dfa/DFAState.cpp index e63041979..adca170d0 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFAState.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -53,7 +53,7 @@ std::set DFAState::getAltSet() { } return alts; } - + size_t DFAState::hashCode() const { size_t hash = misc::MurmurHash::initialize(7); hash = misc::MurmurHash::update(hash, configs->hashCode()); diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.h b/runtime/Cpp/runtime/src/dfa/DFAState.h index 0384ce4fe..c463af098 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.h +++ b/runtime/Cpp/runtime/src/dfa/DFAState.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -135,7 +135,7 @@ namespace dfa { return *lhs == *rhs; } }; - + private: void InitializeInstanceFields(); }; diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp index 2a2596e2c..51a5982c2 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h index b0c1852cd..36231570b 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.cpp b/runtime/Cpp/runtime/src/misc/Interval.cpp index c9bea7faa..ca7e25864 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.cpp +++ b/runtime/Cpp/runtime/src/misc/Interval.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.h b/runtime/Cpp/runtime/src/misc/Interval.h index 53f3a4ce9..6e95b4b86 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.h +++ b/runtime/Cpp/runtime/src/misc/Interval.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp index de7c583c0..adca37c25 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.h b/runtime/Cpp/runtime/src/misc/IntervalSet.h index 616caf14e..19a77d5c7 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.h +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -167,7 +167,7 @@ namespace misc { private: void InitializeInstanceFields(); }; - + } // namespace atn } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp index 4622f524b..512fb0a2e 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.h b/runtime/Cpp/runtime/src/misc/MurmurHash.h index b0ad4b574..e2b46e40a 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.h +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Predicate.h b/runtime/Cpp/runtime/src/misc/Predicate.h index 8233a4b3e..a0c051c88 100755 --- a/runtime/Cpp/runtime/src/misc/Predicate.h +++ b/runtime/Cpp/runtime/src/misc/Predicate.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -11,7 +11,7 @@ namespace misc { class ANTLR4CPP_PUBLIC Predicate { public: virtual ~Predicate() {}; - + virtual bool test(tree::ParseTree *t) = 0; }; diff --git a/runtime/Cpp/runtime/src/support/Any.h b/runtime/Cpp/runtime/src/support/Any.h index b3cea00f3..ac90cd00b 100644 --- a/runtime/Cpp/runtime/src/support/Any.h +++ b/runtime/Cpp/runtime/src/support/Any.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -39,7 +39,7 @@ struct Any Any(const Any&& that) : _ptr(that.clone()) { } - + template Any(U&& value) : _ptr(new Derived>(std::forward(value))) { } @@ -132,7 +132,7 @@ private: }; - template<> inline + template<> inline Any::Any(std::nullptr_t&& ) : _ptr(nullptr) { } diff --git a/runtime/Cpp/runtime/src/support/Arrays.cpp b/runtime/Cpp/runtime/src/support/Arrays.cpp index fd0ca3fcc..3f6dc3973 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.cpp +++ b/runtime/Cpp/runtime/src/support/Arrays.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Arrays.h b/runtime/Cpp/runtime/src/support/Arrays.h index e3b4db88e..ff6d696a3 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.h +++ b/runtime/Cpp/runtime/src/support/Arrays.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -8,7 +8,7 @@ #include "antlr4-common.h" namespace antlrcpp { - + class ANTLR4CPP_PUBLIC Arrays { public: @@ -22,7 +22,7 @@ namespace antlrcpp { for (size_t i = 0; i < a.size(); ++i) if (a[i] != b[i]) // Requires that the != operator is supported by the template type. return false; - + return true; } @@ -37,7 +37,7 @@ namespace antlrcpp { return true; } - + template static bool equals(const std::vector> &a, const std::vector> &b) { if (a.size() != b.size()) @@ -61,7 +61,7 @@ namespace antlrcpp { return true; } - + template static std::string toString(const std::vector &source) { std::string result = "["; diff --git a/runtime/Cpp/runtime/src/support/BitSet.h b/runtime/Cpp/runtime/src/support/BitSet.h index b49e5ba79..785145ec9 100644 --- a/runtime/Cpp/runtime/src/support/BitSet.h +++ b/runtime/Cpp/runtime/src/support/BitSet.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.cpp b/runtime/Cpp/runtime/src/support/CPPUtils.cpp index f8d17088c..eb9a122b4 100755 --- a/runtime/Cpp/runtime/src/support/CPPUtils.cpp +++ b/runtime/Cpp/runtime/src/support/CPPUtils.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -72,7 +72,7 @@ namespace antlrcpp { } return answer; } - + std::string replaceString(const std::string &s, const std::string &from, const std::string &to) { std::string::size_type p; std::string ss, res; diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.h b/runtime/Cpp/runtime/src/support/CPPUtils.h index 8363ca490..86955d378 100644 --- a/runtime/Cpp/runtime/src/support/CPPUtils.h +++ b/runtime/Cpp/runtime/src/support/CPPUtils.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Declarations.h b/runtime/Cpp/runtime/src/support/Declarations.h index 8904d4b89..b365f785a 100644 --- a/runtime/Cpp/runtime/src/support/Declarations.h +++ b/runtime/Cpp/runtime/src/support/Declarations.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.cpp b/runtime/Cpp/runtime/src/support/StringUtils.cpp index 65f875345..aa2b76edd 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.cpp +++ b/runtime/Cpp/runtime/src/support/StringUtils.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.h b/runtime/Cpp/runtime/src/support/StringUtils.h index 891b4107d..f0873bb19 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.h +++ b/runtime/Cpp/runtime/src/support/StringUtils.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h index c9733f22f..21ddeea21 100755 --- a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNode.h b/runtime/Cpp/runtime/src/tree/ErrorNode.h index 6e1c42333..59b946434 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNode.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNode.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp index f1e74073e..937acb33e 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h index e4adf11f5..01a71eb44 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.cpp b/runtime/Cpp/runtime/src/tree/ParseTree.cpp index d28dcc28d..d56b03b61 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTree.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.h b/runtime/Cpp/runtime/src/tree/ParseTree.h index 0bb34603c..9d3c1d0b1 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.h +++ b/runtime/Cpp/runtime/src/tree/ParseTree.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -93,7 +93,7 @@ namespace tree { private: std::vector _allocated; }; - + } // namespace tree } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h index e7b73eaad..6ed7cbd96 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -24,7 +24,7 @@ namespace tree { class ANTLR4CPP_PUBLIC ParseTreeListener { public: virtual ~ParseTreeListener() {}; - + virtual void visitTerminal(TerminalNode *node) = 0; virtual void visitErrorNode(ErrorNode *node) = 0; virtual void enterEveryRule(ParserRuleContext *ctx) = 0; diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h index de4f5df6d..f3c7ecfd1 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h index 28de55dd8..16bf52b6f 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -21,7 +21,7 @@ namespace tree { class ANTLR4CPP_PUBLIC ParseTreeVisitor { public: virtual ~ParseTreeVisitor() {} - + /// /// Visit a parse tree, and return a user-defined result of the operation. /// diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp index 91f334b96..34c56bce0 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h index 2e76b6903..9289c94d1 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -13,7 +13,7 @@ namespace tree { static ParseTreeWalker DEFAULT; virtual ~ParseTreeWalker() {}; - + virtual void walk(ParseTreeListener *listener, ParseTree *t) const; protected: diff --git a/runtime/Cpp/runtime/src/tree/TerminalNode.h b/runtime/Cpp/runtime/src/tree/TerminalNode.h index fe8bca174..a8e72c1a7 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNode.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNode.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp index b31663490..f3d7f3a1b 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h index 0f7fbd467..33988f980 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.cpp b/runtime/Cpp/runtime/src/tree/Trees.cpp index 4f14424f2..490a85290 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.cpp +++ b/runtime/Cpp/runtime/src/tree/Trees.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.h b/runtime/Cpp/runtime/src/tree/Trees.h index 43bddaf28..f549e6c0e 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.h +++ b/runtime/Cpp/runtime/src/tree/Trees.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -54,7 +54,7 @@ namespace tree { /** @deprecated */ static std::vector descendants(ParseTree *t); - + /** Find smallest subtree of t enclosing range startTokenIndex..stopTokenIndex * inclusively using postorder traversal. Recursive depth-first-search. * @@ -69,7 +69,7 @@ namespace tree { * @since 4.5.1 */ static ParseTree* findNodeSuchThat(ParseTree *t, Ref const& pred); - + private: Trees(); }; diff --git a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h index 25756e090..2d882837c 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -23,7 +23,7 @@ namespace pattern { class ANTLR4CPP_PUBLIC Chunk { public: virtual ~Chunk() {}; - + /// This method returns a text representation of the tag chunk. Labeled tags /// are returned in the form {@code label:tag}, and unlabeled tags are /// returned as just the tag name. @@ -32,7 +32,7 @@ namespace pattern { return str; } }; - + } // namespace pattern } // namespace tree } // namespace antlr4 diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp index 101f90e0a..4520f384b 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h index 9a5cd7efc..0e65c7c93 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -44,7 +44,7 @@ namespace pattern { ParseTreeMatch(ParseTree *tree, ParseTreePattern const& pattern, const std::map> &labels, ParseTree *mismatchedNode); virtual ~ParseTreeMatch() {}; - + /// /// Get the last node associated with a specific {@code label}. ///

      diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp index f0dcb5bee..ed909e2af 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h index 93c951507..92f0de93a 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp index 207605368..5b366a850 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -108,7 +108,7 @@ ParseTreePattern ParseTreePatternMatcher::compile(const std::string &pattern, in if (tokens.LA(1) != Token::EOF) { throw StartRuleDoesNotConsumeFullPattern(); } - + return ParseTreePattern(this, pattern, patternRuleIndex, tree); } @@ -267,7 +267,7 @@ std::vector ParseTreePatternMatcher::split(const std::string &pattern) { size_t p = 0; size_t n = pattern.length(); std::vector chunks; - + // find all start and stop indexes first, then collect std::vector starts; std::vector stops; @@ -312,7 +312,7 @@ std::vector ParseTreePatternMatcher::split(const std::string &pattern) { std::string text = pattern.substr(0, starts[0]); chunks.push_back(TextChunk(text)); } - + for (size_t i = 0; i < ntags; i++) { // copy inside of std::string tag = pattern.substr(starts[i] + _start.length(), stops[i] - (starts[i] + _start.length())); diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h index a7e2c4da8..72433a131 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -148,7 +148,7 @@ namespace pattern { /// Split " = ;" into 4 chunks for tokenizing by tokenize(). virtual std::vector split(const std::string &pattern); - + protected: std::string _start; std::string _stop; @@ -169,7 +169,7 @@ namespace pattern { private: Lexer *_lexer; Parser *_parser; - + void InitializeInstanceFields(); }; diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp index 377c11c62..7ee152831 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h index 7c13ded00..fc149294f 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp index c75f2c3a7..4a2e1f29c 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h index f717cf907..ed6e7fcf3 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp index 34d97125b..94daa6937 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h index 07d58b3d1..d1ccee8c8 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp index 0b7d95cff..47ff74440 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h index f8809619f..27d67d068 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp index b64e6bcae..5d5f034fa 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.h b/runtime/Cpp/runtime/src/tree/xpath/XPath.h index 084555032..d89df4ccc 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp index c3e1c5a4c..23a29838a 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h index 8a29b2ef9..f17c48482 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp index eaf41979b..7af259ddf 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h index e4eab7503..b0af3c62f 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp index ed8d80102..e9c357f25 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h index ab90784ba..ccc943dd9 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp index 4797a3096..60d2a7be4 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h index c8064b00c..9a869db9b 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -16,7 +16,7 @@ namespace xpath { XPathRuleElement(const std::string &ruleName, size_t ruleIndex); virtual std::vector evaluate(ParseTree *t) override; - + protected: size_t _ruleIndex = 0; }; diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp index a7cd8de91..b6255d853 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h index dc5cb2a6c..a6de69cb1 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp index db020ca14..02d39a6c0 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h index 38a7c1d71..3021e38f0 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp index 4823fa977..3e93b57d5 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h index 3d5c28635..5a5c3a3bf 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp index 939bc618f..416dc0855 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h index 030c5a9e3..cd896584d 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn.go b/runtime/Go/antlr/atn.go index 42abef5c9..1df4d22db 100644 --- a/runtime/Go/antlr/atn.go +++ b/runtime/Go/antlr/atn.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_config.go b/runtime/Go/antlr/atn_config.go index a73172f18..a01960d9b 100644 --- a/runtime/Go/antlr/atn_config.go +++ b/runtime/Go/antlr/atn_config.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_config_set.go b/runtime/Go/antlr/atn_config_set.go index eeb6e4c61..6ce0d6c9b 100644 --- a/runtime/Go/antlr/atn_config_set.go +++ b/runtime/Go/antlr/atn_config_set.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_deserialization_options.go b/runtime/Go/antlr/atn_deserialization_options.go index 26c352274..84f4c1a68 100644 --- a/runtime/Go/antlr/atn_deserialization_options.go +++ b/runtime/Go/antlr/atn_deserialization_options.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_deserializer.go b/runtime/Go/antlr/atn_deserializer.go index c03719abc..4572d9dab 100644 --- a/runtime/Go/antlr/atn_deserializer.go +++ b/runtime/Go/antlr/atn_deserializer.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_simulator.go b/runtime/Go/antlr/atn_simulator.go index 09f3a795c..db6d37a2f 100644 --- a/runtime/Go/antlr/atn_simulator.go +++ b/runtime/Go/antlr/atn_simulator.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_state.go b/runtime/Go/antlr/atn_state.go index d4e513780..b648999ee 100644 --- a/runtime/Go/antlr/atn_state.go +++ b/runtime/Go/antlr/atn_state.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/atn_type.go b/runtime/Go/antlr/atn_type.go index a770897ac..72d6ddc3e 100644 --- a/runtime/Go/antlr/atn_type.go +++ b/runtime/Go/antlr/atn_type.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/char_stream.go b/runtime/Go/antlr/char_stream.go index 76d8f1f9d..657b7dd91 100644 --- a/runtime/Go/antlr/char_stream.go +++ b/runtime/Go/antlr/char_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/common_token_factory.go b/runtime/Go/antlr/common_token_factory.go index c1125abf5..00b4e66a6 100644 --- a/runtime/Go/antlr/common_token_factory.go +++ b/runtime/Go/antlr/common_token_factory.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/common_token_stream.go b/runtime/Go/antlr/common_token_stream.go index 7e29ef5ac..af094c5c7 100644 --- a/runtime/Go/antlr/common_token_stream.go +++ b/runtime/Go/antlr/common_token_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/dfa.go b/runtime/Go/antlr/dfa.go index acfc7781f..295912f89 100644 --- a/runtime/Go/antlr/dfa.go +++ b/runtime/Go/antlr/dfa.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/dfa_serializer.go b/runtime/Go/antlr/dfa_serializer.go index 5b515ba22..1bf632cb5 100644 --- a/runtime/Go/antlr/dfa_serializer.go +++ b/runtime/Go/antlr/dfa_serializer.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/dfa_state.go b/runtime/Go/antlr/dfa_state.go index 0d45edf4b..b7a4e919e 100644 --- a/runtime/Go/antlr/dfa_state.go +++ b/runtime/Go/antlr/dfa_state.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/diagnostic_error_listener.go b/runtime/Go/antlr/diagnostic_error_listener.go index e727bba83..092031ba8 100644 --- a/runtime/Go/antlr/diagnostic_error_listener.go +++ b/runtime/Go/antlr/diagnostic_error_listener.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/error_listener.go b/runtime/Go/antlr/error_listener.go index 93be0cbfe..8af4b0151 100644 --- a/runtime/Go/antlr/error_listener.go +++ b/runtime/Go/antlr/error_listener.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/error_strategy.go b/runtime/Go/antlr/error_strategy.go index ddabdbb7a..419b6c62e 100644 --- a/runtime/Go/antlr/error_strategy.go +++ b/runtime/Go/antlr/error_strategy.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/errors.go b/runtime/Go/antlr/errors.go index 74e42ed39..8d7304c14 100644 --- a/runtime/Go/antlr/errors.go +++ b/runtime/Go/antlr/errors.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/file_stream.go b/runtime/Go/antlr/file_stream.go index b576b5f5f..21eba313f 100644 --- a/runtime/Go/antlr/file_stream.go +++ b/runtime/Go/antlr/file_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/input_stream.go b/runtime/Go/antlr/input_stream.go index dfbe3a99c..b1d0148ea 100644 --- a/runtime/Go/antlr/input_stream.go +++ b/runtime/Go/antlr/input_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/int_stream.go b/runtime/Go/antlr/int_stream.go index 010f9f22c..a1ea3291a 100644 --- a/runtime/Go/antlr/int_stream.go +++ b/runtime/Go/antlr/int_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/interval_set.go b/runtime/Go/antlr/interval_set.go index f0179d968..f4df18ed8 100644 --- a/runtime/Go/antlr/interval_set.go +++ b/runtime/Go/antlr/interval_set.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/lexer.go b/runtime/Go/antlr/lexer.go index 7b5807789..d320ac35e 100644 --- a/runtime/Go/antlr/lexer.go +++ b/runtime/Go/antlr/lexer.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/lexer_action.go b/runtime/Go/antlr/lexer_action.go index e1458715e..3b5ba7a5f 100644 --- a/runtime/Go/antlr/lexer_action.go +++ b/runtime/Go/antlr/lexer_action.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/lexer_action_executor.go b/runtime/Go/antlr/lexer_action_executor.go index da77019e7..c952440bb 100644 --- a/runtime/Go/antlr/lexer_action_executor.go +++ b/runtime/Go/antlr/lexer_action_executor.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/lexer_atn_simulator.go b/runtime/Go/antlr/lexer_atn_simulator.go index 42108ff17..125face66 100644 --- a/runtime/Go/antlr/lexer_atn_simulator.go +++ b/runtime/Go/antlr/lexer_atn_simulator.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/ll1_analyzer.go b/runtime/Go/antlr/ll1_analyzer.go index 8edd98999..a6aa2463d 100644 --- a/runtime/Go/antlr/ll1_analyzer.go +++ b/runtime/Go/antlr/ll1_analyzer.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/parser.go b/runtime/Go/antlr/parser.go index 30b16b6c8..8f879ad43 100644 --- a/runtime/Go/antlr/parser.go +++ b/runtime/Go/antlr/parser.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/parser_atn_simulator.go b/runtime/Go/antlr/parser_atn_simulator.go index a0d471fcb..36be1440e 100644 --- a/runtime/Go/antlr/parser_atn_simulator.go +++ b/runtime/Go/antlr/parser_atn_simulator.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/parser_rule_context.go b/runtime/Go/antlr/parser_rule_context.go index b2ef011ed..3d2b89b3d 100644 --- a/runtime/Go/antlr/parser_rule_context.go +++ b/runtime/Go/antlr/parser_rule_context.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/prediction_context.go b/runtime/Go/antlr/prediction_context.go index 318256916..da278986d 100644 --- a/runtime/Go/antlr/prediction_context.go +++ b/runtime/Go/antlr/prediction_context.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/prediction_mode.go b/runtime/Go/antlr/prediction_mode.go index b9a4f3529..3d1a374cb 100644 --- a/runtime/Go/antlr/prediction_mode.go +++ b/runtime/Go/antlr/prediction_mode.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/recognizer.go b/runtime/Go/antlr/recognizer.go index b6a295825..b825d9363 100644 --- a/runtime/Go/antlr/recognizer.go +++ b/runtime/Go/antlr/recognizer.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/rule_context.go b/runtime/Go/antlr/rule_context.go index e21522cbc..924a3860a 100644 --- a/runtime/Go/antlr/rule_context.go +++ b/runtime/Go/antlr/rule_context.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/semantic_context.go b/runtime/Go/antlr/semantic_context.go index a5afd42a0..4f9115b2f 100644 --- a/runtime/Go/antlr/semantic_context.go +++ b/runtime/Go/antlr/semantic_context.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/token.go b/runtime/Go/antlr/token.go index 01696e4f4..38fac438f 100644 --- a/runtime/Go/antlr/token.go +++ b/runtime/Go/antlr/token.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/token_source.go b/runtime/Go/antlr/token_source.go index a7cf38f7b..d2ff12de8 100644 --- a/runtime/Go/antlr/token_source.go +++ b/runtime/Go/antlr/token_source.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/token_stream.go b/runtime/Go/antlr/token_stream.go index 49e4a565f..247743d3b 100644 --- a/runtime/Go/antlr/token_stream.go +++ b/runtime/Go/antlr/token_stream.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/trace_listener.go b/runtime/Go/antlr/trace_listener.go index a621615e5..406d06e6f 100644 --- a/runtime/Go/antlr/trace_listener.go +++ b/runtime/Go/antlr/trace_listener.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/transition.go b/runtime/Go/antlr/transition.go index 68958ce84..4c8b04406 100644 --- a/runtime/Go/antlr/transition.go +++ b/runtime/Go/antlr/transition.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/tree.go b/runtime/Go/antlr/tree.go index fb9aa70b3..29c4e907e 100644 --- a/runtime/Go/antlr/tree.go +++ b/runtime/Go/antlr/tree.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/trees.go b/runtime/Go/antlr/trees.go index 32a89f519..fda3e36da 100644 --- a/runtime/Go/antlr/trees.go +++ b/runtime/Go/antlr/trees.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Go/antlr/utils.go b/runtime/Go/antlr/utils.go index 2219128f9..2df4128f5 100644 --- a/runtime/Go/antlr/utils.go +++ b/runtime/Go/antlr/utils.go @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package antlr diff --git a/runtime/Java/nb-configuration.xml b/runtime/Java/nb-configuration.xml index 792740d97..cb633c5ce 100644 --- a/runtime/Java/nb-configuration.xml +++ b/runtime/Java/nb-configuration.xml @@ -1,7 +1,7 @@ diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml index 0c1455e54..c0ca1269f 100644 --- a/runtime/Java/pom.xml +++ b/runtime/Java/pom.xml @@ -1,6 +1,6 @@ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java index 368ed059f..0d897c4d0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java index 056fc329b..573145db7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java index fe92710ba..d665e98d5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java index c0ef68cbb..1c49bba76 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java index 4b2210296..5e9b05b48 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java index 46642253c..306f245b9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java index ee97b042d..a731a12f8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java index 04157ab04..e9fdd0d2c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java index 5a047d0f0..7a51388dc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java index c66e5ec51..8eb1b4a8d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java index e7336bdae..f04f74d2d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java index 08a491f11..169a24489 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java index 8b85acb73..29af125e0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java index 0bf6c15bb..a916a69c8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java index d7b671f7c..4f3807d0b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java index fad0a6017..d7ac18b5f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index 1a1a22f7c..db4ffb469 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java index 868892356..ffc9a162e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java index cf8c8e448..9b4b76956 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java index b92c3af23..5b9c5324d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java index 9a9d2c8ae..8f790976b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java index 829b90400..566c2af57 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java index 962706a15..bffeb9f42 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Parser.java b/runtime/Java/src/org/antlr/v4/runtime/Parser.java index 064db5245..fb2518446 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Parser.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Parser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java index a57595fe8..3581c6a29 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java index 2832d0a47..4308fe0bc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java index 810e392b9..2c293abc9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java index 32b635276..bc9d69aec 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java index 7ed488fbf..15221163e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java index 5fc2647c5..122021089 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java index 2298083c8..dda00851f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java index d392c3831..df878bc3e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Token.java b/runtime/Java/src/org/antlr/v4/runtime/Token.java index a6772bb33..54ff5c40a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Token.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Token.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java index be33e05b2..6debf2015 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java index 1e5be1aa0..18064f110 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java index ef6d2baee..9a1153a76 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java index c5e1595d9..8bd36e3bf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java index 319010efe..0087f6681 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java index 437231631..cf58584c2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java index 26953786f..3b54cb20a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java index bcabd6ea2..aa6e17d29 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; diff --git a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java index 52031a537..5bad2c691 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java index c944f7a5f..d203bd23e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java index 2e0c975c3..34f5c8729 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java index 87a50adb2..0c24023f1 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java index e50e1c1aa..13fb6cb1f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java index 44f098b8c..e1bd6ae5f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java index 9ff350658..151baebaa 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java index 228b38ca4..9f15cb414 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java index ac490d31e..0d41ad28f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java index ce56982d0..555a07d1d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java index b1b73a8fa..230e48e83 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java index e66ede3cc..26098ceac 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java index 1c7f9187d..470efea4b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java index 88a087ecc..c53b4d230 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java index 228a8ff66..6e66c0b58 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java index 2aabee2f5..63de6f8fe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java index 05bd2abd1..d7be940c7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java index 020575a35..3d9fee8f5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java index 6ab80db03..36fa8e452 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java index 553b6d0dd..ea0cfc52b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java index 06f38e0b9..f3055d091 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java index d8de3ac28..4e6846f01 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java index 6f2cf27c0..1479e58c7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java index 731974d67..3c5fc2c53 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java index 2e2733105..3fc725c0c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java index 02b45c83d..303fbe15a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java index 5f6c3ea04..c16f3fc53 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java index b92aa7ac5..3d833cc0b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java index c393542b3..8d06cdb37 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java index fe2de4693..349e56fa3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java index 28c227ad5..e1d267baf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java index 1784df014..a4d23daf0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java index de84a54cd..78e4b04ab 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java index 961c2c906..ea8a87073 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java index c55f1827b..1ecfdbe9e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java index 58e077dba..4e08e6146 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java index 14d8c9ef5..e782d4878 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java index f0d906852..fb706ccd4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java index 957c26f45..c5fe5b888 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java index 3f0283353..ac1a30b63 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java index 8e98fa84d..96ac467aa 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java index bab7452b6..5b0475db1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java index e12114d32..e86069f75 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java index 704573926..0177d1ccc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java index 258bdd110..c66b7e588 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java index d0faa5470..3c6a844c0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java index 25b4ac78e..467d9d083 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java index 2440154b3..bddd91d6b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java index 574dab6c7..7d2a1e9e4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java index 6afb8ea04..5b531b39b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java index d6ec32937..cc937ad25 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java index dd884e5a2..e39bfb640 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java index 586832461..a9cf96d68 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java index dd1335ea1..3922ca9a2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java index f272fa4d2..a8d2e0b89 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java index 9207745b3..4a54ee1d8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java index 7da417200..e2343d9ca 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java index 19da29e66..867d0c8e9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java index 5ffca134e..7585e7d3a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java index 91effffd1..ca1391ab2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java index 695c0ad32..56b944a09 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java index 57187e5b1..6ad6ae250 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java index cb7ed6be1..276c0e2de 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java index 466cc0c70..594b210e7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java index ea076cc07..9a4330664 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java index 24c779f26..6790ecce9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java index 6a4ea1bcb..47db616c1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java index 5e2618125..cdbcf046d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java index 3859448de..99f19d125 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java index a044a8a59..bd12178e2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.dfa; diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java index db0eb860c..6ede08b87 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java index 3240c2dc4..8ce5c7b98 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java index 4a8527a44..5ec597315 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java index a7ee7c8ce..951b7f14a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java index 57e0b4743..c4d99551b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java index 725e0e49a..9ea7cc08e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java index 02589792e..603e071dc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java index 272a7862d..050cc63c7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java index 002afe6f3..c9662a095 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java index 7ddb1a5c3..91408885d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java @@ -1,11 +1,10 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; -import java.lang.IllegalArgumentException; import java.util.Arrays; import java.util.Collection; import java.util.List; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java index 20e81b67a..52301e1c6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java index 64e46fce4..3373fb1b6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java index 1872c39a4..7c69d62bb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java index ad6ef30c1..75532de77 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java index c7a0cd129..57c3e9f47 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java index fc65d7fbe..1b5cf0190 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java index d551fa7b8..7b9362aee 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java index 26d91fd22..91c2769ea 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.misc; diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java index 007b7b32e..c09ba90f2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java index b1b813b65..b99dd0189 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java index e0e1ec3df..b10d27bd8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java index 5ea8f6bd7..2e01045c2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java index f64c75f2d..29f73f552 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java index 901e383b2..4b0d1f2dc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java index efae70989..791348dae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java index 514719ea9..c72060c8e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java index 83f1f9720..ef6d278c7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java index 48bab233e..e04eb7126 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java index f13714503..7313a4941 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java @@ -1,16 +1,16 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime.tree; +import org.antlr.v4.runtime.misc.IntegerStack; + import java.util.ArrayDeque; import java.util.Deque; -import org.antlr.v4.runtime.misc.IntegerStack; - /** * An iterative (read: non-recursive) pre-order and post-order tree walker that * doesn't use the thread stack but heap-based stacks. Makes it possible to diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java index 98668b936..0773571f3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java index 481ae0fc7..b68f611b3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java index e3ea63c9f..e46d30370 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java index c67b312c2..6d69f6e9f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java index ccddaf787..8264f63ed 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java index e6b79b5bd..5dad9d482 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java index 1887ac696..df3c95a67 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java index d1a0c9115..5888fc5cf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java index 16d2ac4d0..49c7e276e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java index 81f428432..a2d2bf997 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java index 7b485c522..7e3bd3fe5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java index 2da076592..6a27919ea 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java index 8d376dbc8..98bd98c38 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java index 63d2643ab..8fbd98bc0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java index 0ad20d30a..72de59f9e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java index 3f22233b3..ac6f9af25 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java index 71ab4ed81..a10886ead 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java index c1b8d9b66..7cae5af3f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java index da3df0261..97ae72ca3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java index bafa121c2..f1f09bed2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java index fa4b5ba1b..b367bd3a6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java index c0577dcfd..e471f217b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java index 2b697ebd6..602b6c126 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java index 13c336caf..2add1b048 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java index f817611cb..6c61ccb34 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java index 9c8087bb9..3a73f0b63 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java index 69ef8357c..bd375a752 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java index 0fea29623..6e3ba5849 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js index 43e871401..0b435939c 100644 --- a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js +++ b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js index 8bd222df0..96b61fd9e 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // diff --git a/runtime/JavaScript/src/antlr4/CommonTokenStream.js b/runtime/JavaScript/src/antlr4/CommonTokenStream.js index c822b9946..9e0be1d1a 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenStream.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenStream.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/FileStream.js b/runtime/JavaScript/src/antlr4/FileStream.js index b6a04d400..8d5b5acde 100644 --- a/runtime/JavaScript/src/antlr4/FileStream.js +++ b/runtime/JavaScript/src/antlr4/FileStream.js @@ -1,14 +1,14 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ -// +// // // This is an InputStream that is loaded from a file all at once // when you construct the object. -// +// var InputStream = require('./InputStream').InputStream; var isNodeJs = typeof window === 'undefined' && typeof importScripts === 'undefined'; var fs = isNodeJs ? require("fs") : null; diff --git a/runtime/JavaScript/src/antlr4/InputStream.js b/runtime/JavaScript/src/antlr4/InputStream.js index d8bfac73a..a4d021185 100644 --- a/runtime/JavaScript/src/antlr4/InputStream.js +++ b/runtime/JavaScript/src/antlr4/InputStream.js @@ -1,9 +1,9 @@ -// +// /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ -// +// var Token = require('./Token').Token; diff --git a/runtime/JavaScript/src/antlr4/IntervalSet.js b/runtime/JavaScript/src/antlr4/IntervalSet.js index b329cb206..2f2adc8fd 100644 --- a/runtime/JavaScript/src/antlr4/IntervalSet.js +++ b/runtime/JavaScript/src/antlr4/IntervalSet.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/LL1Analyzer.js b/runtime/JavaScript/src/antlr4/LL1Analyzer.js index 05e035188..e9a0c25e5 100644 --- a/runtime/JavaScript/src/antlr4/LL1Analyzer.js +++ b/runtime/JavaScript/src/antlr4/LL1Analyzer.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// @@ -89,7 +89,7 @@ LL1Analyzer.prototype.LOOK = function(s, stopState, ctx) { this._LOOK(s, stopState, lookContext, r, new Set(), new BitSet(), seeThruPreds, true); return r; }; - + //* // Compute set of tokens that can follow {@code s} in the ATN in the // specified {@code ctx}. diff --git a/runtime/JavaScript/src/antlr4/Lexer.js b/runtime/JavaScript/src/antlr4/Lexer.js index 7798d2243..902399d7e 100644 --- a/runtime/JavaScript/src/antlr4/Lexer.js +++ b/runtime/JavaScript/src/antlr4/Lexer.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/Parser.js b/runtime/JavaScript/src/antlr4/Parser.js index 3fce694e2..365bedb42 100644 --- a/runtime/JavaScript/src/antlr4/Parser.js +++ b/runtime/JavaScript/src/antlr4/Parser.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/ParserRuleContext.js b/runtime/JavaScript/src/antlr4/ParserRuleContext.js index 3620fba40..a63c5fd3f 100644 --- a/runtime/JavaScript/src/antlr4/ParserRuleContext.js +++ b/runtime/JavaScript/src/antlr4/ParserRuleContext.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/PredictionContext.js b/runtime/JavaScript/src/antlr4/PredictionContext.js index a122fe690..646a934a7 100644 --- a/runtime/JavaScript/src/antlr4/PredictionContext.js +++ b/runtime/JavaScript/src/antlr4/PredictionContext.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/Recognizer.js b/runtime/JavaScript/src/antlr4/Recognizer.js index 4a7418bff..96b178549 100644 --- a/runtime/JavaScript/src/antlr4/Recognizer.js +++ b/runtime/JavaScript/src/antlr4/Recognizer.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // diff --git a/runtime/JavaScript/src/antlr4/RuleContext.js b/runtime/JavaScript/src/antlr4/RuleContext.js index 8a7a67713..4ec93b422 100644 --- a/runtime/JavaScript/src/antlr4/RuleContext.js +++ b/runtime/JavaScript/src/antlr4/RuleContext.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/Token.js b/runtime/JavaScript/src/antlr4/Token.js index 80a5c0813..bbc61b2f5 100644 --- a/runtime/JavaScript/src/antlr4/Token.js +++ b/runtime/JavaScript/src/antlr4/Token.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // diff --git a/runtime/JavaScript/src/antlr4/Utils.js b/runtime/JavaScript/src/antlr4/Utils.js index 7d130e885..93b03c56f 100644 --- a/runtime/JavaScript/src/antlr4/Utils.js +++ b/runtime/JavaScript/src/antlr4/Utils.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATN.js b/runtime/JavaScript/src/antlr4/atn/ATN.js index d9b39d118..958b779f8 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATN.js +++ b/runtime/JavaScript/src/antlr4/atn/ATN.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -36,7 +36,7 @@ function ATN(grammarType , maxTokenType) { return this; } - + // Compute the set of valid tokens that can occur starting in state {@code s}. // If {@code ctx} is null, the set of tokens will not include what can follow // the rule surrounding {@code s}. In other words, the set will be diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js index 4bf106698..1f91e1075 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// @@ -139,7 +139,7 @@ ATNConfig.prototype.toString = function() { function LexerATNConfig(params, config) { ATNConfig.call(this, params, config); - + // This is the backing field for {@link //getLexerActionExecutor}. var lexerActionExecutor = params.lexerActionExecutor || null; this.lexerActionExecutor = lexerActionExecutor || (config!==null ? config.lexerActionExecutor : null); diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js index 20a97f79d..67a2bdfb6 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js index 0bb616ff6..82045faae 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js index 052fca41d..0a1014dcd 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -67,14 +67,14 @@ function initArray( length, value) { } function ATNDeserializer (options) { - + if ( options=== undefined || options === null ) { options = ATNDeserializationOptions.defaultOptions; } this.deserializationOptions = options; this.stateFactories = null; this.actionFactories = null; - + return this; } @@ -192,7 +192,7 @@ ATNDeserializer.prototype.readStates = function(atn) { pair = endStateNumbers[j]; pair[0].endState = atn.states[pair[1]]; } - + var numNonGreedyStates = this.readInt(); for (j=0; j=0;i--) { @@ -661,6 +661,6 @@ ATNDeserializer.prototype.lexerActionFactory = function(type, data1, data2) { return this.actionFactories[type](data1, data2); } }; - + exports.ATNDeserializer = ATNDeserializer; \ No newline at end of file diff --git a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js index 23c5a14ae..cd1fe9ce5 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// @@ -10,7 +10,7 @@ var ATNConfigSet = require('./ATNConfigSet').ATNConfigSet; var getCachedPredictionContext = require('./../PredictionContext').getCachedPredictionContext; function ATNSimulator(atn, sharedContextCache) { - + // The context cache maps all PredictionContext objects that are == // to a single cached copy. This cache is shared across all contexts // in all ATNConfigs in all DFA states. We rebuild each ATNConfigSet diff --git a/runtime/JavaScript/src/antlr4/atn/ATNState.js b/runtime/JavaScript/src/antlr4/atn/ATNState.js index ec41cc080..a7e94f292 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNState.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNState.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // @@ -236,7 +236,7 @@ function PlusLoopbackState() { PlusLoopbackState.prototype = Object.create(DecisionState.prototype); PlusLoopbackState.prototype.constructor = PlusLoopbackState; - + // Start of {@code (A|B|...)+} loop. Technically a decision state, but // we don't use for code generation; somebody might need it, so I'm defining diff --git a/runtime/JavaScript/src/antlr4/atn/ATNType.js b/runtime/JavaScript/src/antlr4/atn/ATNType.js index 778197bf6..bf85f0309 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNType.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNType.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// @@ -7,7 +7,7 @@ // Represents the type of recognizer an ATN applies to. function ATNType() { - + } ATNType.LEXER = 0; diff --git a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js index 4b2817477..bfbcba101 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/atn/LexerAction.js b/runtime/JavaScript/src/antlr4/atn/LexerAction.js index 2c1746e30..5ed8f7ac7 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerAction.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerAction.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // diff --git a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js index c2a53f2ab..f6fbb959c 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js index 35c168800..c35648115 100644 --- a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // @@ -311,7 +311,7 @@ ParserATNSimulator.prototype.adaptivePredict = function(input, decision, outerCo this._input = input; this._startIndex = input.index; this._outerContext = outerContext; - + var dfa = this.decisionToDFA[decision]; this._dfa = dfa; var m = input.mark(); @@ -718,7 +718,7 @@ ParserATNSimulator.prototype.computeReachSet = function(closure, t, fullCtx) { // For full-context reach operations, separate handling is required to // ensure that the alternative matching the longest overall sequence is // chosen when multiple such configurations can match the input. - + var skippedStopStates = null; // First figure out where we can reach on input t @@ -1109,7 +1109,7 @@ ParserATNSimulator.prototype.getSynValidOrSemInvalidAltThatFinishedDecisionEntry } return ATN.INVALID_ALT_NUMBER; }; - + ParserATNSimulator.prototype.getAltThatFinishedDecisionEntryRule = function(configs) { var alts = []; for(var i=0;i= _p"; }; - + exports.Transition = Transition; exports.AtomTransition = AtomTransition; exports.SetTransition = SetTransition; diff --git a/runtime/JavaScript/src/antlr4/atn/index.js b/runtime/JavaScript/src/antlr4/atn/index.js index 9ff55b477..fe8b03bbe 100644 --- a/runtime/JavaScript/src/antlr4/atn/index.js +++ b/runtime/JavaScript/src/antlr4/atn/index.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFA.js b/runtime/JavaScript/src/antlr4/dfa/DFA.js index c4a4cf441..4f3623c67 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFA.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFA.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js index fe0abfbd9..5aa905de5 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFAState.js b/runtime/JavaScript/src/antlr4/dfa/DFAState.js index 53f09deb7..472dc78c3 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFAState.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFAState.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/dfa/index.js b/runtime/JavaScript/src/antlr4/dfa/index.js index 8e301c68c..93c85fe31 100644 --- a/runtime/JavaScript/src/antlr4/dfa/index.js +++ b/runtime/JavaScript/src/antlr4/dfa/index.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js index 63220440f..9cfb4b995 100644 --- a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // diff --git a/runtime/JavaScript/src/antlr4/error/ErrorListener.js b/runtime/JavaScript/src/antlr4/error/ErrorListener.js index 38f46d62f..c72b7ae32 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorListener.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js index 72d010241..35b8b2ae2 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js @@ -1,6 +1,6 @@ // /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ // @@ -16,7 +16,7 @@ var Interval = require('./../IntervalSet').Interval; var IntervalSet = require('./../IntervalSet').IntervalSet; function ErrorStrategy() { - + } ErrorStrategy.prototype.reset = function(recognizer){ @@ -742,7 +742,7 @@ BailErrorStrategy.prototype.recover = function(recognizer, e) { } throw new ParseCancellationException(e); }; - + // Make sure we don't attempt to recover inline; if the parser // successfully recovers, it won't throw an exception. // diff --git a/runtime/JavaScript/src/antlr4/error/Errors.js b/runtime/JavaScript/src/antlr4/error/Errors.js index dea401e91..a0081d6ef 100644 --- a/runtime/JavaScript/src/antlr4/error/Errors.js +++ b/runtime/JavaScript/src/antlr4/error/Errors.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/index.js b/runtime/JavaScript/src/antlr4/error/index.js index da71aa715..c3ee7d451 100644 --- a/runtime/JavaScript/src/antlr4/error/index.js +++ b/runtime/JavaScript/src/antlr4/error/index.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/index.js b/runtime/JavaScript/src/antlr4/index.js index 0399bc778..0ab2b6aa9 100644 --- a/runtime/JavaScript/src/antlr4/index.js +++ b/runtime/JavaScript/src/antlr4/index.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ exports.atn = require('./atn/index'); diff --git a/runtime/JavaScript/src/antlr4/tree/Tree.js b/runtime/JavaScript/src/antlr4/tree/Tree.js index e1e9a7a34..a617c0d8c 100644 --- a/runtime/JavaScript/src/antlr4/tree/Tree.js +++ b/runtime/JavaScript/src/antlr4/tree/Tree.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /// diff --git a/runtime/JavaScript/src/antlr4/tree/Trees.js b/runtime/JavaScript/src/antlr4/tree/Trees.js index 9134151b0..287f84842 100644 --- a/runtime/JavaScript/src/antlr4/tree/Trees.js +++ b/runtime/JavaScript/src/antlr4/tree/Trees.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/index.js b/runtime/JavaScript/src/antlr4/tree/index.js index c1038d61b..2fc66066c 100644 --- a/runtime/JavaScript/src/antlr4/tree/index.js +++ b/runtime/JavaScript/src/antlr4/tree/index.js @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Python2/src/antlr4/BufferedTokenStream.py b/runtime/Python2/src/antlr4/BufferedTokenStream.py index c7d3d7d6c..29767f8f8 100644 --- a/runtime/Python2/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python2/src/antlr4/BufferedTokenStream.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # This implementation of {@link TokenStream} loads tokens from a @@ -58,14 +58,14 @@ class BufferedTokenStream(TokenStream): # {@link #tokens} is trivial with this field. #

        self.fetchedEOF = False - + def mark(self): return 0 - + def release(self, marker): # no resources to release pass - + def reset(self): self.seek(0) diff --git a/runtime/Python2/src/antlr4/CommonTokenFactory.py b/runtime/Python2/src/antlr4/CommonTokenFactory.py index 440f7a3af..d1b87ae0f 100644 --- a/runtime/Python2/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python2/src/antlr4/CommonTokenFactory.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/CommonTokenStream.py b/runtime/Python2/src/antlr4/CommonTokenStream.py index a5950a43a..2bacbb702 100644 --- a/runtime/Python2/src/antlr4/CommonTokenStream.py +++ b/runtime/Python2/src/antlr4/CommonTokenStream.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/FileStream.py b/runtime/Python2/src/antlr4/FileStream.py index bcd814ed7..d9e5efb46 100644 --- a/runtime/Python2/src/antlr4/FileStream.py +++ b/runtime/Python2/src/antlr4/FileStream.py @@ -1,13 +1,13 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -# +# # # This is an InputStream that is loaded from a file all at once # when you construct the object. -# +# import codecs import unittest diff --git a/runtime/Python2/src/antlr4/InputStream.py b/runtime/Python2/src/antlr4/InputStream.py index d29c5d6cf..4933c80f9 100644 --- a/runtime/Python2/src/antlr4/InputStream.py +++ b/runtime/Python2/src/antlr4/InputStream.py @@ -1,25 +1,25 @@ -# +# # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -# +# import unittest -# -# Vacuum all input from a string and then treat it like a buffer. +# +# Vacuum all input from a string and then treat it like a buffer. # from antlr4.Token import Token class InputStream (object): - + def __init__(self, data): self.name = "" self.strdata = unicode(data) self._loadString() - def _loadString(self): + def _loadString(self): self._index = 0 self.data = [ord(c) for c in self.strdata] self._size = len(self.data) @@ -91,7 +91,7 @@ class InputStream (object): class TestInputStream(unittest.TestCase): - + def testStream(self): stream = InputStream("abcde") self.assertEqual(0, stream.index) @@ -104,5 +104,4 @@ class TestInputStream(unittest.TestCase): self.assertEqual("bcd", stream.getText(1, 3)) stream.reset() self.assertEqual(0, stream.index) - - \ No newline at end of file + diff --git a/runtime/Python2/src/antlr4/IntervalSet.py b/runtime/Python2/src/antlr4/IntervalSet.py index 7ad52acee..144fc5d00 100644 --- a/runtime/Python2/src/antlr4/IntervalSet.py +++ b/runtime/Python2/src/antlr4/IntervalSet.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # @@ -17,7 +17,7 @@ class Interval(object): def __contains__(self, item): return item in self.range - + def __len__(self): return self.stop - self.start diff --git a/runtime/Python2/src/antlr4/LL1Analyzer.py b/runtime/Python2/src/antlr4/LL1Analyzer.py index b6aea316a..813888994 100644 --- a/runtime/Python2/src/antlr4/LL1Analyzer.py +++ b/runtime/Python2/src/antlr4/LL1Analyzer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet, Interval @@ -12,7 +12,7 @@ from antlr4.atn.Transition import WildcardTransition, NotSetTransition, Abstract class LL1Analyzer (object): - + #* Special value added to the lookahead sets to indicate that we hit # a predicate during analysis if {@code seeThruPreds==false}. #/ diff --git a/runtime/Python2/src/antlr4/Lexer.py b/runtime/Python2/src/antlr4/Lexer.py index 2df3bf4d8..d14e66f9f 100644 --- a/runtime/Python2/src/antlr4/Lexer.py +++ b/runtime/Python2/src/antlr4/Lexer.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ @@ -37,7 +37,7 @@ class Lexer(Recognizer, TokenSource): self._tokenFactorySourcePair = (self, input) self._interp = None # child classes must populate this - + # The goal of all lexer rules/methods is to create a token object. # self is an instance variable as multiple rules may collaborate to # create a single token. nextToken will return self object after diff --git a/runtime/Python2/src/antlr4/ListTokenSource.py b/runtime/Python2/src/antlr4/ListTokenSource.py index 5314cd047..83de00666 100644 --- a/runtime/Python2/src/antlr4/ListTokenSource.py +++ b/runtime/Python2/src/antlr4/ListTokenSource.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/Parser.py b/runtime/Python2/src/antlr4/Parser.py index 62d88eb2a..37bd3a434 100644 --- a/runtime/Python2/src/antlr4/Parser.py +++ b/runtime/Python2/src/antlr4/Parser.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from __future__ import print_function from antlr4.error.ErrorStrategy import DefaultErrorStrategy diff --git a/runtime/Python2/src/antlr4/ParserInterpreter.py b/runtime/Python2/src/antlr4/ParserInterpreter.py index d4aba5352..d3e4ed838 100644 --- a/runtime/Python2/src/antlr4/ParserInterpreter.py +++ b/runtime/Python2/src/antlr4/ParserInterpreter.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/ParserRuleContext.py b/runtime/Python2/src/antlr4/ParserRuleContext.py index 776c79706..3a0db7a58 100644 --- a/runtime/Python2/src/antlr4/ParserRuleContext.py +++ b/runtime/Python2/src/antlr4/ParserRuleContext.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #* A rule invocation record for parsing. diff --git a/runtime/Python2/src/antlr4/PredictionContext.py b/runtime/Python2/src/antlr4/PredictionContext.py index e2de5e258..43348a28a 100644 --- a/runtime/Python2/src/antlr4/PredictionContext.py +++ b/runtime/Python2/src/antlr4/PredictionContext.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from io import StringIO diff --git a/runtime/Python2/src/antlr4/Recognizer.py b/runtime/Python2/src/antlr4/Recognizer.py index f6a05ad70..91d8e191d 100644 --- a/runtime/Python2/src/antlr4/Recognizer.py +++ b/runtime/Python2/src/antlr4/Recognizer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # from __builtin__ import unicode diff --git a/runtime/Python2/src/antlr4/RuleContext.py b/runtime/Python2/src/antlr4/RuleContext.py index d7ff9b34d..a4fe5aec9 100644 --- a/runtime/Python2/src/antlr4/RuleContext.py +++ b/runtime/Python2/src/antlr4/RuleContext.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/StdinStream.py b/runtime/Python2/src/antlr4/StdinStream.py index 6c5ba0e9a..3b06e7784 100644 --- a/runtime/Python2/src/antlr4/StdinStream.py +++ b/runtime/Python2/src/antlr4/StdinStream.py @@ -1,13 +1,13 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -# +# # # This is an InputStream that is loaded from stdin all at once # when you construct the object. -# +# import codecs import sys diff --git a/runtime/Python2/src/antlr4/Token.py b/runtime/Python2/src/antlr4/Token.py index 5337d074a..720ff871f 100644 --- a/runtime/Python2/src/antlr4/Token.py +++ b/runtime/Python2/src/antlr4/Token.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/TokenStreamRewriter.py b/runtime/Python2/src/antlr4/TokenStreamRewriter.py index 1039fe53f..1a5ff654b 100644 --- a/runtime/Python2/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python2/src/antlr4/TokenStreamRewriter.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from StringIO import StringIO diff --git a/runtime/Python2/src/antlr4/Utils.py b/runtime/Python2/src/antlr4/Utils.py index f2f30005c..3218510d5 100644 --- a/runtime/Python2/src/antlr4/Utils.py +++ b/runtime/Python2/src/antlr4/Utils.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATN.py b/runtime/Python2/src/antlr4/atn/ATN.py index 9102962a5..72e0cbe51 100644 --- a/runtime/Python2/src/antlr4/atn/ATN.py +++ b/runtime/Python2/src/antlr4/atn/ATN.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python2/src/antlr4/atn/ATNConfig.py b/runtime/Python2/src/antlr4/atn/ATNConfig.py index a96d117bb..607f9f5f0 100644 --- a/runtime/Python2/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfig.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py index fe4978e3f..157f23abf 100755 --- a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py index 6d130323d..f7f2efb4f 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. class ATNDeserializationOptions(object): diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py index aea1a6f8e..db6d6dfeb 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from uuid import UUID @@ -139,8 +139,8 @@ class ATNDeserializer (object): for i in range(0, numPrecedenceStates): stateNumber = self.readInt() atn.states[stateNumber].isPrecedenceRule = True - - def readRules(self, atn): + + def readRules(self, atn): nrules = self.readInt() if atn.grammarType == ATNType.LEXER: atn.ruleToTokenType = [0] * nrules diff --git a/runtime/Python2/src/antlr4/atn/ATNSimulator.py b/runtime/Python2/src/antlr4/atn/ATNSimulator.py index 70b013ba4..ddd01fd87 100644 --- a/runtime/Python2/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.PredictionContext import getCachedPredictionContext @@ -12,7 +12,7 @@ class ATNSimulator(object): # Must distinguish between missing edge and edge we know leads nowhere#/ ERROR = DFAState(0x7FFFFFFF, ATNConfigSet()) - + # The context cache maps all PredictionContext objects that are == # to a single cached copy. This cache is shared across all contexts # in all ATNConfigs in all DFA states. We rebuild each ATNConfigSet diff --git a/runtime/Python2/src/antlr4/atn/ATNState.py b/runtime/Python2/src/antlr4/atn/ATNState.py index 19990c75a..f3f0ce9d9 100644 --- a/runtime/Python2/src/antlr4/atn/ATNState.py +++ b/runtime/Python2/src/antlr4/atn/ATNState.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATNType.py b/runtime/Python2/src/antlr4/atn/ATNType.py index a3ff2cb83..f81e985bf 100644 --- a/runtime/Python2/src/antlr4/atn/ATNType.py +++ b/runtime/Python2/src/antlr4/atn/ATNType.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py index dbd0df12e..6de9980ce 100644 --- a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ @@ -44,7 +44,7 @@ class SimState(object): self.dfaState = None class LexerATNSimulator(ATNSimulator): - + debug = False dfa_debug = False diff --git a/runtime/Python2/src/antlr4/atn/LexerAction.py b/runtime/Python2/src/antlr4/atn/LexerAction.py index 5963b3512..0e7260a35 100644 --- a/runtime/Python2/src/antlr4/atn/LexerAction.py +++ b/runtime/Python2/src/antlr4/atn/LexerAction.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py index be9abefab..cdf984b08 100644 --- a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py index 04aecdee7..a8f7b4ac3 100755 --- a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # @@ -291,7 +291,7 @@ class ParserATNSimulator(ATNSimulator): self._input = input self._startIndex = input.index self._outerContext = outerContext - + dfa = self.decisionToDFA[decision] self._dfa = dfa m = input.mark() @@ -669,7 +669,7 @@ class ParserATNSimulator(ATNSimulator): # For full-context reach operations, separate handling is required to # ensure that the alternative matching the longest overall sequence is # chosen when multiple such configurations can match the input. - + skippedStopStates = None # First figure out where we can reach on input t diff --git a/runtime/Python2/src/antlr4/atn/PredictionMode.py b/runtime/Python2/src/antlr4/atn/PredictionMode.py index 4704b8cdd..f20fc3f0b 100644 --- a/runtime/Python2/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python2/src/antlr4/atn/PredictionMode.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python2/src/antlr4/atn/SemanticContext.py b/runtime/Python2/src/antlr4/atn/SemanticContext.py index d19f59771..3068d59cd 100644 --- a/runtime/Python2/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python2/src/antlr4/atn/SemanticContext.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # @@ -60,7 +60,7 @@ class SemanticContext(object): def __str__(self): return unicode(self) - + def __unicode__(self): return unicode(super(SemanticContext, self)) diff --git a/runtime/Python2/src/antlr4/atn/Transition.py b/runtime/Python2/src/antlr4/atn/Transition.py index 937fd9585..858ade6de 100644 --- a/runtime/Python2/src/antlr4/atn/Transition.py +++ b/runtime/Python2/src/antlr4/atn/Transition.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/dfa/DFA.py b/runtime/Python2/src/antlr4/dfa/DFA.py index 79044bbc3..933afbd87 100644 --- a/runtime/Python2/src/antlr4/dfa/DFA.py +++ b/runtime/Python2/src/antlr4/dfa/DFA.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python2/src/antlr4/dfa/DFASerializer.py b/runtime/Python2/src/antlr4/dfa/DFASerializer.py index a1a57e055..4b566fc04 100644 --- a/runtime/Python2/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python2/src/antlr4/dfa/DFASerializer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/dfa/DFAState.py b/runtime/Python2/src/antlr4/dfa/DFAState.py index 175c4840c..4c4afdfab 100644 --- a/runtime/Python2/src/antlr4/dfa/DFAState.py +++ b/runtime/Python2/src/antlr4/dfa/DFAState.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py index 0a44639cc..dd90b8bae 100644 --- a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/ErrorListener.py b/runtime/Python2/src/antlr4/error/ErrorListener.py index 1169d236a..36d858697 100644 --- a/runtime/Python2/src/antlr4/error/ErrorListener.py +++ b/runtime/Python2/src/antlr4/error/ErrorListener.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # Provides an empty default implementation of {@link ANTLRErrorListener}. The diff --git a/runtime/Python2/src/antlr4/error/ErrorStrategy.py b/runtime/Python2/src/antlr4/error/ErrorStrategy.py index 16b36e0c8..2a3894bc4 100644 --- a/runtime/Python2/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python2/src/antlr4/error/ErrorStrategy.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python2/src/antlr4/error/Errors.py b/runtime/Python2/src/antlr4/error/Errors.py index 6440c099c..4a57f120f 100644 --- a/runtime/Python2/src/antlr4/error/Errors.py +++ b/runtime/Python2/src/antlr4/error/Errors.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.atn.Transition import PredicateTransition diff --git a/runtime/Python2/src/antlr4/tree/Chunk.py b/runtime/Python2/src/antlr4/tree/Chunk.py index d27953812..f28ed281d 100644 --- a/runtime/Python2/src/antlr4/tree/Chunk.py +++ b/runtime/Python2/src/antlr4/tree/Chunk.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py index 669e64fca..1d9c662d9 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py index 2de0b765a..8fc470efd 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py index fd8424680..96dc6a6ff 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/RuleTagToken.py b/runtime/Python2/src/antlr4/tree/RuleTagToken.py index a06702fcc..b96cd9051 100644 --- a/runtime/Python2/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python2/src/antlr4/tree/RuleTagToken.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/TokenTagToken.py b/runtime/Python2/src/antlr4/tree/TokenTagToken.py index e85286399..f1a3f209e 100644 --- a/runtime/Python2/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python2/src/antlr4/tree/TokenTagToken.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/Tree.py b/runtime/Python2/src/antlr4/tree/Tree.py index 1578f8cf6..c4d0c1abb 100644 --- a/runtime/Python2/src/antlr4/tree/Tree.py +++ b/runtime/Python2/src/antlr4/tree/Tree.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Trees.py b/runtime/Python2/src/antlr4/tree/Trees.py index 89d88f086..f7ee0a146 100644 --- a/runtime/Python2/src/antlr4/tree/Trees.py +++ b/runtime/Python2/src/antlr4/tree/Trees.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/xpath/XPath.py b/runtime/Python2/src/antlr4/xpath/XPath.py index 43485e289..c062e5fcc 100644 --- a/runtime/Python2/src/antlr4/xpath/XPath.py +++ b/runtime/Python2/src/antlr4/xpath/XPath.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/tests/TestTokenStreamRewriter.py b/runtime/Python2/tests/TestTokenStreamRewriter.py index 945027f0c..bd837a89a 100644 --- a/runtime/Python2/tests/TestTokenStreamRewriter.py +++ b/runtime/Python2/tests/TestTokenStreamRewriter.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. import unittest diff --git a/runtime/Python3/src/antlr4/BufferedTokenStream.py b/runtime/Python3/src/antlr4/BufferedTokenStream.py index b4a82427e..2d8cd21b7 100644 --- a/runtime/Python3/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python3/src/antlr4/BufferedTokenStream.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # This implementation of {@link TokenStream} loads tokens from a @@ -60,14 +60,14 @@ class BufferedTokenStream(TokenStream): # {@link #tokens} is trivial with this field. #
          self.fetchedEOF = False - + def mark(self): return 0 - + def release(self, marker:int): # no resources to release pass - + def reset(self): self.seek(0) diff --git a/runtime/Python3/src/antlr4/CommonTokenFactory.py b/runtime/Python3/src/antlr4/CommonTokenFactory.py index c14031900..2865f2a7c 100644 --- a/runtime/Python3/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python3/src/antlr4/CommonTokenFactory.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/CommonTokenStream.py b/runtime/Python3/src/antlr4/CommonTokenStream.py index c3d9762b2..4cc99d7cb 100644 --- a/runtime/Python3/src/antlr4/CommonTokenStream.py +++ b/runtime/Python3/src/antlr4/CommonTokenStream.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/FileStream.py b/runtime/Python3/src/antlr4/FileStream.py index fb75c35a5..e2b0ee52d 100644 --- a/runtime/Python3/src/antlr4/FileStream.py +++ b/runtime/Python3/src/antlr4/FileStream.py @@ -1,13 +1,13 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -# +# # # This is an InputStream that is loaded from a file all at once # when you construct the object. -# +# import codecs import unittest diff --git a/runtime/Python3/src/antlr4/InputStream.py b/runtime/Python3/src/antlr4/InputStream.py index 327740c61..71467fcff 100644 --- a/runtime/Python3/src/antlr4/InputStream.py +++ b/runtime/Python3/src/antlr4/InputStream.py @@ -1,25 +1,25 @@ -# +# # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. -# +# import unittest -# -# Vacuum all input from a string and then treat it like a buffer. +# +# Vacuum all input from a string and then treat it like a buffer. # from antlr4.Token import Token class InputStream (object): - + def __init__(self, data: str): self.name = "" self.strdata = data self._loadString() - def _loadString(self): + def _loadString(self): self._index = 0 self.data = [ord(c) for c in self.strdata] self._size = len(self.data) @@ -82,13 +82,13 @@ class InputStream (object): return "" else: return self.strdata[start:stop+1] - + def __str__(self): return self.strdata class TestInputStream(unittest.TestCase): - + def testStream(self): stream = InputStream("abcde") self.assertEqual(0, stream.index) @@ -101,5 +101,4 @@ class TestInputStream(unittest.TestCase): self.assertEqual("bcd", stream.getText(1, 3)) stream.reset() self.assertEqual(0, stream.index) - - \ No newline at end of file + diff --git a/runtime/Python3/src/antlr4/IntervalSet.py b/runtime/Python3/src/antlr4/IntervalSet.py index e00470387..6aea70bee 100644 --- a/runtime/Python3/src/antlr4/IntervalSet.py +++ b/runtime/Python3/src/antlr4/IntervalSet.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/LL1Analyzer.py b/runtime/Python3/src/antlr4/LL1Analyzer.py index 9d68e02fd..d2fb2b48a 100644 --- a/runtime/Python3/src/antlr4/LL1Analyzer.py +++ b/runtime/Python3/src/antlr4/LL1Analyzer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet @@ -14,7 +14,7 @@ from antlr4.atn.Transition import WildcardTransition, NotSetTransition, Abstract class LL1Analyzer (object): - + #* Special value added to the lookahead sets to indicate that we hit # a predicate during analysis if {@code seeThruPreds==false}. #/ diff --git a/runtime/Python3/src/antlr4/Lexer.py b/runtime/Python3/src/antlr4/Lexer.py index 2406c8a0a..3189f2b03 100644 --- a/runtime/Python3/src/antlr4/Lexer.py +++ b/runtime/Python3/src/antlr4/Lexer.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ @@ -39,7 +39,7 @@ class Lexer(Recognizer, TokenSource): self._tokenFactorySourcePair = (self, input) self._interp = None # child classes must populate this - + # The goal of all lexer rules/methods is to create a token object. # self is an instance variable as multiple rules may collaborate to # create a single token. nextToken will return self object after diff --git a/runtime/Python3/src/antlr4/ListTokenSource.py b/runtime/Python3/src/antlr4/ListTokenSource.py index 5af9c283b..98bf3ff82 100644 --- a/runtime/Python3/src/antlr4/ListTokenSource.py +++ b/runtime/Python3/src/antlr4/ListTokenSource.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Parser.py b/runtime/Python3/src/antlr4/Parser.py index 05b6733ad..f0c0c9401 100644 --- a/runtime/Python3/src/antlr4/Parser.py +++ b/runtime/Python3/src/antlr4/Parser.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.BufferedTokenStream import TokenStream from antlr4.CommonTokenFactory import TokenFactory diff --git a/runtime/Python3/src/antlr4/ParserInterpreter.py b/runtime/Python3/src/antlr4/ParserInterpreter.py index 692ffd86e..f3787f5b9 100644 --- a/runtime/Python3/src/antlr4/ParserInterpreter.py +++ b/runtime/Python3/src/antlr4/ParserInterpreter.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/ParserRuleContext.py b/runtime/Python3/src/antlr4/ParserRuleContext.py index 59c0e14f3..46846165e 100644 --- a/runtime/Python3/src/antlr4/ParserRuleContext.py +++ b/runtime/Python3/src/antlr4/ParserRuleContext.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #* A rule invocation record for parsing. diff --git a/runtime/Python3/src/antlr4/PredictionContext.py b/runtime/Python3/src/antlr4/PredictionContext.py index 8d4386ba9..3e75437a8 100644 --- a/runtime/Python3/src/antlr4/PredictionContext.py +++ b/runtime/Python3/src/antlr4/PredictionContext.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from io import StringIO diff --git a/runtime/Python3/src/antlr4/Recognizer.py b/runtime/Python3/src/antlr4/Recognizer.py index a46711dd2..b60438e54 100644 --- a/runtime/Python3/src/antlr4/Recognizer.py +++ b/runtime/Python3/src/antlr4/Recognizer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # from antlr4.RuleContext import RuleContext diff --git a/runtime/Python3/src/antlr4/RuleContext.py b/runtime/Python3/src/antlr4/RuleContext.py index 34f6e4794..a4bf986c5 100644 --- a/runtime/Python3/src/antlr4/RuleContext.py +++ b/runtime/Python3/src/antlr4/RuleContext.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Token.py b/runtime/Python3/src/antlr4/Token.py index 0e698eaf9..f86361e63 100644 --- a/runtime/Python3/src/antlr4/Token.py +++ b/runtime/Python3/src/antlr4/Token.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/TokenStreamRewriter.py b/runtime/Python3/src/antlr4/TokenStreamRewriter.py index 678d647a7..3b1100abe 100644 --- a/runtime/Python3/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python3/src/antlr4/TokenStreamRewriter.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Utils.py b/runtime/Python3/src/antlr4/Utils.py index 0754e357e..8f242e86c 100644 --- a/runtime/Python3/src/antlr4/Utils.py +++ b/runtime/Python3/src/antlr4/Utils.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATN.py b/runtime/Python3/src/antlr4/atn/ATN.py index f12df1793..4b2300cf3 100644 --- a/runtime/Python3/src/antlr4/atn/ATN.py +++ b/runtime/Python3/src/antlr4/atn/ATN.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.IntervalSet import IntervalSet diff --git a/runtime/Python3/src/antlr4/atn/ATNConfig.py b/runtime/Python3/src/antlr4/atn/ATNConfig.py index 0becf2346..6842c8195 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfig.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py index 4fe146e73..2c8ca5f95 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py index 1e256e931..c203c8f59 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # need a forward declaration diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py index a18c23272..c7c9039df 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from uuid import UUID @@ -139,8 +139,8 @@ class ATNDeserializer (object): for i in range(0, numPrecedenceStates): stateNumber = self.readInt() atn.states[stateNumber].isPrecedenceRule = True - - def readRules(self, atn:ATN): + + def readRules(self, atn:ATN): nrules = self.readInt() if atn.grammarType == ATNType.LEXER: atn.ruleToTokenType = [0] * nrules diff --git a/runtime/Python3/src/antlr4/atn/ATNSimulator.py b/runtime/Python3/src/antlr4/atn/ATNSimulator.py index 8dec6f640..95a040927 100644 --- a/runtime/Python3/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ from antlr4.PredictionContext import PredictionContextCache, PredictionContext, getCachedPredictionContext diff --git a/runtime/Python3/src/antlr4/atn/ATNState.py b/runtime/Python3/src/antlr4/atn/ATNState.py index 1335fce8d..7b5fbc48c 100644 --- a/runtime/Python3/src/antlr4/atn/ATNState.py +++ b/runtime/Python3/src/antlr4/atn/ATNState.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATNType.py b/runtime/Python3/src/antlr4/atn/ATNType.py index abe08ae2d..aea9272d8 100644 --- a/runtime/Python3/src/antlr4/atn/ATNType.py +++ b/runtime/Python3/src/antlr4/atn/ATNType.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py index 43cf9ba15..b22735772 100644 --- a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ @@ -49,7 +49,7 @@ Lexer = None LexerATNSimulator = None class LexerATNSimulator(ATNSimulator): - + debug = False dfa_debug = False diff --git a/runtime/Python3/src/antlr4/atn/LexerAction.py b/runtime/Python3/src/antlr4/atn/LexerAction.py index 2b3467cc6..be2fcc9fe 100644 --- a/runtime/Python3/src/antlr4/atn/LexerAction.py +++ b/runtime/Python3/src/antlr4/atn/LexerAction.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py index 273193ef5..2f6ead207 100644 --- a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py index fb9319c6b..e6f65a156 100644 --- a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # @@ -296,7 +296,7 @@ class ParserATNSimulator(ATNSimulator): self._input = input self._startIndex = input.index self._outerContext = outerContext - + dfa = self.decisionToDFA[decision] self._dfa = dfa m = input.mark() @@ -674,7 +674,7 @@ class ParserATNSimulator(ATNSimulator): # For full-context reach operations, separate handling is required to # ensure that the alternative matching the longest overall sequence is # chosen when multiple such configurations can match the input. - + skippedStopStates = None # First figure out where we can reach on input t diff --git a/runtime/Python3/src/antlr4/atn/PredictionMode.py b/runtime/Python3/src/antlr4/atn/PredictionMode.py index b1e8a977d..bf0bbff2a 100644 --- a/runtime/Python3/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python3/src/antlr4/atn/PredictionMode.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # # diff --git a/runtime/Python3/src/antlr4/atn/SemanticContext.py b/runtime/Python3/src/antlr4/atn/SemanticContext.py index 5b3543185..2771f9453 100644 --- a/runtime/Python3/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python3/src/antlr4/atn/SemanticContext.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/Transition.py b/runtime/Python3/src/antlr4/atn/Transition.py index 9ce47ba90..759a2ca7e 100644 --- a/runtime/Python3/src/antlr4/atn/Transition.py +++ b/runtime/Python3/src/antlr4/atn/Transition.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/dfa/DFA.py b/runtime/Python3/src/antlr4/dfa/DFA.py index 23b7dda08..1770d1125 100644 --- a/runtime/Python3/src/antlr4/dfa/DFA.py +++ b/runtime/Python3/src/antlr4/dfa/DFA.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python3/src/antlr4/dfa/DFASerializer.py b/runtime/Python3/src/antlr4/dfa/DFASerializer.py index fe6f026a8..12cc094cd 100644 --- a/runtime/Python3/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python3/src/antlr4/dfa/DFASerializer.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/dfa/DFAState.py b/runtime/Python3/src/antlr4/dfa/DFAState.py index c0c88919f..b3046479b 100644 --- a/runtime/Python3/src/antlr4/dfa/DFAState.py +++ b/runtime/Python3/src/antlr4/dfa/DFAState.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py index 5afc272e4..a92a3dd44 100644 --- a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/ErrorListener.py b/runtime/Python3/src/antlr4/error/ErrorListener.py index fae19dc99..3361f9d5c 100644 --- a/runtime/Python3/src/antlr4/error/ErrorListener.py +++ b/runtime/Python3/src/antlr4/error/ErrorListener.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # Provides an empty default implementation of {@link ANTLRErrorListener}. The diff --git a/runtime/Python3/src/antlr4/error/ErrorStrategy.py b/runtime/Python3/src/antlr4/error/ErrorStrategy.py index 6eda2ff87..8a48ba064 100644 --- a/runtime/Python3/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python3/src/antlr4/error/ErrorStrategy.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # import sys diff --git a/runtime/Python3/src/antlr4/error/Errors.py b/runtime/Python3/src/antlr4/error/Errors.py index 0045c25ae..e12af0c70 100644 --- a/runtime/Python3/src/antlr4/error/Errors.py +++ b/runtime/Python3/src/antlr4/error/Errors.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Chunk.py b/runtime/Python3/src/antlr4/tree/Chunk.py index 183bf2d3d..71526865a 100644 --- a/runtime/Python3/src/antlr4/tree/Chunk.py +++ b/runtime/Python3/src/antlr4/tree/Chunk.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py index de03574e2..18622815f 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py index 203a6e90d..66faa7bc2 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py index 152b1a716..6ff481bf7 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/RuleTagToken.py b/runtime/Python3/src/antlr4/tree/RuleTagToken.py index 1f97e9401..4d2f06b9f 100644 --- a/runtime/Python3/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python3/src/antlr4/tree/RuleTagToken.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/TokenTagToken.py b/runtime/Python3/src/antlr4/tree/TokenTagToken.py index 16ca6b27c..d3173e83e 100644 --- a/runtime/Python3/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python3/src/antlr4/tree/TokenTagToken.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Tree.py b/runtime/Python3/src/antlr4/tree/Tree.py index e1e213f48..2a41caee4 100644 --- a/runtime/Python3/src/antlr4/tree/Tree.py +++ b/runtime/Python3/src/antlr4/tree/Tree.py @@ -1,5 +1,5 @@ # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/tree/Trees.py b/runtime/Python3/src/antlr4/tree/Trees.py index f2d9fd32f..1e06d4ce6 100644 --- a/runtime/Python3/src/antlr4/tree/Trees.py +++ b/runtime/Python3/src/antlr4/tree/Trees.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/xpath/XPath.py b/runtime/Python3/src/antlr4/xpath/XPath.py index a4c9bfb6f..70b532978 100644 --- a/runtime/Python3/src/antlr4/xpath/XPath.py +++ b/runtime/Python3/src/antlr4/xpath/XPath.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/test/ctest.py b/runtime/Python3/test/ctest.py index 05b479f78..7656f8f3a 100644 --- a/runtime/Python3/test/ctest.py +++ b/runtime/Python3/test/ctest.py @@ -1,6 +1,6 @@ # # Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. -# Use is of this file is governed by the BSD 3-clause license that +# Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift index 5f8b064b9..631c4ef80 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /** How to emit recognition errors. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift index cb7560f05..12bbe76a2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift index 974a3d816..521b0cd66 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift index 323e11e08..c02a83189 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ /** @@ -46,27 +46,27 @@ public class ANTLRInputStream: CharStream { public convenience init(_ r : Reader) throws; IOException { self.init(r, INITIAL_BUFFER_SIZE, READ_BUFFER_SIZE); } - + public convenience init(_ r : Reader, _ initialSize : Int) throws; IOException { self.init(r, initialSize, READ_BUFFER_SIZE); } - + public init(_ r : Reader, _ initialSize : Int, _ readChunkSize : Int) throws; IOException { load(r, initialSize, readChunkSize); } - + public convenience init(_ input : InputStream) throws; IOException { self.init(InputStreamReader(input), INITIAL_BUFFER_SIZE); } - + public convenience init(_ input : InputStream, _ initialSize : Int) throws; IOException { self.init(InputStreamReader(input), initialSize); } - + public convenience init(_ input : InputStream, _ initialSize : Int, _ readChunkSize : Int) throws; IOException { self.init(InputStreamReader(input), initialSize, readChunkSize); } - + public func load(r : Reader, _ size : Int, _ readChunkSize : Int) throws; IOException { @@ -120,7 +120,7 @@ public class ANTLRInputStream: CharStream { assert(LA(1) == ANTLRInputStream.EOF, "Expected: LA(1)==IntStream.EOF") throw ANTLRError.illegalState(msg: "annot consume EOF") - + } // print("prev p="+p+", c="+(char)data[p]); diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift index 021e009eb..30d3d17f0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -63,7 +63,7 @@ public class BailErrorStrategy: DefaultErrorStrategy { contextWrap.exception = e context = (contextWrap.getParent() as? ParserRuleContext) } - + throw ANTLRException.recognition(e: e) } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift index be8654515..7f17f9673 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift index 74b688514..a32297e08 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -301,7 +301,7 @@ public class BufferedTokenStream: TokenStream { }else { filteredTokens.append(t) } - + } if filteredTokens.isEmpty { return nil diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift index a493c02d3..5ccbbd491 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift index 54809ec1a..ba0e2af7d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -168,9 +168,9 @@ public class CommonToken: WritableToken { return "" } } - + return nil - + } /** @@ -272,7 +272,7 @@ public class CommonToken: WritableToken { desc.append("\(start):\(stop)='\(txt)',") desc.append("<\(type)>\(channelStr),") desc.append("\(line):\(getCharPositionInLine())]") - + return desc.toString() } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift index 3d4dc783a..439ef8a43 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift index a97faa87c..ed0b8f530 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift index 91dc3c2d7..f4499eccc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -33,7 +33,7 @@ public class ConsoleErrorListener: BaseErrorListener { _ line: Int, _ charPositionInLine: Int, _ msg: String, - _ e: AnyObject? + _ e: AnyObject? ) { if Parser.ConsoleError { errPrint("line \(line):\(charPositionInLine) \(msg)") diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift index e836c89d6..50e622246 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -569,7 +569,7 @@ public class DefaultErrorStrategy: ANTLRErrorStrategy { if current.getType() == CommonToken.EOF && lookback != nil { current = lookback! } - + let token = recognizer.getTokenFactory().create((current.getTokenSource(), current.getTokenSource()!.getInputStream()), expectedTokenType, tokenText, CommonToken.DEFAULT_CHANNEL, -1, -1, diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift index 75d5386f0..fba94e5e3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -33,7 +33,7 @@ public class DiagnosticErrorListener: BaseErrorListener { * When {@code true}, only exactly known ambiguities are reported. */ internal final var exactOnly: Bool - + /** * Initializes a new instance of {@link org.antlr.v4.runtime.DiagnosticErrorListener} which only * reports exact ambiguities. @@ -41,7 +41,7 @@ public class DiagnosticErrorListener: BaseErrorListener { public convenience override init() { self.init(true) } - + /** * Initializes a new instance of {@link org.antlr.v4.runtime.DiagnosticErrorListener}, specifying * whether all ambiguities or only exact ambiguities are reported. @@ -52,7 +52,7 @@ public class DiagnosticErrorListener: BaseErrorListener { public init(_ exactOnly: Bool) { self.exactOnly = exactOnly } - + override public func reportAmbiguity(_ recognizer: Parser, _ dfa: DFA, @@ -64,16 +64,16 @@ public class DiagnosticErrorListener: BaseErrorListener { if exactOnly && !exact { return } - + let format: String = "reportAmbiguity d=%@: ambigAlts=%@, input='%@'" let decision: String = getDecisionDescription(recognizer, dfa) let conflictingAlts: BitSet = try getConflictingAlts(ambigAlts, configs) let text: String = try recognizer.getTokenStream()!.getText(Interval.of(startIndex, stopIndex)) - + let message: String = NSString(format: format as NSString, decision, conflictingAlts.description, text) as String try recognizer.notifyErrorListeners(message) } - + override public func reportAttemptingFullContext(_ recognizer: Parser, _ dfa: DFA, @@ -87,7 +87,7 @@ public class DiagnosticErrorListener: BaseErrorListener { let message: String = NSString(format: format as NSString, decision, text) as String try recognizer.notifyErrorListeners(message) } - + override public func reportContextSensitivity(_ recognizer: Parser, _ dfa: DFA, @@ -101,25 +101,25 @@ public class DiagnosticErrorListener: BaseErrorListener { let message: String = NSString(format: format as NSString, decision, text) as String try recognizer.notifyErrorListeners(message) } - + internal func getDecisionDescription(_ recognizer: Parser, _ dfa: DFA) -> String { let decision: Int = dfa.decision let ruleIndex: Int = dfa.atnStartState.ruleIndex! - + var ruleNames: [String] = recognizer.getRuleNames() if ruleIndex < 0 || ruleIndex >= ruleNames.count { return String(decision) } - + let ruleName: String = ruleNames[ruleIndex] //if (ruleName == nil || ruleName.isEmpty()) { if ruleName.isEmpty { return String(decision) } - + return NSString(format: "%d (%@)", decision, ruleName) as String } - + /** * Computes the set of conflicting or ambiguous alternatives from a * configuration set, if that information was not already provided by the diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift index bc4e9efc0..98af40a77 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift @@ -1,8 +1,8 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ - + /** A semantic predicate failed during validation. Validation of predicates * occurs when normally parsing the alternative just like matching a token. @@ -10,7 +10,7 @@ * prediction. */ public class FailedPredicateException: RecognitionException { - private final var ruleIndex: Int + private final var ruleIndex: Int private final var predicateIndex: Int private final var predicate: String? @@ -26,7 +26,7 @@ public class FailedPredicateException: RecognitionException _ predicate: String?, _ message: String?) throws { - + let s: ATNState = recognizer.getInterpreter().atn.states[recognizer.getState()]! let trans: AbstractPredicateTransition = s.transition(0) as! AbstractPredicateTransition @@ -40,9 +40,9 @@ public class FailedPredicateException: RecognitionException } self.predicate = predicate - + super.init(FailedPredicateException.formatMessage(predicate!, message), recognizer , recognizer.getInputStream()!, recognizer._ctx) - + try self.setOffendingToken(recognizer.getCurrentToken()) } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift index d411ddf37..3a6012303 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift index 078e12f9a..0e3cc6ac5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift index ef91d8dc4..c4a3aa427 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift index 2b3b968fb..94c110247 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -158,7 +158,7 @@ open class Lexer: Recognizer continue outer } } while _type == Lexer.MORE - + if _token == nil { emit() } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift index 04319c39a..c089d7132 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift index 8153e22e8..13bca2f78 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift index e8f17bf9f..b8d4b1a8c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -90,7 +90,7 @@ public class ListTokenSource: TokenSource { // have to calculate the result from the line/column of the previous // token, along with the text of the token. let lastToken: Token = tokens[tokens.count - 1] - + if let tokenText = lastToken.getText() { let lastNewLine: Int = tokenText.lastIndexOf("\n") if lastNewLine >= 0 { @@ -208,7 +208,7 @@ public class ListTokenSource: TokenSource { if sourceName != nil { return sourceName! } - + if let inputStream = getInputStream() { return inputStream.getSourceName() } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift index ad11b0611..e61a3681c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift index 8deb2b3ed..0124af7d3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -77,7 +77,7 @@ open class Parser: Recognizer { */ //private let bypassAltsAtnCache : Dictionary = // WeakHashMap(); MapTable - + private let bypassAltsAtnCache: HashMap = HashMap() /** * The error handling strategy for the parser. The default value is a new @@ -580,7 +580,7 @@ open class Parser: Recognizer { return o } let hasListener: Bool = _parseListeners != nil && !_parseListeners!.isEmpty - + if _buildParseTrees || hasListener { if _errHandler.inErrorRecoveryMode(self) { let node: ErrorNode = _ctx.addErrorNode(o) @@ -602,7 +602,7 @@ open class Parser: Recognizer { } internal func addContextToParseTree() { - + // add current context to parent if we have a parent if let parent = _ctx?.parent as? ParserRuleContext { parent.addChild(_ctx!) @@ -979,7 +979,7 @@ open class Parser: Recognizer { } synced(_interp.decisionToDFA as AnyObject) { [unowned self] in - + for d in 0..<_interp.decisionToDFA.count { let dfa: DFA = _interp.decisionToDFA[d] s.append(dfa.toString(self.getVocabulary())) diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift index d43a78bc2..9ebd95ac3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift index 80c1713e7..60e84c7e7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift index ad8490b46..a7d589ee2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift index a0d62d1de..587eee73a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift index 509a07480..be89c58ff 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -202,7 +202,7 @@ open class Recognizer { return "" } var s: String - + if let text = t.getText() { s = text } else { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift index b80aa8929..750285f51 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -142,7 +142,7 @@ open class RuleContext: RuleNode { open func getRuleIndex() -> Int { return -1 } - + open func getAltNumber() -> Int { return ATN.INVALID_ALT_NUMBER } open func setAltNumber(_ altNumber: Int) { } @@ -229,7 +229,7 @@ open class RuleContext: RuleNode { let p2: RuleContext? = nil return toString(p1, p2) } - + open override var debugDescription: String { return description } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift index 40cf43e30..35b1250d9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift index 67a435588..65d58eb00 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift index 510f3a38b..097c18896 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift index 5f9170499..af4f72d7a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift index e941bf2bc..a731f70cb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift index 4c83a7247..799148dfa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -87,7 +87,7 @@ public class TokenStreamRewriter { public let DEFAULT_PROGRAM_NAME: String = "default" public static let PROGRAM_INIT_SIZE: Int = 100 public static let MIN_TOKEN_INDEX: Int = 0 - + // Define the rewrite operation hierarchy public class RewriteOperation: CustomStringConvertible { /** What index into rewrites List are we? */ @@ -113,21 +113,21 @@ public class TokenStreamRewriter { public func execute(_ buf: StringBuilder) throws -> Int { return index } - + public var description: String { let opName: String = NSStringFromClass(RewriteOperation.self) // var index : Int = opName.indexOf("$"); // opName = opName.substring( index+1); return "<\(opName) @ \(try? tokens.get(index)):\\\(text)\">" } - + } - + public final class InsertBeforeOp: RewriteOperation { public override init(_ index: Int, _ text: String?, _ tokens: TokenStream) { super.init(index, text, tokens) } - + override public func execute(_ buf: StringBuilder) throws -> Int { if text != nil { @@ -139,18 +139,18 @@ public class TokenStreamRewriter { return index + 1 } } - + /** I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp * instructions. */ - + public final class ReplaceOp: RewriteOperation { - + public init(_ from: Int, _ to: Int, _ text: String?, _ tokens: TokenStream) { super.init(from, text, tokens) lastIndex = to } - + override public func execute(_ buf: StringBuilder) -> Int { if text != nil { @@ -165,9 +165,9 @@ public class TokenStreamRewriter { } return "" } - + } - + public class RewriteOperationArray{ private final var rewrites: Array = Array() public init(){ @@ -177,7 +177,7 @@ public class TokenStreamRewriter { op.instructionIndex = rewrites.count rewrites.append(op) } - + final func rollback(_ instructionIndex: Int) { rewrites = Array(rewrites[TokenStreamRewriter.MIN_TOKEN_INDEX ..< instructionIndex]) } @@ -237,7 +237,7 @@ public class TokenStreamRewriter { * Return a map from token index to operation. */ final func reduceToSingleOperationPerIndex() throws -> Dictionary { - + let rewritesCount = rewrites.count // WALK REPLACES for i in 0.. rewritesI.index && rewritesJ.index <= rewritesI.lastIndex { // delete insert as it's a no-op. rewrites[rewritesJ.instructionIndex] = nil //print("set nil j:\(j)") - + } } } @@ -292,12 +292,12 @@ public class TokenStreamRewriter { //print("new rop " + rewritesI.description) } else if !disjoint && !same { throw ANTLRError.illegalArgument(msg: "replace op boundaries of \(rewritesI.description) overlap with previous \(rewritesJ.description)") - + } } } } - + // WALK INSERTS for i in 0..= rewritesJ.index && rewritesI.index <= rewritesJ.lastIndex { throw ANTLRError.illegalArgument(msg: "insert op \(rewritesI.description) within boundaries of previous \(rewritesJ.description)") - + } } } - + } - + var m: Dictionary = Dictionary() for i in 0.. String { let x: String = a ?? "" let y: String = b ?? "" - + return x + y } - + /** Get all operations before an index of a particular kind */ - + final func getKindOfOps(_ rewrites: inout Array, _ kind: T.Type, _ before: Int ) -> Array { - + let length = min(before,rewrites.count) var op = Array() op.reserveCapacity(length) @@ -375,36 +375,36 @@ public class TokenStreamRewriter { } return op } - + } - + /** Our source stream */ internal var tokens: TokenStream - + /** You may have multiple, named streams of rewrite operations. * I'm calling these things "programs." * Maps String (name) → rewrite (List) */ internal var programs: Dictionary //Array - + /** Map String (program name) → Integer index */ internal final var lastRewriteTokenIndexes: Dictionary - + public init(_ tokens: TokenStream) { self.tokens = tokens programs = Dictionary() programs[DEFAULT_PROGRAM_NAME] = RewriteOperationArray() lastRewriteTokenIndexes = Dictionary() } - + public final func getTokenStream() -> TokenStream { return tokens } - + public func rollback(_ instructionIndex: Int) { rollback(DEFAULT_PROGRAM_NAME, instructionIndex) } - + /** Rollback the instruction stream for a program so that * the indicated instruction (via instructionIndex) is no * longer in the stream. UNTESTED! @@ -414,67 +414,67 @@ public class TokenStreamRewriter { program.rollback(instructionIndex) } } - + public func deleteProgram() { deleteProgram(DEFAULT_PROGRAM_NAME) } - + /** Reset the program so that no instructions exist */ public func deleteProgram(_ programName: String) { rollback(programName, TokenStreamRewriter.MIN_TOKEN_INDEX) } - + public func insertAfter(_ t: Token, _ text: String) { insertAfter(DEFAULT_PROGRAM_NAME, t, text) } - + public func insertAfter(_ index: Int, _ text: String) { insertAfter(DEFAULT_PROGRAM_NAME, index, text) } - + public func insertAfter(_ programName: String, _ t: Token, _ text: String) { insertAfter(programName, t.getTokenIndex(), text) } - + public func insertAfter(_ programName: String, _ index: Int, _ text: String) { // to insert after, just insert before next index (even if past end) insertBefore(programName, index + 1, text) } - + public func insertBefore(_ t: Token, _ text: String) { insertBefore(DEFAULT_PROGRAM_NAME, t, text) } - + public func insertBefore(_ index: Int, _ text: String) { insertBefore(DEFAULT_PROGRAM_NAME, index, text) } - + public func insertBefore(_ programName: String, _ t: Token, _ text: String) { insertBefore(programName, t.getTokenIndex(), text) } - + public func insertBefore(_ programName: String, _ index: Int, _ text: String) { let op: RewriteOperation = InsertBeforeOp(index, text, tokens) let rewritesArray: RewriteOperationArray = getProgram(programName) rewritesArray.append(op) } - + public func replace(_ index: Int, _ text: String) throws { try replace(DEFAULT_PROGRAM_NAME, index, index, text) } - + public func replace(_ from: Int, _ to: Int, _ text: String) throws { try replace(DEFAULT_PROGRAM_NAME, from, to, text) } - + public func replace(_ indexT: Token, _ text: String) throws { try replace(DEFAULT_PROGRAM_NAME, indexT, indexT, text) } - + public func replace(_ from: Token, _ to: Token, _ text: String) throws { try replace(DEFAULT_PROGRAM_NAME, from, to, text) } - + public func replace(_ programName: String, _ from: Int, _ to: Int, _ text: String?) throws { if from > to || from < 0 || to < 0 || to >= tokens.size() { throw ANTLRError.illegalArgument(msg: "replace: range invalid: \(from)..\(to)(size=\(tokens.size()))") @@ -482,44 +482,44 @@ public class TokenStreamRewriter { let op: RewriteOperation = ReplaceOp(from, to, text, tokens) let rewritesArray: RewriteOperationArray = getProgram(programName) rewritesArray.append(op) - + } - + public func replace(_ programName: String, _ from: Token, _ to: Token, _ text: String?) throws { try replace(programName, from.getTokenIndex(), to.getTokenIndex(), text) } - + public func delete(_ index: Int) throws { try delete(DEFAULT_PROGRAM_NAME, index, index) } - + public func delete(_ from: Int, _ to: Int) throws { try delete(DEFAULT_PROGRAM_NAME, from, to) } - + public func delete(_ indexT: Token) throws { try delete(DEFAULT_PROGRAM_NAME, indexT, indexT) } - + public func delete(_ from: Token, _ to: Token) throws { try delete(DEFAULT_PROGRAM_NAME, from, to) } - + public func delete(_ programName: String, _ from: Int, _ to: Int) throws { try replace(programName, from, to, nil) } - + public func delete(_ programName: String, _ from: Token, _ to: Token) throws { try replace(programName, from, to, nil) } - + public func getLastRewriteTokenIndex() -> Int { return getLastRewriteTokenIndex(DEFAULT_PROGRAM_NAME) } - + internal func getLastRewriteTokenIndex(_ programName: String) -> Int { let I: Int? = lastRewriteTokenIndexes[programName] if I == nil { @@ -527,11 +527,11 @@ public class TokenStreamRewriter { } return I! } - + internal func setLastRewriteTokenIndex(_ programName: String, _ i: Int) { lastRewriteTokenIndexes[programName] = i } - + internal func getProgram(_ name: String) -> RewriteOperationArray { var program: RewriteOperationArray? = programs[name] @@ -540,29 +540,29 @@ public class TokenStreamRewriter { } return program! } - + private func initializeProgram(_ name: String) -> RewriteOperationArray { let program: RewriteOperationArray = RewriteOperationArray() - + programs[name] = program return program } - + /** Return the text from the original tokens altered per the * instructions given to this rewriter. */ public func getText() throws -> String { return try getText(DEFAULT_PROGRAM_NAME, Interval.of(0, tokens.size() - 1)) } - + /** Return the text from the original tokens altered per the * instructions given to this rewriter in programName. */ public func getText(_ programName: String) throws -> String { return try getText(programName, Interval.of(0, tokens.size() - 1)) } - + /** Return the text associated with the tokens in the interval from the * original token stream but with the alterations given to this rewriter. * The interval refers to the indexes in the original token stream. @@ -575,11 +575,11 @@ public class TokenStreamRewriter { public func getText(_ interval: Interval) throws -> String { return try getText(DEFAULT_PROGRAM_NAME, interval) } - + public func getText(_ programName: String, _ interval: Interval) throws -> String { var start: Int = interval.a var stop: Int = interval.b - + // ensure start/end are in range if stop > tokens.size() - 1 { stop = tokens.size() - 1 @@ -590,12 +590,12 @@ public class TokenStreamRewriter { guard let rewrites = programs[programName] , !rewrites.isEmpty else { return try tokens.getText(interval) // no instructions to execute } - + let buf: StringBuilder = StringBuilder() - + // First, optimize instruction stream var indexToOp: Dictionary = try rewrites.reduceToSingleOperationPerIndex() - + // Walk buffer, executing instructions and emitting tokens var i: Int = start while i <= stop && i < tokens.size() { @@ -612,9 +612,9 @@ public class TokenStreamRewriter { } else { i = try op!.execute(buf) // execute operation and skip } - + } - + // include stuff after end if it's last index in buffer // So, if they did an insertAfter(lastValidIndex, "foo"), include // foo if end==lastValidIndex. @@ -627,8 +627,8 @@ public class TokenStreamRewriter { } } } - + return buf.toString() } - + } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift index a39268f85..a8e7fde3e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift index dbdcd4081..e94de7539 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift index ab1f8a62f..5f58d78b2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift index a1a3ece49..93c68d576 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift @@ -1,45 +1,45 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ public class ATN { public static let INVALID_ALT_NUMBER: Int = 0 - - + + public final var states: Array = Array() - + /** Each subrule/rule is a decision point and we must track them so we * can go back later and build DFA predictors for them. This includes * all the rules, subrules, optional blocks, ()+, ()* etc... */ public final var decisionToState: Array = Array() - + /** * Maps from rule index to starting state number. */ public final var ruleToStartState: [RuleStartState]! - + /** * Maps from rule index to stop state number. */ public final var ruleToStopState: [RuleStopState]! - - + + public final let modeNameToStartState: Dictionary = Dictionary() //LinkedHashMap(); - + /** * The type of the ATN. */ public let grammarType: ATNType! - + /** * The maximum value for any symbol recognized by a transition in the ATN. */ public let maxTokenType: Int - + /** * For lexer ATNs, this maps the rule index to the resulting token type. * For parser ATNs, this maps the rule index to the generated bypass token @@ -48,21 +48,21 @@ public class ATN { * deserialization option was specified; otherwise, this is {@code null}. */ public final var ruleToTokenType: [Int]! - + /** * For lexer ATNs, this is an array of {@link org.antlr.v4.runtime.atn.LexerAction} objects which may * be referenced by action transitions in the ATN. */ public final var lexerActions: [LexerAction]! - + public final var modeToStartState: Array = Array() - + /** Used for runtime deserialization of ATNs from strings */ public init(_ grammarType: ATNType, _ maxTokenType: Int) { self.grammarType = grammarType self.maxTokenType = maxTokenType } - + /** Compute the set of valid tokens that can occur starting in state {@code s}. * If {@code ctx} is null, the set of tokens will not include what can follow * the rule surrounding {@code s}. In other words, the set will be @@ -73,7 +73,7 @@ public class ATN { let next: IntervalSet = try anal.LOOK(s, ctx) return next } - + /** * Compute the set of valid tokens that can occur starting in {@code s} and * staying in same rule. {@link org.antlr.v4.runtime.Token#EPSILON} is in set if we reach end of @@ -89,16 +89,16 @@ public class ATN { try intervalSet.setReadonly(true) return intervalSet } - + public func addState(_ state: ATNState?) { if let state = state { state.atn = self state.stateNumber = states.count } - + states.append(state) } - + public func removeState(_ state: ATNState) { states[state.stateNumber] = nil //states.set(state.stateNumber, nil); // just free mem, don't shift states in list @@ -109,18 +109,18 @@ public class ATN { s.decision = decisionToState.count-1 return s.decision } - + public func getDecisionState(_ decision: Int) -> DecisionState? { if !decisionToState.isEmpty { return decisionToState[decision] } return nil } - + public func getNumberOfDecisions() -> Int { return decisionToState.count } - + /** * Computes the set of input symbols which could follow ATN state number * {@code stateNumber} in the specified full {@code context}. This method @@ -145,7 +145,7 @@ public class ATN { throw ANTLRError.illegalArgument(msg: "Invalid state number.") /* throw IllegalArgumentException("Invalid state number."); */ } - + var ctx: RuleContext? = context //TODO: s may be nil let s: ATNState = states[stateNumber]! @@ -153,11 +153,11 @@ public class ATN { if !following.contains(CommonToken.EPSILON) { return following } - + let expected: IntervalSet = try IntervalSet() try expected.addAll(following) try expected.remove(CommonToken.EPSILON) - + while let ctxWrap = ctx , ctxWrap.invokingState >= 0 && following.contains(CommonToken.EPSILON) { let invokingState: ATNState = states[ctxWrap.invokingState]! let rt: RuleTransition = invokingState.transition(0) as! RuleTransition @@ -166,20 +166,20 @@ public class ATN { try expected.remove(CommonToken.EPSILON) ctx = ctxWrap.parent } - + if following.contains(CommonToken.EPSILON) { try expected.add(CommonToken.EOF) } - + return expected } - + public final func appendDecisionToState(_ state: DecisionState) { decisionToState.append(state) } public final func appendModeToStartState(_ state: TokensStartState) { modeToStartState.append(state) } - + } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift index d2a298d4a..fcfb91dd0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -10,7 +10,7 @@ * the tree of semantic predicates encountered before reaching * an ATN state. */ - + public class ATNConfig: Hashable, CustomStringConvertible { /** diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift index 8a0806e08..a3a840247 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -19,8 +19,8 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { * the number of objects associated with ATNConfigs. The other solution is to * use a hash table that lets us specify the equals/hashcode operation. */ - - + + /** Indicates that the set of configurations is read-only. Do not * allow any code to manipulate the set; DFA states will point at * the sets and they must not change. This does not protect the other @@ -28,16 +28,16 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { * we've made this readonly. */ internal final var readonly: Bool = false - + /** * All configs but hashed by (s, i, _, pi) not including context. Wiped out * when we go readonly as this set becomes a DFA state. */ public final var configLookup: LookupDictionary - + /** Track the elements as they are added to the set; supports get(i) */ public final var configs: Array = Array() - + // TODO: these fields make me pretty uncomfortable but nice to pack up info together, saves recomputation // TODO: can we track conflicts as they are added to save scanning configs later? public final var uniqueAlt: Int = 0 @@ -48,22 +48,22 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { * that have predicates that evaluate to false. Computed in computeTargetState(). */ internal final var conflictingAlts: BitSet? - + // Used in parser and lexer. In lexer, it indicates we hit a pred // while computing a closure operation. Don't make a DFA state from this. public final var hasSemanticContext: Bool = false //TODO no default public final var dipsIntoOuterContext: Bool = false //TODO no default - + /** Indicates that this configuration set is part of a full context * LL prediction. It will be used to determine how to merge $. With SLL * it's a wildcard whereas it is not for LL context merge. */ public final var fullCtx: Bool - + private var cachedHashCode: Int = -1 - + public init(_ fullCtx: Bool) { configLookup = LookupDictionary() self.fullCtx = fullCtx @@ -71,7 +71,7 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { public convenience init() { self.init(true) } - + public convenience init(_ old: ATNConfigSet) throws { self.init(old.fullCtx) try addAll(old) @@ -80,14 +80,14 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { self.hasSemanticContext = old.hasSemanticContext self.dipsIntoOuterContext = old.dipsIntoOuterContext } - + //override @discardableResult public final func add(_ config: ATNConfig) throws -> Bool { var mergeCache : DoubleKeyMap? = nil return try add(config, &mergeCache) } - + /** * Adding a new config means merging contexts with existing configs for * {@code (s, i, pi, _)}, where {@code s} is the @@ -104,9 +104,9 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { _ mergeCache: inout DoubleKeyMap?) throws -> Bool { if readonly { throw ANTLRError.illegalState(msg: "This set is readonly") - + } - + if config.semanticContext != SemanticContext.NONE { hasSemanticContext = true } @@ -122,38 +122,38 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } // a previous (s,i,pi,_), merge with it and save result let rootIsWildcard: Bool = !fullCtx - + let merged: PredictionContext = PredictionContext.merge(existing.context!, config.context!, rootIsWildcard, &mergeCache) - + // no need to check for existing.context, config.context in cache // since only way to create new graphs is "call rule" and here. We // cache at both places. existing.reachesIntoOuterContext = max(existing.reachesIntoOuterContext, config.reachesIntoOuterContext) - + // make sure to preserve the precedence filter suppression during the merge if config.isPrecedenceFilterSuppressed() { existing.setPrecedenceFilterSuppressed(true) } - + existing.context = merged // replace context; no need to alt mapping return true } - + public final func getOrAdd(_ config: ATNConfig) -> ATNConfig { - + return configLookup.getOrAdd(config) } - - + + /** Return a List holding list of configs */ public final func elements() -> Array { return configs } - + public final func getStates() -> Set { - + let length = configs.count var states: Set = Set(minimumCapacity: length) for i in 0.. BitSet { let alts: BitSet = BitSet() let length = configs.count @@ -179,7 +179,7 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } return alts } - + public final func getPredicates() -> Array { var preds: Array = Array() let length = configs.count @@ -190,15 +190,15 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } return preds } - + public final func get(_ i: Int) -> ATNConfig { return configs[i] } - + public final func optimizeConfigs(_ interpreter: ATNSimulator) throws { if readonly { throw ANTLRError.illegalState(msg: "This set is readonly") - + } if configLookup.isEmpty { return @@ -206,10 +206,10 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { let length = configs.count for i in 0.. Bool { for c: ATNConfig in coll.configs { @@ -217,70 +217,70 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } return false } - + public var hashValue: Int { if isReadonly() { if cachedHashCode == -1 { cachedHashCode = configsHashValue//configs.hashValue ; } - + return cachedHashCode } - + return configsHashValue // configs.hashValue; } - + private var configsHashValue: Int { var hashCode = 1 for item in configs { hashCode = Int.multiplyWithOverflow(3, hashCode).0 hashCode = Int.addWithOverflow(hashCode, item.hashValue).0 - + } return hashCode - + } - + public final var count: Int { return configs.count } - + public final func size() -> Int { return configs.count } - - + + public final func isEmpty() -> Bool { return configs.isEmpty } - - + + public final func contains(_ o: ATNConfig) -> Bool { - + return configLookup.contains(o) } - - + + public final func clear() throws { if readonly { throw ANTLRError.illegalState(msg: "This set is readonly") - + } configs.removeAll() cachedHashCode = -1 configLookup.removeAll() } - + public final func isReadonly() -> Bool { return readonly } - + public final func setReadonly(_ readonly: Bool) { self.readonly = readonly configLookup.removeAll() - + } - + public var description: String { let buf: StringBuilder = StringBuilder() buf.append(elements().map({ $0.description })) @@ -304,30 +304,30 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { public func toString() -> String { return description } - + // satisfy interface // public func toArray() -> [ATNConfig] { // return Array( configLookup.map{$0.config}) ; // } - + /*override public func toArray(a : [T]) -> [T] { return configLookup.toArray(a); }*/ private final func configHash(_ stateNumber: Int,_ context: PredictionContext?) -> Int{ - + var hashCode: Int = MurmurHash.initialize(7) hashCode = MurmurHash.update(hashCode, stateNumber) hashCode = MurmurHash.update(hashCode, context) hashCode = MurmurHash.finish(hashCode, 2) - + return hashCode - + } public final func getConflictingAltSubsets() throws -> Array { let length = configs.count let configToAlts: HashMap = HashMap(count: length) - + for i in 0.. HashMap { let length = configs.count let m: HashMap = HashMap(count: length) //minimumCapacity: length) - + for i in 0.. Set? { var alts: Set = Set() @@ -369,13 +369,13 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { for i in 0.. BitSet { let result: BitSet = BitSet() @@ -383,10 +383,10 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { for i in 0.. Int { var alt: Int = ATN.INVALID_ALT_NUMBER let length = configs.count @@ -419,7 +419,7 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { if PredictionMode.allConfigsInRuleStopStates(self) { return self } - + let result: ATNConfigSet = ATNConfigSet(fullCtx) let length = configs.count for i in 0..?,_ parser: Parser,_ _outerContext: ParserRuleContext!) throws -> ATNConfigSet { @@ -449,13 +449,13 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { if configs[i].alt != 1 { continue } - + let updatedContext: SemanticContext? = try configs[i].semanticContext.evalPrecedence(parser, _outerContext) if updatedContext == nil { // the configuration was eliminated continue } - + statesFromAlt1[configs[i].state.stateNumber] = configs[i].context if updatedContext != configs[i].semanticContext { try configSet.add(ATNConfig(configs[i], updatedContext!), &mergeCache) @@ -463,13 +463,13 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { try configSet.add(configs[i],&mergeCache) } } - + for i in 0..1 @@ -481,15 +481,15 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { continue } } - + try configSet.add(configs[i], &mergeCache) } - + return configSet } internal func getPredsForAmbigAlts(_ ambigAlts: BitSet, _ nalts: Int) throws -> [SemanticContext?]? { - + var altToPred: [SemanticContext?]? = [SemanticContext?](repeating: nil, count: nalts + 1) //new SemanticContext[nalts + 1]; let length = configs.count for i in 0.. Int { let alts: IntervalSet = try IntervalSet() @@ -536,7 +536,7 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } return alts.getMinElement() } - + /** Walk the list of configurations and split them according to * those that have preds evaluating to true/false. If no pred, assume * true pred and include in succeeded set. Returns Pair of sets. @@ -566,7 +566,7 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { } return (succeeded, failed) } - + //public enum PredictionMode public final func dupConfigsWithoutSemanticPredicates() throws -> ATNConfigSet { let dup: ATNConfigSet = ATNConfigSet() @@ -584,10 +584,10 @@ public class ATNConfigSet: Hashable, CustomStringConvertible { return true } } - + return false } - + public final var allConfigsInRuleStopStates: Bool { let length = configs.count for i in 0.. Bool { - + if lhs === rhs { return true } - + let same: Bool = lhs.configs == rhs.configs && // includes stack context lhs.fullCtx == rhs.fullCtx && @@ -614,8 +614,8 @@ public func ==(lhs: ATNConfigSet, rhs: ATNConfigSet) -> Bool { lhs.conflictingAlts == rhs.conflictingAlts && lhs.hasSemanticContext == rhs.hasSemanticContext && lhs.dipsIntoOuterContext == rhs.dipsIntoOuterContext - - + + return same - + } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift index 24e661dd5..6019816eb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift index 94a630d8e..b58f41935 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -308,7 +308,7 @@ public class ATNDeserializer { if !(t is RuleTransition) { continue } - + let ruleTransition: RuleTransition = t as! RuleTransition var outermostPrecedenceReturn: Int = -1 if atn.ruleToStartState[ruleTransition.target.ruleIndex!].isPrecedenceRule { @@ -316,7 +316,7 @@ public class ATNDeserializer { outermostPrecedenceReturn = ruleTransition.target.ruleIndex! } } - + let returnTransition: EpsilonTransition = EpsilonTransition(ruleTransition.followState, outermostPrecedenceReturn) atn.ruleToStopState[ruleTransition.target.ruleIndex!].addTransition(returnTransition) } @@ -324,26 +324,26 @@ public class ATNDeserializer { } for state: ATNState? in atn.states { - + if let state = state as? BlockStartState { // we need to know the end state to set its start state if state.endState == nil { throw ANTLRError.illegalState(msg: "state.endState == nil") - + } - + // block end states can only be associated to a single block start state if let endState = state.endState { if endState.startState != nil { throw ANTLRError.illegalState(msg: "state.endState.startState != nil") - + } - + endState.startState = state } } - - + + if let loopbackState = state as? PlusLoopbackState { let length = loopbackState.getNumberOfTransitions() for i in 0.. = - + ["INVALID", "BASIC", "RULE_START", @@ -99,38 +99,38 @@ public class ATNState: Hashable, CustomStringConvertible { "STAR_LOOP_ENTRY", "PLUS_LOOP_BACK", "LOOP_END"] - - + + public static let INVALID_STATE_NUMBER: Int = -1 - + /** Which ATN are we in? */ public final var atn: ATN? = nil - + public final var stateNumber: Int = INVALID_STATE_NUMBER - + public final var ruleIndex: Int? // at runtime, we don't have Rule objects - + public final var epsilonOnlyTransitions: Bool = false - + /** Track the transitions emanating from this ATN state. */ internal final var transitions: Array = Array() //Array(INITIAL_NUM_TRANSITIONS); - + /** Used to cache lookahead during parsing, not used during construction */ public final var nextTokenWithinRule: IntervalSet? - - + + public var hashValue: Int { return stateNumber } - - + + public func isNonGreedyExitState() -> Bool { return false } - - + + public func toString() -> String { return description } @@ -141,51 +141,51 @@ public class ATNState: Hashable, CustomStringConvertible { public final func getTransitions() -> [Transition] { return transitions } - + public final func getNumberOfTransitions() -> Int { return transitions.count } - + public final func addTransition(_ e: Transition) { addTransition(transitions.count, e) } - + public final func addTransition(_ index: Int, _ e: Transition) { if transitions.isEmpty { epsilonOnlyTransitions = e.isEpsilon() } else { if epsilonOnlyTransitions != e.isEpsilon() { - + print("ATN state %d has both epsilon and non-epsilon transitions.\n", String(stateNumber)) epsilonOnlyTransitions = false } } transitions.insert(e, at: index) - + } - + public final func transition(_ i: Int) -> Transition { return transitions[i] } - + public final func setTransition(_ i: Int, _ e: Transition) { transitions[i] = e } - + public final func removeTransition(_ index: Int) -> Transition { - + return transitions.remove(at: index) } - + public func getStateType() -> Int { RuntimeException(#function + " must be overridden") return 0 } - + public final func onlyHasEpsilonTransitions() -> Bool { return epsilonOnlyTransitions } - + public final func setRuleIndex(_ ruleIndex: Int) { self.ruleIndex = ruleIndex } @@ -197,6 +197,6 @@ public func ==(lhs: ATNState, rhs: ATNState) -> Bool { } // are these states same object? return lhs.stateNumber == rhs.stateNumber - + } - + diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift index 6a38fd3ee..10bc4b29f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift index aed46344d..73d45635a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift index 1a2b53b28..f8e397666 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift index 6c96435d0..c76489508 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift index 519482194..c42f5987f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -10,12 +10,12 @@ public class ArrayPredictionContext: PredictionContext { * returnState == {@link #EMPTY_RETURN_STATE}. */ public final var parents: [PredictionContext?] - + /** Sorted for merge, no duplicates; if present, * {@link #EMPTY_RETURN_STATE} is always last. */ public final let returnStates: [Int] - + public convenience init(_ a: SingletonPredictionContext) { // if a.parent == nil { // // print("parent is nil") @@ -24,42 +24,42 @@ public class ArrayPredictionContext: PredictionContext { let parents = [a.parent] self.init(parents, [a.returnState]) } - + public init(_ parents: [PredictionContext?], _ returnStates: [Int]) { - + self.parents = parents self.returnStates = returnStates super.init(PredictionContext.calculateHashCode(parents, returnStates)) } - + override final public func isEmpty() -> Bool { // since EMPTY_RETURN_STATE can only appear in the last position, we // don't need to verify that size==1 return returnStates[0] == PredictionContext.EMPTY_RETURN_STATE } - + override final public func size() -> Int { return returnStates.count } - + override final public func getParent(_ index: Int) -> PredictionContext? { return parents[index] } - + override final public func getReturnState(_ index: Int) -> Int { return returnStates[index] } - + // @Override // public int findReturnState(int returnState) { // return Arrays.binarySearch(returnStates, returnState); // } - - + + override public var description: String { if isEmpty() { @@ -68,7 +68,7 @@ public class ArrayPredictionContext: PredictionContext { let buf: StringBuilder = StringBuilder() buf.append("[") let length = returnStates.count - + for i in 0.. 0 { buf.append(", ") @@ -88,7 +88,7 @@ public class ArrayPredictionContext: PredictionContext { buf.append("]") return buf.toString() } - + internal final func combineCommonParents() { let length = parents.count @@ -102,13 +102,13 @@ public class ArrayPredictionContext: PredictionContext { } } } - + for p in 0.. Bool if lhs.hashValue != rhs.hashValue { return false } - + // return lhs.returnStates == rhs.returnStates && lhs.parents == rhs.parents - + return ArrayEquals(lhs.returnStates, rhs.returnStates) && ArrayEquals(lhs.parents, rhs.parents) } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift index 8c461e7f3..246fbba57 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift index 62d89f9df..4a38b703f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift index ce8041211..229f2290e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift index 6a6a25cb5..f8e09b270 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift index cce613e77..196e7ea40 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift index f964d1908..162c3e571 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift index 1a88eea52..51d23df3e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift index 1805a87a1..f874b9cc0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -237,7 +237,7 @@ public class DecisionInfo: CustomStringConvertible { desc.append(", LL_lookahead=\(LL_TotalLook)") desc.append(", LL_ATNTransitions=\(LL_ATNTransitions)") desc.append("}") - + return desc.toString() } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift index fc4dd4c2a..5f6f34fa0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift index 4fd902e0e..aa537a597 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift index 446a91084..5fec0f752 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift index 84e7c2183..ceb34cc9d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift index ecf79b210..ce37a7ec8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift index a75329cda..f57c0996e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -28,7 +28,7 @@ public class LL1Analyzer { */ public func getDecisionLookahead(_ s: ATNState?) throws -> [IntervalSet?]? { // print("LOOK("+s.stateNumber+")"); - + guard let s = s else { return nil } @@ -157,12 +157,12 @@ public class LL1Analyzer { try look.add(CommonToken.EPSILON) return } - + if ctx.isEmpty() && addEOF { try look.add(CommonToken.EOF) return } - + } if s is RuleStopState { @@ -170,20 +170,20 @@ public class LL1Analyzer { try look.add(CommonToken.EPSILON) return } - + if ctx.isEmpty() && addEOF { try look.add(CommonToken.EOF) return } - - + + if ctx != PredictionContext.EMPTY { // run thru all possible stack tops in ctx let length = ctx.size() for i in 0.. Bool { } - + if lhs.state.stateNumber != rhs.state.stateNumber { return false } if lhs.alt != rhs.alt { return false } - + if lhs.isPrecedenceFilterSuppressed() != rhs.isPrecedenceFilterSuppressed() { return false } - + if lhs.getLexerActionExecutor() == nil && rhs.getLexerActionExecutor() != nil { return false } else if lhs.getLexerActionExecutor() != nil && rhs.getLexerActionExecutor() == nil { return false } else if lhs.getLexerActionExecutor() == nil && rhs.getLexerActionExecutor() == nil { - + } else if !(lhs.getLexerActionExecutor()! == rhs.getLexerActionExecutor()!) { return false } - - + + var contextCompare = false if lhs.context == nil && rhs.context == nil { @@ -138,10 +138,10 @@ public func ==(lhs: LexerATNConfig, rhs: LexerATNConfig) -> Bool { } else { contextCompare = (lhs.context! == rhs.context!) } - + if !contextCompare{ return false } - + return lhs.semanticContext == rhs.semanticContext } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift index 8fad728ce..a2297c3bd 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -10,11 +10,11 @@ open class LexerATNSimulator: ATNSimulator { public static let debug: Bool = false public let dfa_debug: Bool = false - + public static let MIN_DFA_EDGE: Int = 0 public static let MAX_DFA_EDGE: Int = 127 // forces unicode to stay in ATN - + /** When we hit an accept state in either the DFA or the ATN, we * have to notify the character stream to start buffering characters * via {@link org.antlr.v4.runtime.IntStream#mark} and record the current state. The current sim state @@ -30,13 +30,13 @@ open class LexerATNSimulator: ATNSimulator { * then the ATN does the accept and the DFA simulator that invoked it * can simply return the predicted token type.

          */ - + internal class SimState { internal var index: Int = -1 internal var line: Int = 0 internal var charPos: Int = -1 internal var dfaState: DFAState? - + internal func reset() { index = -1 line = 0 @@ -44,53 +44,53 @@ open class LexerATNSimulator: ATNSimulator { dfaState = nil } } - - + + internal let recog: Lexer? - + /** The current token's starting index into the character stream. * Shared across DFA to ATN simulation in case the ATN fails and the * DFA did not have a previous accept state. In this case, we use the * ATN-generated exception object. */ internal var startIndex: Int = -1 - + /** line number 1..n within the input */ public var line: Int = 1 - + /** The index of the character relative to the beginning of the line 0..n-1 */ public var charPositionInLine: Int = 0 - + public final var decisionToDFA: [DFA] internal var mode: Int = Lexer.DEFAULT_MODE - + /** Used during DFA/ATN exec to record the most recent accept configuration info */ - + internal final var prevAccept: SimState = SimState() - + public static var match_calls: Int = 0 - + public convenience init(_ atn: ATN, _ decisionToDFA: [DFA], _ sharedContextCache: PredictionContextCache) { self.init(nil, atn, decisionToDFA, sharedContextCache) } - + public init(_ recog: Lexer?, _ atn: ATN, _ decisionToDFA: [DFA], _ sharedContextCache: PredictionContextCache) { - + self.decisionToDFA = decisionToDFA self.recog = recog super.init(atn, sharedContextCache) } - + open func copyState(_ simulator: LexerATNSimulator) { self.charPositionInLine = simulator.charPositionInLine self.line = simulator.line self.mode = simulator.mode self.startIndex = simulator.startIndex } - + open func match(_ input: CharStream, _ mode: Int) throws -> Int { LexerATNSimulator.match_calls += 1 self.mode = mode @@ -102,17 +102,17 @@ open class LexerATNSimulator: ATNSimulator { defer { try! input.release(mark) } - + if dfa.s0 == nil { return try matchATN(input) } else { return try execATN(input, dfa.s0!) } } - - + + } - + override open func reset() { prevAccept.reset() @@ -121,64 +121,64 @@ open class LexerATNSimulator: ATNSimulator { charPositionInLine = 0 mode = Lexer.DEFAULT_MODE } - + override open func clearDFA() { - + for d in 0.. Int { let startState: ATNState = atn.modeToStartState[mode] - + if LexerATNSimulator.debug { print("matchATN mode \(mode) start: \(startState)\n") } - + let old_mode: Int = mode - + let s0_closure: ATNConfigSet = try computeStartState(input, startState) let suppressEdge: Bool = s0_closure.hasSemanticContext s0_closure.hasSemanticContext = false - + let next: DFAState = addDFAState(s0_closure) if !suppressEdge { decisionToDFA[mode].s0 = next } - + let predict: Int = try execATN(input, next) - + if LexerATNSimulator.debug { print("DFA after matchATN: \(decisionToDFA[old_mode].toLexerString())") } - + return predict } - + internal func execATN(_ input: CharStream, _ ds0: DFAState) throws -> Int { //print("enter exec index "+input.index()+" from "+ds0.configs); if LexerATNSimulator.debug { print("start state closure=\(ds0.configs)\n") } - + if ds0.isAcceptState { // allow zero-length tokens captureSimState(prevAccept, input, ds0) } - + var t: Int = try input.LA(1) - + var s: DFAState = ds0 // s is current/from DFA state - + while true { // while more work if LexerATNSimulator.debug { - + print("execATN loop starting closure: \(s.configs)\n") } - + // As we move src->trg, src->trg, we keep track of the previous trg to // avoid looking up the DFA state again, which is expensive. // If the previous target was already part of the DFA, we might @@ -202,11 +202,11 @@ open class LexerATNSimulator: ATNSimulator { } else { target = try computeTargetState(input, s, t) } - + if target == ATNSimulator.ERROR { break } - + // If this is a consumable input element, make sure to consume before // capturing the accept state so the input index, line, and char // position accurately reflect the state of the interpreter at the @@ -214,21 +214,21 @@ open class LexerATNSimulator: ATNSimulator { if t != BufferedTokenStream.EOF { try consume(input) } - + if target.isAcceptState { captureSimState(prevAccept, input, target) if t == BufferedTokenStream.EOF { break } } - + t = try input.LA(1) s = target // flip; current DFA target becomes new src/from state } - + return try failOrAccept(prevAccept, input, s.configs, t) } - + /** * Get an existing target state for an edge in the DFA. If the target state * for the edge has not yet been computed or is otherwise not available, @@ -240,20 +240,20 @@ open class LexerATNSimulator: ATNSimulator { * {@code t}, or {@code null} if the target state for this edge is not * already cached */ - + internal func getExistingTargetState(_ s: DFAState, _ t: Int) -> DFAState? { if s.edges == nil || t < LexerATNSimulator.MIN_DFA_EDGE || t > LexerATNSimulator.MAX_DFA_EDGE { return nil } - + let target: DFAState? = s.edges[t - LexerATNSimulator.MIN_DFA_EDGE] if LexerATNSimulator.debug && target != nil { print("reuse state \(s.stateNumber) edge to \(target!.stateNumber)") } - + return target } - + /** * Compute a target state for an edge in the DFA, and attempt to add the * computed state and corresponding edge to the DFA. @@ -266,15 +266,15 @@ open class LexerATNSimulator: ATNSimulator { * {@code t}. If {@code t} does not lead to a valid DFA state, this method * returns {@link #ERROR}. */ - + internal func computeTargetState(_ input: CharStream, _ s: DFAState, _ t: Int) throws -> DFAState { let reach: ATNConfigSet = OrderedATNConfigSet() - + // if we don't find an existing DFA state // Fill reach starting from closure, following t transitions - + try getReachableConfigSet(input, s.configs, reach, t) - + if reach.isEmpty() { // we got nowhere on t from s if !reach.hasSemanticContext { @@ -282,15 +282,15 @@ open class LexerATNSimulator: ATNSimulator { // cause a failover from DFA later. addDFAEdge(s, t, ATNSimulator.ERROR) } - + // stop when we can't match any more char return ATNSimulator.ERROR } - + // Add an edge from s to target DFA found/created for reach return addDFAEdge(s, t, reach) } - + internal func failOrAccept(_ prevAccept: SimState, _ input: CharStream, _ reach: ATNConfigSet, _ t: Int) throws -> Int { if let dfaState = prevAccept.dfaState { @@ -304,10 +304,10 @@ open class LexerATNSimulator: ATNSimulator { return CommonToken.EOF } throw ANTLRException.recognition(e: LexerNoViableAltException(recog, input, startIndex, reach)) - + } } - + /** Given a starting configuration set, figure out all ATN configurations * we can reach upon input {@code t}. Parameter {@code reach} is a return * parameter. @@ -324,12 +324,12 @@ open class LexerATNSimulator: ATNSimulator { if currentAltReachedAcceptState && c.hasPassedThroughNonGreedyDecision() { continue } - + if LexerATNSimulator.debug { print("testing \(getTokenName(t)) at \(c.toString(recog, true))\n") - + } - + let n: Int = c.state.getNumberOfTransitions() for ti in 0.. ATNState? { if trans.matches(t, Character.MIN_VALUE, Character.MAX_VALUE) { return trans.target } - + return nil } - - + + final func computeStartState(_ input: CharStream, _ p: ATNState) throws -> ATNConfigSet { let initialContext: PredictionContext = PredictionContext.EMPTY @@ -396,7 +396,7 @@ open class LexerATNSimulator: ATNSimulator { } return configs } - + /** * Since the alternatives within any lexer decision are ordered by * preference, this method stops pursuing the closure as soon as an accept @@ -413,18 +413,18 @@ open class LexerATNSimulator: ATNSimulator { if LexerATNSimulator.debug { print("closure(" + config.toString(recog, true) + ")") } - + if config.state is RuleStopState { if LexerATNSimulator.debug { if recog != nil { print("closure at \(recog!.getRuleNames()[config.state.ruleIndex!]) rule stop \(config)\n") - + } else { print("closure at rule stop \(config)\n") - + } } - + if config.context == nil || config.context!.hasEmptyPath() { if config.context == nil || config.context!.isEmpty() { try configs.add(config) @@ -434,7 +434,7 @@ open class LexerATNSimulator: ATNSimulator { currentAltReachedAcceptState = true } } - + if let configContext = config.context , !configContext.isEmpty() { let length = configContext.size() for i in 0.. DFAState { @@ -640,28 +640,28 @@ open class LexerATNSimulator: ATNSimulator { */ let suppressEdge: Bool = q.hasSemanticContext q.hasSemanticContext = false - - + + let to: DFAState = addDFAState(q) - + if suppressEdge { return to } - + addDFAEdge(from, t, to) return to } - + final func addDFAEdge(_ p: DFAState, _ t: Int, _ q: DFAState) { if t < LexerATNSimulator.MIN_DFA_EDGE || t > LexerATNSimulator.MAX_DFA_EDGE { // Only track edges within the DFA bounds return } - + if LexerATNSimulator.debug { print("EDGE \(p) -> \(q) upon \(t)") } - + synced(p) { if p.edges == nil { // make room for tokens 1..n and -1 masquerading as index 0 @@ -671,37 +671,37 @@ open class LexerATNSimulator: ATNSimulator { p.edges[t - LexerATNSimulator.MIN_DFA_EDGE] = q // connect } } - + /** Add a new DFA state if there isn't one with this set of configurations already. This method also detects the first configuration containing an ATN rule stop state. Later, when traversing the DFA, we will know which rule to accept. */ - + final func addDFAState(_ configs: ATNConfigSet) -> DFAState { /* the lexer evaluates predicates on-the-fly; by this point configs * should not contain any configurations with unevaluated predicates. */ assert(!configs.hasSemanticContext, "Expected: !configs.hasSemanticContext") - + let proposed: DFAState = DFAState(configs) let firstConfigWithRuleStopState: ATNConfig? = configs.firstConfigWithRuleStopState - + if firstConfigWithRuleStopState != nil { proposed.isAcceptState = true proposed.lexerActionExecutor = (firstConfigWithRuleStopState as! LexerATNConfig).getLexerActionExecutor() proposed.prediction = atn.ruleToTokenType[firstConfigWithRuleStopState!.state.ruleIndex!] } - + let dfa: DFA = decisionToDFA[mode] //synced (dfa.states) { let existing = dfa.states[proposed] if existing != nil { return existing!! } - + let newState: DFAState = proposed - + newState.stateNumber = dfa.states.count configs.setReadonly(true) newState.configs = configs @@ -709,36 +709,36 @@ open class LexerATNSimulator: ATNSimulator { return newState //} } - - + + public final func getDFA(_ mode: Int) -> DFA { return decisionToDFA[mode] } - + /** Get the text matched so far for the current token. */ - + public func getText(_ input: CharStream) -> String { // index is first lookahead char, don't include. return input.getText(Interval.of(startIndex, input.index() - 1)) } - + public func getLine() -> Int { return line } - + public func setLine(_ line: Int) { self.line = line } - + public func getCharPositionInLine() -> Int { return charPositionInLine } - + public func setCharPositionInLine(_ charPositionInLine: Int) { self.charPositionInLine = charPositionInLine } - + public func consume(_ input: CharStream) throws { let curChar: Int = try input.LA(1) if String(Character(integerLiteral: curChar)) == "\n" { @@ -749,8 +749,8 @@ open class LexerATNSimulator: ATNSimulator { } try input.consume() } - - + + public func getTokenName(_ t: Int) -> String { if t == -1 { return "EOF" diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift index b2bc07309..af87fd17e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -94,4 +94,4 @@ public func ==(lhs: LexerAction, rhs: LexerAction) -> Bool { return false } - + diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift index 1a1e0120a..3fe566ca5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift index 2085687a0..447f0b0bf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift index ddd0e74d4..329ecf2fe 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift index 5eb02b71a..903ea0964 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift index bae42f71e..56734f448 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift index 3248019eb..637ee4172 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift index e8e10f4d0..d495f685a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift index b5bc8162c..77c7ea737 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift index 2d66beb2c..1a5f6dc2e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift index d8542f049..243f3871c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift index ceb1968f3..5a4f01894 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift index b5d10ee42..585f5f330 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift index 98cefe2e4..4af654c72 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift index b4222d3ab..7cfc46621 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -20,7 +20,7 @@ public enum LookupDictionaryType: Int { public struct LookupDictionary { private var type: LookupDictionaryType // private var cache: HashMap = HashMap() -// +// private var cache: HashMap = HashMap() public init(type: LookupDictionaryType = LookupDictionaryType.lookup) { self.type = type @@ -64,7 +64,7 @@ public struct LookupDictionary { // public mutating func getOrAdd(config: ATNConfig) -> ATNConfig { // // let h = hash(config) -// +// // if let configList = cache[h] { // let length = configList.count // for i in 0.. ATNConfig { - + let h = hash(config) - + if let configList = cache[h] { return configList } else { cache[h] = config } - + return config - + } public var isEmpty: Bool { return cache.isEmpty @@ -112,21 +112,21 @@ public struct LookupDictionary { // // } public func contains(_ config: ATNConfig) -> Bool { - + let h = hash(config) if let _ = cache[h] { return true } - + return false - + } public mutating func removeAll() { - cache.clear() + cache.clear() } } - + diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift index 4c455dad8..34f0b326e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift index 21cbcb752..85d14a8f4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift index e15901486..ad058b3b3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift index a4a6c4497..e65207512 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift index 5f4999a8f..6a6194c78 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift index 95bb9cb1c..1c74dd3c1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -238,15 +238,15 @@ open class ParserATNSimulator: ATNSimulator { public let debug_list_atn_decisions: Bool = false public let dfa_debug: Bool = false public let retry_debug: Bool = false - + internal final var parser: Parser - + public final var decisionToDFA: [DFA] - + /** SLL, LL, or LL + exact ambig detection? */ - + private var mode: PredictionMode = PredictionMode.LL - + /** Each prediction operation uses a cache for merge of prediction contexts. * Don't keep around as it wastes huge amounts of memory. DoubleKeyMap * isn't synchronized but we're ok since two threads shouldn't reuse same @@ -256,24 +256,24 @@ open class ParserATNSimulator: ATNSimulator { * also be examined during cache lookup. */ internal final var mergeCache: DoubleKeyMap? - + // LAME globals to avoid parameters!!!!! I need these down deep in predTransition internal var _input: TokenStream! internal var _startIndex: Int = 0 internal var _outerContext: ParserRuleContext! internal var _dfa: DFA? - + /** Testing only! */ // public convenience init(_ atn : ATN, _ decisionToDFA : [DFA], // _ sharedContextCache : PredictionContextCache) // { // self.init(nil, atn, decisionToDFA, sharedContextCache); // } - + public init(_ parser: Parser, _ atn: ATN, _ decisionToDFA: [DFA], _ sharedContextCache: PredictionContextCache) { - + self.parser = parser self.decisionToDFA = decisionToDFA super.init(atn, sharedContextCache) @@ -281,11 +281,11 @@ open class ParserATNSimulator: ATNSimulator { // print(dot.getDOT(atn.rules.get(0), parser.getRuleNames())); // print(dot.getDOT(atn.rules.get(1), parser.getRuleNames())); } - + override open func reset() { } - + override open func clearDFA() { //for var d: Int = 0; d < decisionToDFA.count; d++ { @@ -293,7 +293,7 @@ open class ParserATNSimulator: ATNSimulator { decisionToDFA[d] = DFA(atn.getDecisionState(d)!, d) } } - + open func adaptivePredict(_ input: TokenStream, _ decision: Int, _ outerContext: ParserRuleContext?) throws -> Int { var outerContext = outerContext @@ -304,17 +304,17 @@ open class ParserATNSimulator: ATNSimulator { debugInfo += "\(try input.LT(1)!.getCharPositionInLine())" print(debugInfo) } - - + + _input = input _startIndex = input.index() _outerContext = outerContext var dfa: DFA = decisionToDFA[decision] _dfa = dfa - + var m: Int = input.mark() var index: Int = _startIndex - + // Now we are certain to have a specific decision's DFA // But, do we still need an initial state? //TODO: exception handler @@ -328,7 +328,7 @@ open class ParserATNSimulator: ATNSimulator { // the start state for a "regular" DFA is just s0 s0 = dfa.s0 } - + if s0 == nil { //BIG BUG if outerContext == nil { @@ -340,12 +340,12 @@ open class ParserATNSimulator: ATNSimulator { debugInfo += "outerContext=\(outerContext!.toString(parser))" print(debugInfo) } - + var fullCtx: Bool = false var s0_closure: ATNConfigSet = try computeStartState(dfa.atnStartState, ParserRuleContext.EMPTY, fullCtx) - + if dfa.isPrecedenceDfa() { /* If this is a precedence DFA, we use applyPrecedenceFilter * to convert the computed start state to a precedence start @@ -363,7 +363,7 @@ open class ParserATNSimulator: ATNSimulator { dfa.s0 = s0 } } - + var alt: Int = try execATN(dfa, s0!, input, index, outerContext!) if debug { print("DFA after predictATN: \(dfa.toString(parser.getVocabulary()))") @@ -376,20 +376,20 @@ open class ParserATNSimulator: ATNSimulator { } return alt } - + } - + /** Performs ATN simulation to compute a predicted alternative based * upon the remaining input, but also updates the DFA cache to avoid * having to traverse the ATN again for the same input sequence. - + There are some key conditions we're looking for after computing a new set of ATN configs (proposed DFA state): * if the set is empty, there is no viable alternative for current symbol * does the state uniquely predict an alternative? * does the state have a conflict that would prevent us from putting it on the work list? - + We also have some key operations to do: * add an edge from previous DFA state to potentially new DFA state, D, upon current symbol but only if adding to work list, which means in all @@ -401,7 +401,7 @@ open class ParserATNSimulator: ATNSimulator { * reporting an ambiguity * reporting a context sensitivity * reporting insufficient predicates - + cover these cases: dead end single alt @@ -415,15 +415,15 @@ open class ParserATNSimulator: ATNSimulator { if debug || debug_list_atn_decisions { try print("execATN decision \(dfa.decision) exec LA(1)==\(getLookaheadName(input)) line \(input.LT(1)!.getLine()):\(input.LT(1)!.getCharPositionInLine())") } - + var previousD: DFAState = s0 - + if debug { print("s0 = \(s0)") } - + var t: Int = try input.LA(1) - + while true { // while more work var D: DFAState @@ -432,7 +432,7 @@ open class ParserATNSimulator: ATNSimulator { } else { D = try computeTargetState(dfa, previousD, t) } - + if D == ATNSimulator.ERROR { // if any configs in previous dipped into outer context, that // means that input up to t actually finished entry rule @@ -449,11 +449,11 @@ open class ParserATNSimulator: ATNSimulator { if alt != ATN.INVALID_ALT_NUMBER { return alt } - + throw ANTLRException.recognition(e: e) - + } - + if D.requiresFullContext && (mode != PredictionMode.SLL) { // IF PREDS, MIGHT RESOLVE TO SINGLE ALT => SLL (or syntax error) var conflictingAlts: BitSet = D.configs.conflictingAlts! @@ -465,7 +465,7 @@ open class ParserATNSimulator: ATNSimulator { if conflictIndex != startIndex { try input.seek(startIndex) } - + conflictingAlts = try evalSemanticContext(D.predicates!, outerContext, true) if conflictingAlts.cardinality() == 1 { if debug { @@ -473,14 +473,14 @@ open class ParserATNSimulator: ATNSimulator { } return try conflictingAlts.nextSetBit(0) } - + if conflictIndex != startIndex { // restore the index so reporting the fallback to full // context occurs with the index at the correct spot try input.seek(conflictIndex) } } - + if dfa_debug { print("ctx sensitive state \(outerContext) in \(D)") } @@ -494,23 +494,23 @@ open class ParserATNSimulator: ATNSimulator { outerContext) return alt } - + if D.isAcceptState { if D.predicates == nil { return D.prediction } - + let stopIndex: Int = input.index() try input.seek(startIndex) let alts: BitSet = try evalSemanticContext(D.predicates!, outerContext, true) switch alts.cardinality() { case 0: throw try ANTLRException.recognition(e: noViableAlt(input, outerContext, D.configs, startIndex)) - - + + case 1: return try alts.nextSetBit(0) - + default: // report ambiguity after predicate evaluation to make sure the correct // set of ambig alts is reported. @@ -518,16 +518,16 @@ open class ParserATNSimulator: ATNSimulator { return try alts.nextSetBit(0) } } - + previousD = D - + if t != BufferedTokenStream.EOF { try input.consume() t = try input.LA(1) } } } - + /** * Get an existing target state for an edge in the DFA. If the target state * for the edge has not yet been computed or is otherwise not available, @@ -544,10 +544,10 @@ open class ParserATNSimulator: ATNSimulator { if edges == nil || (t + 1) < 0 || (t + 1) >= (edges!.count) { return nil } - + return edges![t + 1] } - + /** * Compute a target state for an edge in the DFA, and attempt to add the * computed state and corresponding edge to the DFA. @@ -561,23 +561,23 @@ open class ParserATNSimulator: ATNSimulator { * returns {@link #ERROR}. */ func computeTargetState(_ dfa: DFA, _ previousD: DFAState, _ t: Int) throws -> DFAState { - + let reach: ATNConfigSet? = try computeReachSet(previousD.configs, t, false) if reach == nil { try addDFAEdge(dfa, previousD, t, ATNSimulator.ERROR) return ATNSimulator.ERROR } - + // create new target state; we'll add to DFA after it's complete var D: DFAState = DFAState(reach!) - + let predictedAlt: Int = ParserATNSimulator.getUniqueAlt(reach!) - + if debug { let altSubSets: Array = try PredictionMode.getConflictingAltSubsets(reach!) print("SLL altSubSets=\(altSubSets), configs=\(reach!), predict=\(predictedAlt), allSubsetsConflict=\(PredictionMode.allSubsetsConflict(altSubSets)), conflictingAlts=\(try! getConflictingAlts(reach!))") } - + if predictedAlt != ATN.INVALID_ALT_NUMBER { // NO CONFLICT, UNIQUELY PREDICTED ALT D.isAcceptState = true @@ -593,19 +593,19 @@ open class ParserATNSimulator: ATNSimulator { D.prediction = try D.configs.conflictingAlts!.nextSetBit(0) } } - + if D.isAcceptState && D.configs.hasSemanticContext { try predicateDFAState(D, atn.getDecisionState(dfa.decision)!) if D.predicates != nil { D.prediction = ATN.INVALID_ALT_NUMBER } } - + // all adds to dfa are done after we've created full D state D = try addDFAEdge(dfa, previousD, t, D)! return D } - + final func predicateDFAState(_ dfaState: DFAState, _ decisionState: DecisionState) throws { // We need to test all predicates, even in DFA states that // uniquely predict alternative. @@ -624,7 +624,7 @@ open class ParserATNSimulator: ATNSimulator { dfaState.prediction = try altsToCollectPredsFrom.nextSetBit(0) } } - + // comes back with reach.uniqueAlt set to a valid alt final func execATNWithFullContext(_ dfa: DFA, _ D: DFAState, // how far we got in SLL DFA before failing over @@ -662,15 +662,15 @@ open class ParserATNSimulator: ATNSimulator { return alt } throw ANTLRException.recognition(e: e) - + } if let reach = reach { let altSubSets: Array = try PredictionMode.getConflictingAltSubsets(reach) if debug { print("LL altSubSets=\(altSubSets), predict=\(try PredictionMode.getUniqueAlt(altSubSets)), resolvesToJustOneViableAlt=\(try PredictionMode.resolvesToJustOneViableAlt(altSubSets))") } - - + + reach.uniqueAlt = ParserATNSimulator.getUniqueAlt(reach) // unique prediction? if reach.uniqueAlt != ATN.INVALID_ALT_NUMBER { @@ -695,7 +695,7 @@ open class ParserATNSimulator: ATNSimulator { // we're not sure what the ambiguity is yet. // So, keep going. } - + previous = reach if t != BufferedTokenStream.EOF { try input.consume() @@ -711,27 +711,27 @@ open class ParserATNSimulator: ATNSimulator { try reportContextSensitivity(dfa, predictedAlt, reach, startIndex, input.index()) return predictedAlt } - + // We do not check predicates here because we have checked them // on-the-fly when doing full context prediction. - + /* In non-exact ambiguity detection mode, we might actually be able to detect an exact ambiguity, but I'm not going to spend the cycles needed to check. We only emit ambiguity warnings in exact ambiguity mode. - + For example, we might know that we have conflicting configurations. But, that does not mean that there is no way forward without a conflict. It's possible to have nonconflicting alt subsets as in: - + LL altSubSets=[{1, 2}, {1, 2}, {1}, {1, 2}] - + from - + [(17,1,[5 $]), (13,1,[5 10 $]), (21,1,[5 10 $]), (11,1,[$]), (13,2,[5 10 $]), (21,2,[5 10 $]), (11,2,[$])] - + In this case, (17,1,[5 $]) indicates there is some next sequence that would resolve this without conflict to alternative 1. Any other viable next sequence, however, is associated with a conflict. We stop @@ -744,20 +744,20 @@ open class ParserATNSimulator: ATNSimulator { } return predictedAlt } - + func computeReachSet(_ closureConfigSet: ATNConfigSet, _ t: Int, _ fullCtx: Bool) throws -> ATNConfigSet? { - + if debug { print("in computeReachSet, starting closure: \(closureConfigSet)") } - + if mergeCache == nil { mergeCache = DoubleKeyMap() } - + let intermediate: ATNConfigSet = ATNConfigSet(fullCtx) - + /* Configurations already in a rule stop state indicate reaching the end * of the decision rule (local context) or end of the start rule (full * context). Once reached, these configurations are never updated by a @@ -769,7 +769,7 @@ open class ParserATNSimulator: ATNSimulator { * chosen when multiple such configurations can match the input. */ var skippedStopStates: Array? = nil - + // First figure out where we can reach on input t let length = closureConfigSet.configs.count let configs = closureConfigSet.configs @@ -778,37 +778,37 @@ open class ParserATNSimulator: ATNSimulator { if debug { print("testing \(getTokenName(t)) at \(configs[i].description)") } - + if configs[i].state is RuleStopState { assert(configs[i].context!.isEmpty(), "Expected: c.context.isEmpty()") if fullCtx || t == BufferedTokenStream.EOF { if skippedStopStates == nil { skippedStopStates = Array() } - + skippedStopStates?.append(configs[i]) } - + continue } - + let n: Int = configs[i].state.getNumberOfTransitions() for ti in 0.. ATNConfigSet { - - + + let initialContext: PredictionContext = PredictionContext.fromRuleContext(atn, ctx) let configs: ATNConfigSet = ATNConfigSet(fullCtx) let length = p.getNumberOfTransitions() @@ -935,14 +935,14 @@ open class ParserATNSimulator: ATNSimulator { var closureBusy: Set = Set() try closure(c, configs, &closureBusy, true, fullCtx, false) } - - + + return configs } - + /* parrt internal source braindump that doesn't mess up * external API spec. - + applyPrecedenceFilter is an optimization to avoid highly nonlinear prediction of expressions and other left recursive rules. The precedence predicates such as {3>=prec}? Are highly @@ -953,23 +953,23 @@ open class ParserATNSimulator: ATNSimulator { these predicates out of context, the resulting conflict leads to full LL evaluation and nonlinear prediction which shows up very clearly with fairly large expressions. - + Example grammar: - + e : e '*' e | e '+' e | INT ; - + We convert that to the following: - + e[int prec] : INT ( {3>=prec}? '*' e[4] | {2>=prec}? '+' e[3] )* ; - + The (..)* loop has a decision for the inner block as well as an enter or exit decision, which is what concerns us here. At the 1st + of input 1+2+3, the loop entry sees both predicates @@ -981,7 +981,7 @@ open class ParserATNSimulator: ATNSimulator { cannot evaluate those predicates because we have fallen off the edge of the stack and will in general not know which prec parameter is the right one to use in the predicate. - + Because we have special information, that these are precedence predicates, we can resolve them without failing over to full LL despite their context sensitive nature. We make an @@ -996,7 +996,7 @@ open class ParserATNSimulator: ATNSimulator { the same value and so we can decide to enter the loop instead of matching it later. That means we can strip out the other configuration for the exit branch. - + So imagine we have (14,1,$,{2>=prec}?) and then (14,2,$-dipsIntoOuterContext,{2>=prec}?). The optimization allows us to collapse these two configurations. We know that @@ -1008,33 +1008,33 @@ open class ParserATNSimulator: ATNSimulator { enter the loop as it is consistent with the notion of operator precedence. It's also how the full LL conflict resolution would work. - + The solution requires a different DFA start state for each precedence level. - + The basic filter mechanism is to remove configurations of the form (p, 2, pi) if (p, 1, pi) exists for the same p and pi. In other words, for the same ATN state and predicate context, remove any configuration associated with an exit branch if there is a configuration associated with the enter branch. - + It's also the case that the filter evaluates precedence predicates and resolves conflicts according to precedence levels. For example, for input 1+2+3 at the first +, we see prediction filtering - + [(11,1,[$],{3>=prec}?), (14,1,[$],{2>=prec}?), (5,2,[$],up=1), (11,2,[$],up=1), (14,2,[$],up=1)],hasSemanticContext=true,dipsIntoOuterContext - + to - + [(11,1,[$]), (14,1,[$]), (5,2,[$],up=1)],dipsIntoOuterContext - + This filters because {3>=prec}? evals to true and collapses (11,1,[$],{3>=prec}?) and (11,2,[$],up=1) since early conflict resolution based upon rules of operator precedence fits with our usual match first alt upon conflict. - + We noticed a problem where a recursive call resets precedence to 0. Sam's fix: each config has flag indicating if it has returned from an expr[0] call. then just don't filter any @@ -1046,7 +1046,7 @@ open class ParserATNSimulator: ATNSimulator { state p, corresponding to a rule invocation with precedence level 0" */ - + /** * This method transforms the start state computed by * {@link #computeStartState} to the special start state used by a @@ -1112,16 +1112,16 @@ open class ParserATNSimulator: ATNSimulator { let configSet = try configs.applyPrecedenceFilter(&mergeCache,parser,_outerContext) return configSet } - + final internal func getReachableTarget(_ trans: Transition, _ ttype: Int) -> ATNState? { - + if trans.matches(ttype, 0, atn.maxTokenType) { return trans.target } - + return nil } - + final internal func getPredsForAmbigAlts(_ ambigAlts: BitSet, _ configs: ATNConfigSet, _ nalts: Int) throws -> [SemanticContext?]? { @@ -1144,7 +1144,7 @@ open class ParserATNSimulator: ATNSimulator { } return altToPred } - + final internal func getPredicatePredictions(_ ambigAlts: BitSet?, _ altToPred: [SemanticContext?]) throws -> [DFAState.PredPrediction]? { var pairs: Array = Array() @@ -1152,10 +1152,10 @@ open class ParserATNSimulator: ATNSimulator { let length = altToPred.count for i in 1.. Int { return try configs.getAltThatFinishedDecisionEntryRule() } - + /** Walk the list of configurations and split them according to * those that have preds evaluating to true/false. If no pred, assume * true pred and include in succeeded set. Returns Pair of sets. @@ -1259,7 +1259,7 @@ open class ParserATNSimulator: ATNSimulator { return try configs.splitAccordingToSemanticValidity(outerContext,evalSemanticContext) } - + /** Look through a list of predicate/alt pairs, returning alts for the * pairs that win. A {@code NONE} predicate indicates an alt containing an * unpredicated config which behaves as "always true." If !complete @@ -1278,13 +1278,13 @@ open class ParserATNSimulator: ATNSimulator { } continue } - + let fullCtx: Bool = false // in dfa let predicateEvaluationResult: Bool = try evalSemanticContext(pair.pred, outerContext, pair.alt, fullCtx) if debug || dfa_debug { print("eval pred \(pair)= \(predicateEvaluationResult)") } - + if predicateEvaluationResult { if debug || dfa_debug { print("PREDICT \(pair.alt)") @@ -1295,10 +1295,10 @@ open class ParserATNSimulator: ATNSimulator { } } } - + return predictions } - + /** * Evaluate a semantic context within a specific parser context. * @@ -1332,14 +1332,14 @@ open class ParserATNSimulator: ATNSimulator { internal func evalSemanticContext(_ pred: SemanticContext, _ parserCallStack: ParserRuleContext, _ alt: Int, _ fullCtx: Bool) throws -> Bool { return try pred.eval(parser, parserCallStack) } - + /* TODO: If we are doing predicates, there is no point in pursuing closure operations if we reach a DFA state that uniquely predicts alternative. We will not be caching that DFA state and it is a waste to pursue the closure. Might have to advance when we do ambig detection thought :( */ - + final internal func closure(_ config: ATNConfig, _ configs: ATNConfigSet, _ closureBusy: inout Set, @@ -1353,7 +1353,7 @@ open class ParserATNSimulator: ATNSimulator { assert(!fullCtx || !configs.dipsIntoOuterContext, "Expected: !fullCtx||!configs.dipsIntoOuterContext") } - + final internal func closureCheckingStopState(_ config: ATNConfig, _ configs: ATNConfigSet, _ closureBusy: inout Set, @@ -1365,7 +1365,7 @@ open class ParserATNSimulator: ATNSimulator { if debug { print("closure(" + config.toString(parser, true) + ")") } - + if config.state is RuleStopState { let configContext = config.context! // We hit rule end. If we have context info, use it @@ -1420,7 +1420,7 @@ open class ParserATNSimulator: ATNSimulator { try closure_(config, configs, &closureBusy, collectPredicates, fullCtx, depth, treatEofAsEpsilon) } - + /** Do the actual work of walking epsilon edges */ final internal func closure_(_ config: ATNConfig, _ configs: ATNConfigSet, @@ -1455,7 +1455,7 @@ open class ParserATNSimulator: ATNSimulator { closureBusy.insert(c) } } - + var newDepth: Int = depth if config.state is RuleStopState { assert(!fullCtx, "Expected: !fullCtx") @@ -1471,20 +1471,20 @@ open class ParserATNSimulator: ATNSimulator { } else { closureBusy.insert(c) } - + if let _dfa = _dfa , _dfa.isPrecedenceDfa() { let outermostPrecedenceReturn: Int = (t as! EpsilonTransition).outermostPrecedenceReturn() if outermostPrecedenceReturn == _dfa.atnStartState.ruleIndex { c.setPrecedenceFilterSuppressed(true) } } - + c.reachesIntoOuterContext += 1 configs.dipsIntoOuterContext = true // TODO: can remove? only care when we add to set per middle of this method //print("newDepth=>\(newDepth)") assert(newDepth > Int.min, "Expected: newDepth>Integer.MIN_VALUE") newDepth -= 1 - + if debug { print("dips into outer ctx: \(c)") } @@ -1493,10 +1493,10 @@ open class ParserATNSimulator: ATNSimulator { if newDepth >= 0 { newDepth += 1 } - - + + } - + try closureCheckingStopState(c, configs, &closureBusy, continueCollecting, fullCtx, newDepth, treatEofAsEpsilon) } @@ -1505,16 +1505,16 @@ open class ParserATNSimulator: ATNSimulator { // if ((finishTime-startTime)>1) //print("That took: "+(finishTime-startTime)+ " ms"); } - - + + open func getRuleName(_ index: Int) -> String { if index >= 0 { return parser.getRuleNames()[index] } return "" } - - + + final func getEpsilonTarget(_ config: ATNConfig, _ t: Transition, _ collectPredicates: Bool, @@ -1524,22 +1524,22 @@ open class ParserATNSimulator: ATNSimulator { switch t.getSerializationType() { case Transition.RULE: return ruleTransition(config, t as! RuleTransition) - + case Transition.PRECEDENCE: return try precedenceTransition(config, t as! PrecedencePredicateTransition, collectPredicates, inContext, fullCtx) - + case Transition.PREDICATE: return try predTransition(config, t as! PredicateTransition, collectPredicates, inContext, fullCtx) - + case Transition.ACTION: return actionTransition(config, t as! ActionTransition) - + case Transition.EPSILON: return ATNConfig(config, t.target) - + case Transition.ATOM: fallthrough case Transition.RANGE: fallthrough case Transition.SET: @@ -1550,26 +1550,26 @@ open class ParserATNSimulator: ATNSimulator { return ATNConfig(config, t.target) } } - + return nil - + default: return nil } - + //return nil; - + } - - + + final func actionTransition(_ config: ATNConfig, _ t: ActionTransition) -> ATNConfig { if debug { print("ACTION edge \(t.ruleIndex):\(t.actionIndex)") } return ATNConfig(config, t.target) } - - + + final func precedenceTransition(_ config: ATNConfig, _ pt: PrecedencePredicateTransition, _ collectPredicates: Bool, @@ -1581,7 +1581,7 @@ open class ParserATNSimulator: ATNSimulator { print("context surrounding pred is \(parser.getRuleInvocationStack())") // } } - + var c: ATNConfig? = nil if collectPredicates && inContext { if fullCtx { @@ -1604,14 +1604,14 @@ open class ParserATNSimulator: ATNSimulator { } else { c = ATNConfig(config, pt.target) } - + if debug { print("config from pred transition=\(c)") } return c! } - - + + final func predTransition(_ config: ATNConfig, _ pt: PredicateTransition, _ collectPredicates: Bool, @@ -1623,7 +1623,7 @@ open class ParserATNSimulator: ATNSimulator { print("context surrounding pred is \(parser.getRuleInvocationStack())") //} } - + var c: ATNConfig? = nil if collectPredicates && (!pt.isCtxDependent || (pt.isCtxDependent && inContext)) { @@ -1647,25 +1647,25 @@ open class ParserATNSimulator: ATNSimulator { } else { c = ATNConfig(config, pt.target) } - + if debug { print("config from pred transition=\(c)") } return c } - - + + final func ruleTransition(_ config: ATNConfig, _ t: RuleTransition) -> ATNConfig { if debug { print("CALL rule \(getRuleName(t.target.ruleIndex!)), ctx=\(config.context)") } - + let returnState: ATNState = t.followState let newContext: PredictionContext = SingletonPredictionContext.create(config.context, returnState.stateNumber) return ATNConfig(config, t.target, newContext) } - + /** * Gets a {@link java.util.BitSet} containing the alternatives in {@code configs} * which are part of one or more conflicting alternative subsets. @@ -1679,14 +1679,14 @@ open class ParserATNSimulator: ATNSimulator { let altsets: Array = try PredictionMode.getConflictingAltSubsets(configs) return PredictionMode.getAlts(altsets) } - + /** Sam pointed out a problem with the previous definition, v3, of ambiguous states. If we have another state associated with conflicting alternatives, we should keep going. For example, the following grammar - + s : (ID | ID ID?) ';' ; - + When the ATN simulation reaches the state before ';', it has a DFA state that looks like: [12|1|[], 6|2|[], 12|2|[]]. Naturally 12|1|[] and 12|2|[] conflict, but we cannot stop processing this node @@ -1698,13 +1698,13 @@ open class ParserATNSimulator: ATNSimulator { ignore the conflict between alts 1 and 2. We ignore a set of conflicting alts when there is an intersection with an alternative associated with a single alt state in the state→config-list map. - + It's also the case that we might have two conflicting configurations but also a 3rd nonconflicting configuration for a different alternative: [1|1|[], 1|2|[], 8|3|[]]. This can come about from grammar: - + a : A | A | A B ; - + After matching input A, we reach the stop state for rule A, state 1. State 8 is the state right before B. Clearly alternatives 1 and 2 conflict and no amount of further lookahead will separate the two. @@ -1726,8 +1726,8 @@ open class ParserATNSimulator: ATNSimulator { } return conflictingAlts } - - + + public final func getTokenName(_ t: Int) -> String { if t == CommonToken.EOF { return "EOF" @@ -1738,14 +1738,14 @@ open class ParserATNSimulator: ATNSimulator { if displayName == String(t) { return displayName } - + return "\(displayName) <\(t)>" } - + public final func getLookaheadName(_ input: TokenStream) throws -> String { return try getTokenName(input.LA(1)) } - + /** Used for debugging in adaptivePredict around execATN but I cut * it out for clarity now that alg. works well. We can leave this * "dead" code for a bit. @@ -1770,8 +1770,8 @@ open class ParserATNSimulator: ATNSimulator { errPrint("\(c.toString(parser, true)):\(trans)") } } - - + + final func noViableAlt(_ input: TokenStream, _ outerContext: ParserRuleContext, _ configs: ATNConfigSet, @@ -1781,7 +1781,7 @@ open class ParserATNSimulator: ATNSimulator { input.LT(1)!, configs, outerContext) } - + internal static func getUniqueAlt(_ configs: ATNConfigSet) -> Int { // var alt: Int = ATN.INVALID_ALT_NUMBER // for c: ATNConfig in configs.configs { @@ -1796,7 +1796,7 @@ open class ParserATNSimulator: ATNSimulator { let alt = configs.getUniqueAlt() return alt } - + /** * Add an edge to the DFA, if possible. This method calls * {@link #addDFAState} to ensure the {@code to} state is present in the @@ -1826,11 +1826,11 @@ open class ParserATNSimulator: ATNSimulator { if debug { print("EDGE \(from) -> \(to) upon \(getTokenName(t))") } - + if to == nil { return nil } - + to = try addDFAState(dfa, to!) // used existing if possible not incoming if from == nil || t < -1 || t > atn.maxTokenType { return to @@ -1843,18 +1843,18 @@ open class ParserATNSimulator: ATNSimulator { if from.edges == nil { from.edges = [DFAState?](repeating: nil, count: self.atn.maxTokenType + 1 + 1) //new DFAState[atn.maxTokenType+1+1]; } - + from.edges![t + 1] = to! // connect } - + if debug { // print ("DFA=\n"+dfa.toString(parser != nil ? parser.getVocabulary() : Vocabulary.EMPTY_VOCABULARY)); print("DFA=\n" + dfa.toString(parser.getVocabulary())) } - + return to } - + /** * Add state {@code D} to the DFA if it is not already present, and return * the actual instance stored in the DFA. If a state equivalent to {@code D} @@ -1880,7 +1880,7 @@ open class ParserATNSimulator: ATNSimulator { if existing != nil { return existing!! } - + D.stateNumber = dfa.states.count if !D.configs.isReadonly() { try D.configs.optimizeConfigs(self) @@ -1890,11 +1890,11 @@ open class ParserATNSimulator: ATNSimulator { if debug { print("adding new DFA state: \(D)") } - + //} return D } - + func reportAttemptingFullContext(_ dfa: DFA, _ conflictingAlts: BitSet?, _ configs: ATNConfigSet, _ startIndex: Int, _ stopIndex: Int) throws { if debug || retry_debug { let interval: Interval = Interval.of(startIndex, stopIndex) @@ -1904,7 +1904,7 @@ open class ParserATNSimulator: ATNSimulator { try parser.getErrorListenerDispatch().reportAttemptingFullContext(parser, dfa, startIndex, stopIndex, conflictingAlts, configs) // } } - + func reportContextSensitivity(_ dfa: DFA, _ prediction: Int, _ configs: ATNConfigSet, _ startIndex: Int, _ stopIndex: Int) throws { if debug || retry_debug { let interval: Interval = Interval.of(startIndex, stopIndex) @@ -1914,7 +1914,7 @@ open class ParserATNSimulator: ATNSimulator { try parser.getErrorListenerDispatch().reportContextSensitivity(parser, dfa, startIndex, stopIndex, prediction, configs) // } } - + /** If context sensitive parsing, we know it's ambiguity not conflict */ // configs that LL not SLL considered conflictin internal func reportAmbiguity(_ dfa: DFA, @@ -1922,7 +1922,7 @@ open class ParserATNSimulator: ATNSimulator { _ startIndex: Int, _ stopIndex: Int, _ exact: Bool, _ ambigAlts: BitSet, - _ configs: ATNConfigSet) throws + _ configs: ATNConfigSet) throws { if debug || retry_debug { let interval: Interval = Interval.of(startIndex, stopIndex) @@ -1934,16 +1934,16 @@ open class ParserATNSimulator: ATNSimulator { exact, ambigAlts, configs) //} } - + public final func setPredictionMode(_ mode: PredictionMode) { self.mode = mode } - - + + public final func getPredictionMode() -> PredictionMode { return mode } - + /** * @since 4.3 */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift index 34b905f41..3bb208700 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift index 68850839c..f174af312 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift index ec5fc9004..4f675554d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift index 67a55147a..62f7f1641 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift index b4387155c..f0c6df88a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift index 31a560d7c..61510f1d6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -137,11 +137,11 @@ public class PredictionContext: Hashable, CustomStringConvertible { for i in 0..?) -> PredictionContext { - + if let mergeCache = mergeCache { var previous: PredictionContext? = mergeCache.get(a, b) if previous != nil { @@ -230,15 +230,15 @@ public class PredictionContext: Hashable, CustomStringConvertible { return previous! } } - - + + if let rootMerge = mergeRoot(a, b, rootIsWildcard) { if mergeCache != nil { mergeCache!.put(a, b, rootMerge) } return rootMerge } - + if (a.returnState == b.returnState) { // a == b let parent: PredictionContext = merge(a.parent!, b.parent!, rootIsWildcard, &mergeCache); @@ -303,7 +303,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { return a_ } } - + /** * Handle case where at least one of {@code a} or {@code b} is * {@link #EMPTY}. In the following diagrams, the symbol {@code $} is used @@ -375,7 +375,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { } return nil } - + /** * Merge two {@link org.antlr.v4.runtime.atn.ArrayPredictionContext} instances. * @@ -400,7 +400,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { _ b: ArrayPredictionContext, _ rootIsWildcard: Bool, _ mergeCache: inout DoubleKeyMap?) -> PredictionContext { - + if (mergeCache != nil) { var previous: PredictionContext? = mergeCache!.get(a, b) if (previous != nil) { @@ -411,18 +411,18 @@ public class PredictionContext: Hashable, CustomStringConvertible { return previous! } } - + // merge sorted payloads a + b => M var i: Int = 0 // walks a var j: Int = 0 // walks b var k: Int = 0// walks target M array - + let aReturnStatesLength = a.returnStates.count let bReturnStatesLength = b.returnStates.count - + let mergedReturnStatesLength = aReturnStatesLength + bReturnStatesLength var mergedReturnStates: [Int] = [Int](repeating: 0, count: mergedReturnStatesLength) - + var mergedParents: [PredictionContext?] = [PredictionContext?](repeating: nil, count: mergedReturnStatesLength) //new PredictionContext[a.returnStates.length + b.returnStates.length]; // walk and merge to yield mergedParents, mergedReturnStates @@ -430,7 +430,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { let bReturnStates = b.returnStates let aParents = a.parents let bParents = b.parents - + while i < aReturnStatesLength && j < bReturnStatesLength { let a_parent: PredictionContext? = aParents[i] let b_parent: PredictionContext? = bParents[j] @@ -446,8 +446,8 @@ public class PredictionContext: Hashable, CustomStringConvertible { var ax_ax: Bool = (a_parent != nil && b_parent != nil) ax_ax = ax_ax && a_parent! == b_parent! // let ax_ax: Bool = (a_parent != nil && b_parent != nil) && a_parent! == b_parent! // ax+ax -> ax - - + + if (both$ || ax_ax) { mergedParents[k] = a_parent // choose left mergedReturnStates[k] = payload @@ -473,10 +473,10 @@ public class PredictionContext: Hashable, CustomStringConvertible { } k += 1 } - + // copy over any payloads remaining in either array if (i < aReturnStatesLength) { - + for p in i..M {@code parents}; merge any {@code equals()} * ones. @@ -553,15 +553,15 @@ public class PredictionContext: Hashable, CustomStringConvertible { // } // } // } -// +// // for p in 0.. String { if (context == nil) { return "" @@ -569,12 +569,12 @@ public class PredictionContext: Hashable, CustomStringConvertible { let buf: StringBuilder = StringBuilder() buf.append("digraph G {\n") buf.append("rankdir=LR;\n") - + var nodes: Array = getAllContextNodes(context!) - + nodes.sort(by: { $0.id > $1.id }) - - + + for current: PredictionContext in nodes { if (current is SingletonPredictionContext) { let s: String = String(current.id) @@ -608,7 +608,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { buf.append("]") buf.append("\"];\n") } - + for current: PredictionContext in nodes { if (current === EMPTY) { continue @@ -630,11 +630,11 @@ public class PredictionContext: Hashable, CustomStringConvertible { } } } - + buf.append("}\n") return buf.toString() } - + // From Sam public static func getCachedContext( _ context: PredictionContext, @@ -643,18 +643,18 @@ public class PredictionContext: Hashable, CustomStringConvertible { if (context.isEmpty()) { return context } - + var existing: PredictionContext? = visited[context] if (existing != nil) { return existing! } - + existing = contextCache.get(context) if (existing != nil) { visited[context] = existing! return existing! } - + var changed: Bool = false var parents: [PredictionContext?] = [PredictionContext?](repeating: nil, count: context.size()) let length = parents.count @@ -663,30 +663,30 @@ public class PredictionContext: Hashable, CustomStringConvertible { if context.getParent(i) == nil { return context } - + let parent: PredictionContext = getCachedContext(context.getParent(i)!, contextCache, visited) //modified by janyou != !== if (changed || parent !== context.getParent(i)) { if (!changed) { parents = [PredictionContext?](repeating: nil, count: context.size()) - + for j in 0.. Array { var nodes: Array = Array() @@ -716,12 +716,12 @@ public class PredictionContext: Hashable, CustomStringConvertible { getAllContextNodes_(context, &nodes, visited) return nodes } - + public static func getAllContextNodes_(_ context: PredictionContext?, _ nodes: inout Array, _ visited: HashMap) { //if (context == nil || visited.keys.contains(context!)) { - + guard let context = context , visited[context] == nil else { return } @@ -732,16 +732,16 @@ public class PredictionContext: Hashable, CustomStringConvertible { getAllContextNodes_(context.getParent(i), &nodes, visited) } } - + public func toString(_ recog: Recognizer) -> String { return NSStringFromClass(PredictionContext.self) // return toString(recog, ParserRuleContext.EMPTY); } - + public func toStrings(_ recognizer: Recognizer, _ currentState: Int) -> [String] { return toStrings(recognizer, PredictionContext.EMPTY, currentState) } - + // FROM SAM public func toStrings(_ recognizer: Recognizer?, _ stop: PredictionContext, _ currentState: Int) -> [String] { var result: Array = Array() @@ -760,26 +760,26 @@ public class PredictionContext: Hashable, CustomStringConvertible { while (1 << bits) < p.size() { bits += 1 } - + let mask: Int = (1 << bits) - 1 index = (perm >> offset) & mask - + //last &= index >= p.size() - 1; //last = Bool(Int(last) & (index >= p.size() - 1)); last = last && (index >= p.size() - 1) - + if (index >= p.size()) { continue outer } offset += bits } - + if let recognizer = recognizer { if (localBuffer.length > 1) { // first char is '[', if more than that this isn't the first rule localBuffer.append(" ") } - + let atn: ATN = recognizer.getATN() let s: ATNState = atn.states[stateNumber]! let ruleName: String = recognizer.getRuleNames()[s.ruleIndex!] @@ -791,7 +791,7 @@ public class PredictionContext: Hashable, CustomStringConvertible { // first char is '[', if more than that this isn't the first rule localBuffer.append(" ") } - + localBuffer.append(p.getReturnState(index)) } } @@ -801,19 +801,19 @@ public class PredictionContext: Hashable, CustomStringConvertible { } localBuffer.append("]") result.append(localBuffer.toString()) - + if (last) { break } - + perm += 1 } - + return result } - + public var description: String { - + return String(describing: PredictionContext.self) + "@" + String(Unmanaged.passUnretained(self).toOpaque().hashValue) } } @@ -827,7 +827,7 @@ public func ==(lhs: RuleContext, rhs: ParserRuleContext) -> Bool { } public func ==(lhs: PredictionContext, rhs: PredictionContext) -> Bool { - + if lhs === rhs { return true } @@ -838,11 +838,11 @@ public func ==(lhs: PredictionContext, rhs: PredictionContext) -> Bool { if (lhs is SingletonPredictionContext) && (rhs is SingletonPredictionContext) { return (lhs as! SingletonPredictionContext) == (rhs as! SingletonPredictionContext) } - + if (lhs is ArrayPredictionContext) && (rhs is ArrayPredictionContext) { return (lhs as! ArrayPredictionContext) == (rhs as! ArrayPredictionContext) } - + return false } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift index c7178d5d4..ba839891a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift index 9c4269147..a9e735fe4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -71,8 +71,8 @@ public enum PredictionMode { * behavior for syntactically-incorrect inputs.

          */ case LL_EXACT_AMBIG_DETECTION - - + + /** * Computes the SLL prediction termination condition. * @@ -208,10 +208,10 @@ public enum PredictionMode { * {@link org.antlr.v4.runtime.atn.RuleStopState}, otherwise {@code false} */ public static func hasConfigInRuleStopState(_ configs: ATNConfigSet) -> Bool { - + return configs.hasConfigInRuleStopState } - + /** * Checks if all configurations in {@code configs} are in a * {@link org.antlr.v4.runtime.atn.RuleStopState}. Configurations meeting this condition have reached @@ -223,7 +223,7 @@ public enum PredictionMode { * {@link org.antlr.v4.runtime.atn.RuleStopState}, otherwise {@code false} */ public static func allConfigsInRuleStopStates(_ configs: ATNConfigSet) -> Bool { - + return configs.allConfigsInRuleStopStates } @@ -426,13 +426,13 @@ public enum PredictionMode { * others, otherwise {@code false} */ public static func allSubsetsEqual(_ altsets: Array) -> Bool { - + let first: BitSet = altsets[0] for it in altsets { if it != first { return false } - + } return true } @@ -470,9 +470,9 @@ public enum PredictionMode { /** Get union of all alts from configs. @since 4.5.1 */ public static func getAlts(_ configs: ATNConfigSet) throws -> BitSet { - + return try configs.getAltBitSet() - + } /** @@ -484,12 +484,12 @@ public enum PredictionMode { * alt and not pred * */ - + public static func getConflictingAltSubsets(_ configs: ATNConfigSet) throws -> Array { - + return try configs.getConflictingAltSubsets() } - + /** * Get a map from state to alt subset from a configuration set. For each * configuration {@code c} in {@code configs}: @@ -499,7 +499,7 @@ public enum PredictionMode { * */ public static func getStateToAltMap(_ configs: ATNConfigSet) throws -> HashMap { - + return try configs.getStateToAltMap() } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift index 1489babfb..59abeb8eb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift index c4f926477..35b2e3717 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift index 16af59cd7..022ad2e03 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift index e388883bd..dff00aa15 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift index 8609f4b4f..ca9fc4a05 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift index 2caed2176..456978378 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -406,7 +406,7 @@ public class SemanticContext: Hashable, CustomStringConvertible { override public var description: String { return opnds.map({ $0.description }).joined(separator: "||") - + } } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift index 948b43462..ab2c1d5d8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift index a3aea0627..2e3a4d53c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift index 6bc81c1c7..326c266a8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift index 9bd6ed57c..b6f2d745a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift index 2dc12d1c0..e9e1de959 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift index 9aa41e606..b1d8f18b5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift index 0cf399c00..5d897df9d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift index 9c8766c96..4150e6a36 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift index 8864d03b9..ef7a23243 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -162,7 +162,7 @@ public class DFA: CustomStringConvertible { return toString(Vocabulary.EMPTY_VOCABULARY) } - + public func toString() -> String { return description } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift index 994688e26..875386d16 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -49,14 +49,14 @@ public class DFASerializer: CustomStringConvertible { } } } - + let output: String = buf.toString() if output.length == 0 { return "" } //return Utils.sortLinesInString(output); return output - + } public func toString() -> String { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift index afcdd9d80..ffcba9103 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -31,26 +31,26 @@ public class DFAState: Hashable, CustomStringConvertible { public var stateNumber: Int = -1 - - + + public var configs: ATNConfigSet = ATNConfigSet() - + /** {@code edges[symbol]} points to target of symbol. Shift up by 1 so (-1) * {@link org.antlr.v4.runtime.Token#EOF} maps to {@code edges[0]}. */ - + public var edges: [DFAState?]! - + public var isAcceptState: Bool = false - + /** if accept state, what ttype do we match or alt do we predict? * This is set to {@link org.antlr.v4.runtime.atn.ATN#INVALID_ALT_NUMBER} when {@link #predicates}{@code !=null} or * {@link #requiresFullContext}. */ public var prediction: Int! = 0 - + public var lexerActionExecutor: LexerActionExecutor! - + /** * Indicates that this state was created during SLL prediction that * discovered a conflict between the configurations in the state. Future @@ -58,7 +58,7 @@ public class DFAState: Hashable, CustomStringConvertible { * full context prediction if this field is true. */ public var requiresFullContext: Bool = false - + /** During SLL parsing, this is a list of predicates associated with the * ATN configurations of the DFA state. When we have predicates, * {@link #requiresFullContext} is {@code false} since full context prediction evaluates predicates @@ -71,13 +71,13 @@ public class DFAState: Hashable, CustomStringConvertible { * *

          This list is computed by {@link org.antlr.v4.runtime.atn.ParserATNSimulator#predicateDFAState}.

          */ - + public var predicates: [PredPrediction]? - + /** Map a predicate to a predicted alternative. */ - + public class PredPrediction: CustomStringConvertible { - + public final var pred: SemanticContext // never null; at least SemanticContext.NONE public final var alt: Int @@ -85,44 +85,44 @@ public class DFAState: Hashable, CustomStringConvertible { self.alt = alt self.pred = pred } - - + + public var description: String { - + return "(\(pred),\(alt))" - + } } - + public init() { } - + public init(_ stateNumber: Int) { self.stateNumber = stateNumber } - + public init(_ configs: ATNConfigSet) { self.configs = configs } - + /** Get the set of all alts mentioned by all ATN configurations in this * DFA state. */ public func getAltSet() -> Set? { let alts = configs.getAltSet() - + return alts } - - + + public var hashValue: Int { var hash: Int = MurmurHash.initialize(7) hash = MurmurHash.update(hash, configs.hashValue) hash = MurmurHash.finish(hash, 1) return hash } - + /** * Two {@link org.antlr.v4.runtime.dfa.DFAState} instances are equal if their ATN configuration sets * are the same. This method is used to see if a state already exists. @@ -136,7 +136,7 @@ public class DFAState: Hashable, CustomStringConvertible { * exists that has this exact set of ATN configurations. The * {@link #stateNumber} is irrelevant.

          */ - + public var description: String { let buf: StringBuilder = StringBuilder() buf.append(stateNumber).append(":").append(configs) @@ -150,12 +150,12 @@ public class DFAState: Hashable, CustomStringConvertible { } return buf.toString() } - - + + } public func ==(lhs: DFAState, rhs: DFAState) -> Bool { - + if lhs === rhs { return true } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift index 910e1d691..de81c130f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift index 27dbb050c..ba416e720 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -25,12 +25,12 @@ public final class ArrayList: ExpressibleByArrayLiteral { for element in elements { array.append(element) } - + } public init(count: Int, repeatedValue: T) { array = Array( repeating: repeatedValue, count: count) } - + public init(arrayLiteral elements: T...) { array = Array() for element in elements { @@ -55,18 +55,18 @@ public func == (lhs: ArrayList, rhs: ArrayList(lhs: ArrayList, rhs: ArrayList(lhs: ArrayList, rhs: ArrayList: ExpressibleByArrayLiteral, Hashabl for element in elements { array.append(element) } - + } public init(_ elements: [T]) { array = elements @@ -33,7 +33,7 @@ public final class ArrayWrapper: ExpressibleByArrayLiteral, Hashabl public init(count: Int, repeatedValue: T) { array = Array(repeating: repeatedValue, count: count) } - + public init(arrayLiteral elements: T...) { array = Array() for element in elements { @@ -52,38 +52,38 @@ public final class ArrayWrapper: ExpressibleByArrayLiteral, Hashabl return ArrayWrapper(slice: array[subRange]) } public var count: Int { return array.count } - + public var hashValue: Int { if count == 0 { return 0 } - + var result = 1 - + for element in array { result = 31 &* result &+ element.hashValue } return result } - + } public func == (lhs: ArrayWrapper, rhs: ArrayWrapper) -> Bool { if lhs === rhs { return true } - + if lhs.count != rhs.count { return false } - + let length = lhs.count for i in 0..>> Int64(-toIndex) let toIndexTest = ((toIndex - 1) & BitSet.BIT_INDEX_MASK) let fromIndexTest = (fromIndex & BitSet.BIT_INDEX_MASK) - + let wordOption1: Int64 = (words[sourceIndex] >>> Int64(fromIndex)) let wordOption2: Int64 = (words[sourceIndex + 1] & lastWordMask) let wordOption3: Int64 = (64 + Int64(-fromIndex % 64)) let wordOption = wordOption1 | wordOption2 << wordOption3 - + let wordOption4 = (words[sourceIndex] & lastWordMask) let wordOption5 = wordOption4 >>> Int64(fromIndex) result.words[targetWords - 1] = @@ -719,7 +719,7 @@ public class BitSet: Hashable, CustomStringConvertible { if u == wordsInUse { return wordsInUse * BitSet.BITS_PER_WORD } - + word = ~words[u] } } @@ -921,7 +921,7 @@ public class BitSet: Hashable, CustomStringConvertible { i = i + (i >>> 16) i = i + (i >>> 32) - return Int(i) & 0x7f + return Int(i) & 0x7f } /** @@ -1072,7 +1072,7 @@ public class BitSet: Hashable, CustomStringConvertible { h ^= words[i] * (i + 1) i -= 1 } - + return Int(Int32((h >> 32) ^ h)) } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift index dc858d821..991c4730b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -12,9 +12,9 @@ public struct DoubleKeyMap { private var data: HashMap> = HashMap>() - @discardableResult + @discardableResult public mutating func put(_ k1: Key1, _ k2: Key2, _ v: Value) -> Value? { - + var data2 = data[k1] var prev: Value? = nil if data2 == nil { @@ -29,12 +29,12 @@ public struct DoubleKeyMap { } public func get(_ k1: Key1, _ k2: Key2) -> Value? { - + if let data2 = data[k1] { return data2[k2] } return nil - + } public func get(_ k1: Key1) -> HashMap? { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift index e5a1658da..f9f5c31ac 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -8,7 +8,7 @@ final class Entry: CustomStringConvertible { final var value: V final var next: Entry! final var hash: Int - + /** * Creates new entry. */ @@ -18,27 +18,27 @@ final class Entry: CustomStringConvertible { key = k hash = h } - + final func getKey() -> K { return key } - + final func getValue() -> V { return value } - + final func setValue(_ newValue: V) -> V { let oldValue: V = value value = newValue return oldValue } - + final var hashValue: Int { return key.hashValue } - + var description: String { return "\(getKey())=\(getValue())" } - + } func == (lhs: Entry, rhs: Entry) -> Bool { if lhs === rhs { @@ -69,47 +69,47 @@ func == (lhs: Entry, rhs: Entry) -> Bool public final class HashMap: Sequence { - + /** * The default initial capacity - MUST be a power of two. */ let DEFAULT_INITIAL_CAPACITY: Int = 16 - + /** * The maximum capacity, used if a higher value is implicitly specified * by either of the constructors with arguments. * MUST be a power of two <= 1<<30. */ let MAXIMUM_CAPACITY: Int = 1 << 30 - + /** * The load factor used when none specified in constructor. */ let DEFAULT_LOAD_FACTOR: Float = 0.75 - + /** * The table, resized as necessary. Length MUST Always be a power of two. */ var table: [Entry?] - + /** * The number of key-value mappings contained in this map. */ var size: Int = 0 - + /** * The next size value at which to resize (capacity * load factor). * @serial */ var threshold: Int = 0 - + /** * The load factor for the hash table. * * @serial */ var loadFactor: Float = 0 - + /** * The number of times this HashMap has been structurally modified * Structural modifications are those that change the number of mappings in @@ -118,7 +118,7 @@ public final class HashMap: Sequence * the HashMap fail-fast. (See ConcurrentModificationException). */ var modCount: Int = 0 - + public init(count: Int) { var initialCapacity = count if (count < 0) @@ -136,7 +136,7 @@ public final class HashMap: Sequence initialCapacity <<= 1 } } - + self.loadFactor = DEFAULT_LOAD_FACTOR threshold = Int(Float(initialCapacity) * loadFactor) table = [Entry?](repeating: nil, count: initialCapacity) @@ -146,7 +146,7 @@ public final class HashMap: Sequence threshold = Int(Float(DEFAULT_INITIAL_CAPACITY) * DEFAULT_LOAD_FACTOR) table = [Entry?](repeating: nil, count: DEFAULT_INITIAL_CAPACITY) } - + static func hash(_ h: Int) -> Int { var h = h // This function ensures that hashCodes that differ only by @@ -155,14 +155,14 @@ public final class HashMap: Sequence h ^= (h >>> 20) ^ (h >>> 12) return h ^ (h >>> 7) ^ (h >>> 4) } - + /** * Returns index for hash code h. */ static func indexFor(_ h: Int, _ length: Int) -> Int { return h & (length-1) } - + /** * Returns true if this map contains no key-value mappings. * @@ -183,7 +183,7 @@ public final class HashMap: Sequence } } } - + public final var count: Int { return size } @@ -228,7 +228,7 @@ public final class HashMap: Sequence public final func containsKey(_ key: K) -> Bool { return getEntry(key) != nil } - + /** * Returns the entry associated with the specified key in the * HashMap. Returns null if the HashMap contains no mapping @@ -247,8 +247,8 @@ public final class HashMap: Sequence return nil } - - + + /** * Associates the specified value with the specified key in this map. * If the map previously contained a mapping for the key, the old @@ -263,7 +263,7 @@ public final class HashMap: Sequence */ @discardableResult public final func put(_ key: K, _ value: V) -> V? { - + let hash: Int = HashMap.hash(key.hashValue) let i: Int = HashMap.indexFor(hash, table.count) var e = table[i] @@ -275,13 +275,13 @@ public final class HashMap: Sequence } e = eWrap.next } - - + + modCount += 1 addEntry(hash, key, value, i) return nil } - + /** * Adds a new entry with the specified key, value and hash code to * the specified bucket. It is the responsibility of this @@ -318,18 +318,18 @@ public final class HashMap: Sequence threshold = Int.max return } - + var newTable = [Entry?](repeating: nil, count: newCapacity) transfer(&newTable) table = newTable threshold = Int(Float(newCapacity) * loadFactor) } - + /** * Transfers all entries from current table to newTable. */ final func transfer(_ newTable: inout [Entry?]) { - + let newCapacity: Int = newTable.count let length = table.count for j in 0..: Sequence } return nil } - - + + final func removeEntryForKey(_ key: K) -> Entry? { let hash: Int = HashMap.hash(Int(key.hashValue)) let i = Int(HashMap.indexFor(hash, Int(table.count))) var prev = table[i] var e = prev - + while let eWrap = e { let next = eWrap.next var _: AnyObject @@ -388,10 +388,10 @@ public final class HashMap: Sequence prev = eWrap e = next } - + return e } - + public final var values: [V]{ var valueList: [V] = [V]() let length = table.count @@ -405,13 +405,13 @@ public final class HashMap: Sequence if let eOption = eOption { valueList.append(eOption.value) } - + } } } return valueList } - + public final var keys: [K]{ var keyList: [K] = [K]() let length = table.count @@ -425,28 +425,28 @@ public final class HashMap: Sequence if let eOption = eOption { keyList.append(eOption.key ) } - + } } } return keyList } - - + + public func makeIterator() -> AnyIterator<(K,V)> { var _next: Entry? // next entry to return let expectedModCount: Int = modCount // For fast-fail var index: Int = 0 // current slot //var current: HashMapEntry // current entry if size > 0{ // advance to first entry - + while index < table.count && _next == nil { _next = table[index] index += 1 } } - + return AnyIterator { if self.modCount != expectedModCount { @@ -466,9 +466,9 @@ public final class HashMap: Sequence } else { return nil } - + } - + } - + } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift index a73157b72..dab30964d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift index 77e9ebfac..8de00c99d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift index 5ceee1fef..486ff4a05 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -156,7 +156,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { return } // if disjoint and after r, a future iteration will handle it - + i += 1 } // ok, must be after last interval (and disjoint from last interval) @@ -175,7 +175,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { @discardableResult public func addAll(_ set: IntSet?) throws -> IntSet { - + guard let set = set else { return self } @@ -238,7 +238,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { */ public func subtract(_ left: IntervalSet?, _ right: IntervalSet?) throws -> IntervalSet { - + guard let left = left , !left.isNil() else { return try IntervalSet() } @@ -355,7 +355,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { if intersection == nil { intersection = try IntervalSet() } - + try intersection!.add(mine.intersection(theirs)) j += 1 } else { @@ -659,7 +659,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { let I: Interval = intervals[i] let a: Int = I.a let b: Int = I.b - + for v in a...b { values.append(v) } @@ -675,7 +675,7 @@ public class IntervalSet: IntSet, Hashable, CustomStringConvertible { let I: Interval = intervals[i] let a: Int = I.a let b: Int = I.b - + for v in a...b { values.append(v) } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift index c1bcea43b..460d1f57c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift index 7d4d6c259..49f65bdbb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift index e05365369..5b9dec9c3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift index f67eba39e..cfc2ae0e3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -47,15 +47,15 @@ public class Utils { public static func readFile(_ path: String, _ encoding: String.Encoding = String.Encoding.utf8) -> [Character] { - + var fileContents: String - + do { fileContents = try String(contentsOfFile: path, encoding: encoding) } catch _ as NSError { return [Character]() } - + return Array(fileContents.characters) } @@ -89,7 +89,7 @@ public class Utils { return fileContents ?? "" } - + public static func toMap(_ keys: [String]) -> Dictionary { var m = Dictionary() for (index,v) in keys.enumerated() { @@ -97,19 +97,19 @@ public class Utils { } return m } - + public static func bitLeftShift(_ n: Int) -> Int64 { return (Int64(1) << Int64(n % 64)) } - - + + public static func testBitLeftShiftArray(_ nArray: [Int],_ bitsShift: Int) -> Bool { let test: Bool = (((nArray[0] - bitsShift) & ~0x3f) == 0) - + var temp: Int64 = Int64(nArray[0] - bitsShift) temp = (temp < 0) ? (64 + (temp % 64 )) : (temp % 64) let test1: Int64 = (Int64(1) << temp) - + var test2: Int64 = Utils.bitLeftShift(nArray[1] - bitsShift) for i in 1 ..< nArray.count { diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift index e3bab9065..b96e66745 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift index e9a1df666..21f0e38bf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift index 795f70e8d..7c936dd51 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -32,7 +32,7 @@ extension Array { /** Removes the last element from self and returns it. - + :returns: The removed element */ mutating func pop() -> Element { @@ -40,7 +40,7 @@ extension Array { } /** Same as append. - + :param: newElement Element to append */ mutating func push(_ newElement: Element) { @@ -60,7 +60,7 @@ extension Array { /** Checks if test returns true for all the elements in self - + :param: test Function to call for each element :returns: True if test returns true for all the elements in self */ @@ -76,7 +76,7 @@ extension Array { /** Checks if test returns true for any element of self. - + :param: test Function to call for each element :returns: true if test returns true for any element of self */ @@ -122,4 +122,4 @@ extension Array { } - + diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift index f80500058..11ee36287 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift index 1136e6ef0..f37cbbd5e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift index 35c5ac10e..df1e236af 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift index d28776d4d..068493497 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -27,9 +27,9 @@ public extension String { func split(_ separator: String) -> [String] { return self.components(separatedBy: separator) } - + func replaceAll(_ from: String, replacement: String) -> String { - + return self.replacingOccurrences(of: from, with: replacement, options: NSString.CompareOptions.literal, range: nil) } @@ -59,7 +59,7 @@ public extension String { let startRange = self.characters.index(self.startIndex, offsetBy: startIndex) let range = self.range(of: target, options: NSString.CompareOptions.literal, range: startRange.. Character { let index = characters.index(startIndex, offsetBy: integerIndex) return self[index] diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift index 4c0674c1d..28225dbdc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift index 558c4c337..c81cd7bf4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -36,23 +36,23 @@ infix operator >>> : BitwiseShiftPrecedence func >>>(lhs: Int32, rhs: Int32) -> Int32 { let left = UInt32(bitPattern: lhs) let right = UInt32(bitPattern: rhs) % 32 - + return Int32(bitPattern: left >> right) } func >>>(lhs: Int64, rhs: Int64) -> Int64 { let left = UInt64(bitPattern: lhs) let right = UInt64(bitPattern: rhs) % 64 - + return Int64(bitPattern: left >> right) } func >>>(lhs: Int, rhs: Int) -> Int { let numberOfBits: UInt = MemoryLayout.size == MemoryLayout.size ? 64 : 32 - + let left = UInt(bitPattern: lhs) let right = UInt(bitPattern: rhs) % numberOfBits - + return Int(bitPattern: left >> right) } @@ -93,7 +93,7 @@ public func RuntimeException(_ message: String = "", file: String = #file, funct public func toInt(_ c: Character) -> Int { return c.unicodeValue } - + public func toInt32(_ data: [Character], _ offset: Int) -> Int { return data[offset].unicodeValue | (data[offset + 1].unicodeValue << 16) } @@ -117,15 +117,15 @@ public func == ( if lhsCount != rhs.count { return false } - + // Test referential equality. if lhsCount == 0 || lhs._buffer.identity == rhs._buffer.identity { return true } - + var streamLHS = lhs.makeIterator() var streamRHS = rhs.makeIterator() - + var nextLHS = streamLHS.next() while nextLHS != nil { let nextRHS = streamRHS.next() @@ -140,12 +140,12 @@ public func == ( } nextLHS = streamLHS.next() } - + return true - + } public func ArrayEquals(_ a: [T], _ a2: [T]) -> Bool { - + if a2.count != a.count { return false } diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift index 191fe1a5d..bfff96bec 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift index 6b17a7c03..c45a42d97 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -64,4 +64,4 @@ public func +=(lhs: StringBuilder, rhs: T) { public func +(lhs: StringBuilder, rhs: StringBuilder) -> StringBuilder { return StringBuilder(string: lhs.toString() + rhs.toString()) } - + diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift index 9cf26f4fa..c4edbfbf2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift index 7019b28f1..10e6decfc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift index d3b8a245e..991741567 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -83,7 +83,7 @@ open class ParseTree: SyntaxTree, CustomStringConvertible , CustomDebugStringCon RuntimeException(" must overriden !") fatalError() } - + open var debugDescription: String { RuntimeException(" must overriden !") fatalError() diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift index 0ebeca094..da46b8e69 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift index 99fde0eab..001e70f11 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift index 3e352628c..740356ca9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift index 2754cb22f..b76a850d2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift index 4d2f33d02..4ad4509bf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift index b5d1a2e07..5d00190f4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift index a9101243d..9c2482bdf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift index 1baa68fbb..d8e62a20e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift index b642ddb13..1dde08e77 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -14,12 +14,12 @@ public class Trees { TreePostScriptGenerator(ruleNames, t, fontName, fontSize) return psgen.getPS() } - + public class func getPS(t: Tree, _ ruleNames: Array) -> String { return getPS(t, ruleNames, "Helvetica", 11) } //TODO: write to file - + public class func writePS(t: Tree, _ ruleNames: Array, _ fileName: String, _ fontName: String, _ fontSize: Int) @@ -34,7 +34,7 @@ public class Trees { bw.close() } } - + public class func writePS(t: Tree, _ ruleNames: Array, _ fileName: String) throws { writePS(t, ruleNames, fileName, "Helvetica", 11) diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift index 571a11e8d..76b8788f0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift index 4d7ff1502..52fa8f750 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift index 35068180a..83f07e503 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift index bd18da7f5..05ed1d275 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift index fda85da55..d4f4100e6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift index 0e6662cf4..a069183f6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift index b90862786..fb806cc6f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift index f67f99188..cd295284c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift index dc626ac99..1cfb6f40f 100644 --- a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift +++ b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/BaseTest.swift b/runtime/Swift/Antlr4Tests/BaseTest.swift index 0e2cca6ea..14f186430 100644 --- a/runtime/Swift/Antlr4Tests/BaseTest.swift +++ b/runtime/Swift/Antlr4Tests/BaseTest.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/HashMapTest.swift b/runtime/Swift/Antlr4Tests/HashMapTest.swift index 8f630bd9c..38989ca5f 100644 --- a/runtime/Swift/Antlr4Tests/HashMapTest.swift +++ b/runtime/Swift/Antlr4Tests/HashMapTest.swift @@ -1,5 +1,5 @@ /* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml index 61269bc20..b86e31df3 100644 --- a/tool-testsuite/pom.xml +++ b/tool-testsuite/pom.xml @@ -1,6 +1,6 @@ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java index 4f9bdc15e..2ea61fd8d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java index 754db1a83..058113799 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java index 478fa6ae4..16208bab7 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java index 6998f9a2a..18aa1e836 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java index 18204c1f5..f89ade61c 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java index 715311180..0f3b01ddb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java index eb7a42c2c..55c62e146 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java index e6c51d3df..5a0c91e5f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java index 00bf7bbab..f2dbf6a7b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java index a7b19f04e..e61518599 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java index afe7d53ac..f1479b1a8 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java index 35158435f..494673f0f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java index 80dcef075..8aeba6f55 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java index fa948d4c2..eaf5ca3c0 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java index aa9e88f56..65a9570e6 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java index 7c4d0a29c..877748221 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java index f78e2f561..99b902198 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java index 1d0e79fda..464e83836 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java index ba8605d75..601a2d5fb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java index a01991caa..9aec5ce44 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java index 4d933eade..14b328000 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java index 7ead946c7..856bef8fe 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java index 0dd504a4a..392d072ed 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java index ff071c2bb..a21a82941 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java index 4640b5881..23e241c57 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java index 1e5e62ccf..321be44ad 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java index 903e73212..088674592 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java index 747b66f0a..d276a271f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java index 863f39e03..f4d3c96fa 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java @@ -1,11 +1,12 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; +import org.antlr.v4.gui.Trees; import org.antlr.v4.runtime.ANTLRInputStream; import org.antlr.v4.runtime.CommonTokenStream; import org.antlr.v4.runtime.LexerInterpreter; @@ -13,7 +14,6 @@ import org.antlr.v4.runtime.ParserRuleContext; import org.antlr.v4.runtime.atn.DecisionInfo; import org.antlr.v4.runtime.atn.LookaheadEventInfo; import org.antlr.v4.runtime.tree.ParseTree; -import org.antlr.v4.gui.Trees; import org.antlr.v4.tool.Grammar; import org.antlr.v4.tool.GrammarParserInterpreter; import org.antlr.v4.tool.LexerGrammar; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java index dfed27d44..6de799a2a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java index eb2acf6a4..41b76b94a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java index b54a2ba39..d1e537cc1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java index 67f017e67..e6c03a01b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java index a798a5d52..1d3aad072 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java index 1000df815..1b88d75fa 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java index 704646acb..c41d56260 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java index 63ed474c8..e364ccd28 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java index 9a4371cb1..263059685 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java index c28c29f15..4db3cf40d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java index 9f83934e1..c5f125a4f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java index 89dd8df4d..a848d2041 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java index b8f5dd06c..4b38705d9 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java index 6376d034f..f696bcedb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java index 0cb2d8cd7..556b6b162 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.test.tool; diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java index 8edfed651..2e5f39f5d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/nb-configuration.xml b/tool/nb-configuration.xml index 4dd566b35..09dbb286f 100644 --- a/tool/nb-configuration.xml +++ b/tool/nb-configuration.xml @@ -1,7 +1,7 @@ diff --git a/tool/pom.xml b/tool/pom.xml index 04a1c4d04..9f773ae7a 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -1,6 +1,6 @@ diff --git a/tool/src/org/antlr/v4/Tool.java b/tool/src/org/antlr/v4/Tool.java index 186f301d7..03327aa33 100644 --- a/tool/src/org/antlr/v4/Tool.java +++ b/tool/src/org/antlr/v4/Tool.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java index 852aff3d4..f8c681f3c 100644 --- a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java +++ b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java index 900c3d205..20bb596de 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java index 6b2d6065b..a89daa3ac 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java index ac706f43e..b5c406812 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java index 493def7d2..903136c37 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNFactory.java b/tool/src/org/antlr/v4/automata/ATNFactory.java index ae2fa8831..2dfd4dc29 100644 --- a/tool/src/org/antlr/v4/automata/ATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ATNFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNOptimizer.java b/tool/src/org/antlr/v4/automata/ATNOptimizer.java index aa6bf753b..f740ccabd 100644 --- a/tool/src/org/antlr/v4/automata/ATNOptimizer.java +++ b/tool/src/org/antlr/v4/automata/ATNOptimizer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNPrinter.java b/tool/src/org/antlr/v4/automata/ATNPrinter.java index 1c80f2c13..6dcae8afd 100644 --- a/tool/src/org/antlr/v4/automata/ATNPrinter.java +++ b/tool/src/org/antlr/v4/automata/ATNPrinter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNVisitor.java b/tool/src/org/antlr/v4/automata/ATNVisitor.java index 6c3b9ed47..f1fe018e8 100644 --- a/tool/src/org/antlr/v4/automata/ATNVisitor.java +++ b/tool/src/org/antlr/v4/automata/ATNVisitor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/LexerATNFactory.java b/tool/src/org/antlr/v4/automata/LexerATNFactory.java index f3380e4cb..bb9a563c2 100644 --- a/tool/src/org/antlr/v4/automata/LexerATNFactory.java +++ b/tool/src/org/antlr/v4/automata/LexerATNFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ParserATNFactory.java b/tool/src/org/antlr/v4/automata/ParserATNFactory.java index 01ab45ad1..df2e80b68 100644 --- a/tool/src/org/antlr/v4/automata/ParserATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ParserATNFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java index 8a6e05147..260394838 100644 --- a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java +++ b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ActionTranslator.java b/tool/src/org/antlr/v4/codegen/ActionTranslator.java index 13b7ec586..d9d4ebbcd 100644 --- a/tool/src/org/antlr/v4/codegen/ActionTranslator.java +++ b/tool/src/org/antlr/v4/codegen/ActionTranslator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java index a70ef1bcb..f673205fd 100644 --- a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java index 034d6942c..ab083e3a2 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen; diff --git a/tool/src/org/antlr/v4/codegen/CodeGenerator.java b/tool/src/org/antlr/v4/codegen/CodeGenerator.java index a9ff59f87..034cd4320 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenerator.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java index 4f97049a7..56b9030df 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java +++ b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java index 1574b24b5..e1e2b5c71 100644 --- a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/LexerFactory.java b/tool/src/org/antlr/v4/codegen/LexerFactory.java index e5a0dcc48..a0ab64e61 100644 --- a/tool/src/org/antlr/v4/codegen/LexerFactory.java +++ b/tool/src/org/antlr/v4/codegen/LexerFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelController.java b/tool/src/org/antlr/v4/codegen/OutputModelController.java index 68518a357..41d19c25b 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelController.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelController.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java index 6838d13f7..99f4c0538 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java index eda024488..2b0c27daa 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ParserFactory.java b/tool/src/org/antlr/v4/codegen/ParserFactory.java index 29907df09..97eb798e9 100644 --- a/tool/src/org/antlr/v4/codegen/ParserFactory.java +++ b/tool/src/org/antlr/v4/codegen/ParserFactory.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/Target.java b/tool/src/org/antlr/v4/codegen/Target.java index 86a52b74c..4a6ac5be9 100644 --- a/tool/src/org/antlr/v4/codegen/Target.java +++ b/tool/src/org/antlr/v4/codegen/Target.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/Wildcard.java b/tool/src/org/antlr/v4/codegen/Wildcard.java index d4cb9e5a0..d1678dcc2 100644 --- a/tool/src/org/antlr/v4/codegen/Wildcard.java +++ b/tool/src/org/antlr/v4/codegen/Wildcard.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Action.java b/tool/src/org/antlr/v4/codegen/model/Action.java index 8e3e0ae38..b0b040600 100644 --- a/tool/src/org/antlr/v4/codegen/model/Action.java +++ b/tool/src/org/antlr/v4/codegen/model/Action.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java index ebe99f478..501c692dd 100644 --- a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java +++ b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AltBlock.java b/tool/src/org/antlr/v4/codegen/model/AltBlock.java index cbace59d8..ecd9ebab2 100644 --- a/tool/src/org/antlr/v4/codegen/model/AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/AltBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ArgAction.java b/tool/src/org/antlr/v4/codegen/model/ArgAction.java index 6d25bee7a..8b8a4c8fc 100644 --- a/tool/src/org/antlr/v4/codegen/model/ArgAction.java +++ b/tool/src/org/antlr/v4/codegen/model/ArgAction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java index c2f776aec..1a5881a52 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java index 694ea3deb..a71327ae0 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java index 9879036ab..e0e06dd8c 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java index 6cc3977c7..5bfd52eeb 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Choice.java b/tool/src/org/antlr/v4/codegen/model/Choice.java index 42881b7c0..21f9ac872 100644 --- a/tool/src/org/antlr/v4/codegen/model/Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/Choice.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java index d14f303b7..69079bd43 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java index f156b8720..dcc9682f2 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java index b32f555c9..dcfe57690 100644 --- a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java index 193c0d9a5..39d43069e 100644 --- a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java +++ b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java index c4796e622..084219928 100644 --- a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java +++ b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java index ff9e43b9d..f17be7312 100644 --- a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java +++ b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java index e1602b6b6..f967ccc28 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java index e07d200d5..155dfd8af 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java index c797b273e..f43254691 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java index 0f036be49..ca9e1d407 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java index 53a11d678..378acf47b 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java index 3ad20f56f..e8cd98536 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java index 05872bff9..4c6426d1b 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java index 87f5c7b34..4b04504a7 100644 --- a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java +++ b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java index 03fc73812..cfc4a4ca6 100644 --- a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Lexer.java b/tool/src/org/antlr/v4/codegen/model/Lexer.java index be6c6fb84..634a59f4a 100644 --- a/tool/src/org/antlr/v4/codegen/model/Lexer.java +++ b/tool/src/org/antlr/v4/codegen/model/Lexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LexerFile.java b/tool/src/org/antlr/v4/codegen/model/LexerFile.java index 76e788bee..25ff3f035 100644 --- a/tool/src/org/antlr/v4/codegen/model/LexerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/LexerFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java index f37d7be5b..deefb6d80 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java index 8e3a8e4ff..455020dfc 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/Loop.java b/tool/src/org/antlr/v4/codegen/model/Loop.java index 320805244..07fd5188f 100644 --- a/tool/src/org/antlr/v4/codegen/model/Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/Loop.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java index 16ed4ddd1..b04f12fe7 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchSet.java b/tool/src/org/antlr/v4/codegen/model/MatchSet.java index 0485dfcbf..9d2224bd4 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchSet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchToken.java b/tool/src/org/antlr/v4/codegen/model/MatchToken.java index aa6f7644e..396a39c3a 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchToken.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ModelElement.java b/tool/src/org/antlr/v4/codegen/model/ModelElement.java index ad4b91c42..c0ee062b2 100644 --- a/tool/src/org/antlr/v4/codegen/model/ModelElement.java +++ b/tool/src/org/antlr/v4/codegen/model/ModelElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java index 7e7ffa1da..6973afc70 100644 --- a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputFile.java b/tool/src/org/antlr/v4/codegen/model/OutputFile.java index 9f5b368a3..67418c240 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputFile.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java index f3953967d..4402cf3da 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Parser.java b/tool/src/org/antlr/v4/codegen/model/Parser.java index f510cafd2..c55dfcfe7 100644 --- a/tool/src/org/antlr/v4/codegen/model/Parser.java +++ b/tool/src/org/antlr/v4/codegen/model/Parser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ParserFile.java b/tool/src/org/antlr/v4/codegen/model/ParserFile.java index a7c05d018..0d217d9b3 100644 --- a/tool/src/org/antlr/v4/codegen/model/ParserFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ParserFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java index 73a9f56fe..3919ff40a 100644 --- a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Recognizer.java b/tool/src/org/antlr/v4/codegen/model/Recognizer.java index bf8b8177b..d11062d6d 100644 --- a/tool/src/org/antlr/v4/codegen/model/Recognizer.java +++ b/tool/src/org/antlr/v4/codegen/model/Recognizer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java index 8fc732697..369b19bc8 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleElement.java b/tool/src/org/antlr/v4/codegen/model/RuleElement.java index bca3f364b..3611e146d 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleElement.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleElement.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java index b2443dfcc..55410c179 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java index 40c38dc01..54c37e713 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SemPred.java b/tool/src/org/antlr/v4/codegen/model/SemPred.java index 548316a38..9d1d24117 100644 --- a/tool/src/org/antlr/v4/codegen/model/SemPred.java +++ b/tool/src/org/antlr/v4/codegen/model/SemPred.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java index dd2fea6e0..c486f9e2d 100644 --- a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java +++ b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SrcOp.java b/tool/src/org/antlr/v4/codegen/model/SrcOp.java index d02236651..e0389e447 100644 --- a/tool/src/org/antlr/v4/codegen/model/SrcOp.java +++ b/tool/src/org/antlr/v4/codegen/model/SrcOp.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/StarBlock.java b/tool/src/org/antlr/v4/codegen/model/StarBlock.java index 282e48135..e1a1fd841 100644 --- a/tool/src/org/antlr/v4/codegen/model/StarBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/StarBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Sync.java b/tool/src/org/antlr/v4/codegen/model/Sync.java index f71912de4..b7f28d502 100644 --- a/tool/src/org/antlr/v4/codegen/model/Sync.java +++ b/tool/src/org/antlr/v4/codegen/model/Sync.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java index fc3cd1654..76ad5a2f8 100644 --- a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java +++ b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java index 26b93c478..dd2b7223d 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java index e5a9e2e1f..0ed3bbfc6 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java index 072f7aa53..76c44cc76 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java index 6c020f831..4a2a0fb40 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java index 255dd0d7d..4a3412bd8 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.model; diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java index 1f292e28e..d0bd98dfd 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java index db0879633..8181c8ea9 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java index 361f7f513..17af6ea7f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java index 5fe48b1c3..bc4b2e0ed 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java index 43c7d768e..e9edc4329 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java index 0ba51e453..daf7636cd 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java index 343e8785b..48927672f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java index c146bee44..64b6c577f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java index 82b9e33e2..8525f3745 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java index 42b511446..aeb703d5e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java index 433a4fd56..04e90a2ae 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java index c5c61aa0c..3239ffc30 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java index bb0851d0b..97779b868 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java index e9976bca1..01bd8c10c 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java index 988665b47..13d399655 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java index c42a69f79..529df6836 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java index e17b11f81..c71b1def6 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java index 491c8d235..bda5d9ded 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java index 4948267ff..8c949e6bb 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java index bf5b89226..8955aadf5 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java index 09f18b33e..6fd678a78 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java index ac1b1000d..3a8097bfd 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java index b232caef6..0e2af69c8 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java index 8cd6508b3..320c7f5d0 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java index 223eae8e1..a0e3939a1 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java index c8e060bd3..dbd004c30 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java index d6ec70af7..8172fe71e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java index 7ad9e3fed..4192808d0 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java index bd07015aa..ba86b3d30 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java index 7d99d9e86..41d3f6d5f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java index 2b218b58e..95c46d184 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java index d5ebb24ba..df6b34292 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/dbg.java b/tool/src/org/antlr/v4/codegen/model/dbg.java index b46183e83..932ca51e8 100644 --- a/tool/src/org/antlr/v4/codegen/model/dbg.java +++ b/tool/src/org/antlr/v4/codegen/model/dbg.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java index edde056d6..41f7d535a 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java index c0eeb782b..2db293fe9 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java index 02c9c8685..716ab952e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java index f8b761e72..e04e52c13 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java index 3b8fd550e..3cf43ad00 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java index e3e0089aa..af5ff238d 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java index 05b44e08a..f456e8049 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java index e8ce8c9be..8f259c07f 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java index 01420fcfe..32483bc6b 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java index dcb8201cb..2240493ae 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java index dcfed72d6..778095227 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java index 966f0627d..587d33a9e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java index 38ba61c3e..e556e4fff 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java index be7000b4e..d4df4f3c3 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java index 7a003a27a..21d74bdea 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java index 510fdba2a..d5fd33f13 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java index 57d863ccf..f9f830627 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java index 2d2608a89..cbbc4e82d 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java index 10f6086c9..641e37576 100644 --- a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.codegen.target; diff --git a/tool/src/org/antlr/v4/codegen/target/CppTarget.java b/tool/src/org/antlr/v4/codegen/target/CppTarget.java index ea01f3cb6..4dc578fdd 100644 --- a/tool/src/org/antlr/v4/codegen/target/CppTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CppTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -9,19 +9,16 @@ package org.antlr.v4.codegen.target; import org.antlr.v4.codegen.CodeGenerator; import org.antlr.v4.codegen.Target; import org.antlr.v4.tool.ErrorType; -import org.antlr.v4.tool.Grammar; import org.antlr.v4.tool.ast.GrammarAST; import org.stringtemplate.v4.NumberRenderer; -import org.stringtemplate.v4.STErrorListener; import org.stringtemplate.v4.ST; +import org.stringtemplate.v4.STErrorListener; import org.stringtemplate.v4.STGroup; -import org.stringtemplate.v4.STGroupFile; import org.stringtemplate.v4.StringRenderer; import org.stringtemplate.v4.misc.STMessage; import java.util.Arrays; import java.util.HashSet; -import java.util.Locale; import java.util.Set; public class CppTarget extends Target { diff --git a/tool/src/org/antlr/v4/codegen/target/GoTarget.java b/tool/src/org/antlr/v4/codegen/target/GoTarget.java index 4437d1915..e7574ce92 100644 --- a/tool/src/org/antlr/v4/codegen/target/GoTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/GoTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java index a8678b23b..c5e57bc2b 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java index 6531bfd5e..f02c84b39 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python2Target.java b/tool/src/org/antlr/v4/codegen/target/Python2Target.java index 4b08ad02a..7ddd0c0bc 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python2Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python2Target.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python3Target.java b/tool/src/org/antlr/v4/codegen/target/Python3Target.java index 5fca6c745..4823c546a 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python3Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python3Target.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java index 84dcd1307..859930818 100644 --- a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ @@ -9,15 +9,37 @@ package org.antlr.v4.codegen.target; import org.antlr.v4.codegen.CodeGenerator; import org.antlr.v4.codegen.Target; import org.antlr.v4.runtime.Token; -import org.antlr.v4.runtime.atn.*; +import org.antlr.v4.runtime.atn.ATN; +import org.antlr.v4.runtime.atn.ATNDeserializer; +import org.antlr.v4.runtime.atn.ATNState; +import org.antlr.v4.runtime.atn.ATNType; +import org.antlr.v4.runtime.atn.ActionTransition; +import org.antlr.v4.runtime.atn.AtomTransition; +import org.antlr.v4.runtime.atn.BlockStartState; +import org.antlr.v4.runtime.atn.DecisionState; +import org.antlr.v4.runtime.atn.LexerAction; +import org.antlr.v4.runtime.atn.LexerChannelAction; +import org.antlr.v4.runtime.atn.LexerCustomAction; +import org.antlr.v4.runtime.atn.LexerModeAction; +import org.antlr.v4.runtime.atn.LexerPushModeAction; +import org.antlr.v4.runtime.atn.LexerTypeAction; +import org.antlr.v4.runtime.atn.LoopEndState; +import org.antlr.v4.runtime.atn.PrecedencePredicateTransition; +import org.antlr.v4.runtime.atn.PredicateTransition; +import org.antlr.v4.runtime.atn.RangeTransition; +import org.antlr.v4.runtime.atn.RuleStartState; +import org.antlr.v4.runtime.atn.RuleTransition; +import org.antlr.v4.runtime.atn.SetTransition; +import org.antlr.v4.runtime.atn.Transition; import org.antlr.v4.runtime.misc.IntegerList; import org.antlr.v4.runtime.misc.Interval; import org.antlr.v4.runtime.misc.IntervalSet; import org.antlr.v4.tool.ErrorType; import org.antlr.v4.tool.Grammar; -import org.antlr.v4.tool.LexerGrammar; import org.antlr.v4.tool.ast.GrammarAST; -import org.stringtemplate.v4.*; +import org.stringtemplate.v4.ST; +import org.stringtemplate.v4.STGroup; +import org.stringtemplate.v4.StringRenderer; import javax.json.Json; import javax.json.JsonArrayBuilder; @@ -25,7 +47,14 @@ import javax.json.JsonObject; import javax.json.JsonObjectBuilder; import java.io.IOException; import java.io.Writer; -import java.util.*; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Locale; +import java.util.Map; +import java.util.Set; public class SwiftTarget extends Target { diff --git a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java index cec490160..c2071dce4 100644 --- a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/GraphicsSupport.java b/tool/src/org/antlr/v4/gui/GraphicsSupport.java index 9824cafdb..4aecbfca7 100644 --- a/tool/src/org/antlr/v4/gui/GraphicsSupport.java +++ b/tool/src/org/antlr/v4/gui/GraphicsSupport.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java index fd9a71b40..13a9f8ae9 100644 --- a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java +++ b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.gui; diff --git a/tool/src/org/antlr/v4/gui/PostScriptDocument.java b/tool/src/org/antlr/v4/gui/PostScriptDocument.java index 9f33bdffa..b247558ea 100644 --- a/tool/src/org/antlr/v4/gui/PostScriptDocument.java +++ b/tool/src/org/antlr/v4/gui/PostScriptDocument.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java index 35874212b..0a18c10fa 100644 --- a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TestRig.java b/tool/src/org/antlr/v4/gui/TestRig.java index 3a8f7b969..8240b314b 100644 --- a/tool/src/org/antlr/v4/gui/TestRig.java +++ b/tool/src/org/antlr/v4/gui/TestRig.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java index 2fe336165..88ecf68c7 100644 --- a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java +++ b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java index ddac5ae62..99f52f5a1 100644 --- a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java +++ b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeTextProvider.java b/tool/src/org/antlr/v4/gui/TreeTextProvider.java index 15a4b6d83..d32742a98 100644 --- a/tool/src/org/antlr/v4/gui/TreeTextProvider.java +++ b/tool/src/org/antlr/v4/gui/TreeTextProvider.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeViewer.java b/tool/src/org/antlr/v4/gui/TreeViewer.java index 6522a73a9..5227fc81d 100644 --- a/tool/src/org/antlr/v4/gui/TreeViewer.java +++ b/tool/src/org/antlr/v4/gui/TreeViewer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/Trees.java b/tool/src/org/antlr/v4/gui/Trees.java index bd6fa040f..3e63ab765 100644 --- a/tool/src/org/antlr/v4/gui/Trees.java +++ b/tool/src/org/antlr/v4/gui/Trees.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/CharSupport.java b/tool/src/org/antlr/v4/misc/CharSupport.java index d982f8bb3..69f846b06 100644 --- a/tool/src/org/antlr/v4/misc/CharSupport.java +++ b/tool/src/org/antlr/v4/misc/CharSupport.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/FrequencySet.java b/tool/src/org/antlr/v4/misc/FrequencySet.java index a8fa96518..b0a8c9ed5 100644 --- a/tool/src/org/antlr/v4/misc/FrequencySet.java +++ b/tool/src/org/antlr/v4/misc/FrequencySet.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Graph.java b/tool/src/org/antlr/v4/misc/Graph.java index c9daa5b49..05952ecc4 100644 --- a/tool/src/org/antlr/v4/misc/Graph.java +++ b/tool/src/org/antlr/v4/misc/Graph.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.misc; diff --git a/tool/src/org/antlr/v4/misc/MutableInt.java b/tool/src/org/antlr/v4/misc/MutableInt.java index fee7bf603..eef201818 100644 --- a/tool/src/org/antlr/v4/misc/MutableInt.java +++ b/tool/src/org/antlr/v4/misc/MutableInt.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/OrderedHashMap.java b/tool/src/org/antlr/v4/misc/OrderedHashMap.java index c8c4d9428..4a1a4c7f2 100644 --- a/tool/src/org/antlr/v4/misc/OrderedHashMap.java +++ b/tool/src/org/antlr/v4/misc/OrderedHashMap.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Utils.java b/tool/src/org/antlr/v4/misc/Utils.java index 858b1f809..308f78eea 100644 --- a/tool/src/org/antlr/v4/misc/Utils.java +++ b/tool/src/org/antlr/v4/misc/Utils.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java index 4c2c179b7..ea6088f74 100644 --- a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java +++ b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java index e5822187d..503f40106 100644 --- a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java +++ b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarToken.java b/tool/src/org/antlr/v4/parse/GrammarToken.java index 83f50824f..a6630aaee 100644 --- a/tool/src/org/antlr/v4/parse/GrammarToken.java +++ b/tool/src/org/antlr/v4/parse/GrammarToken.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java index 38efaae1d..9b98f3ede 100644 --- a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java +++ b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ScopeParser.java b/tool/src/org/antlr/v4/parse/ScopeParser.java index 42660a5e5..b5de5b62f 100644 --- a/tool/src/org/antlr/v4/parse/ScopeParser.java +++ b/tool/src/org/antlr/v4/parse/ScopeParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/TokenVocabParser.java b/tool/src/org/antlr/v4/parse/TokenVocabParser.java index e6fd2e720..55b22e5bb 100644 --- a/tool/src/org/antlr/v4/parse/TokenVocabParser.java +++ b/tool/src/org/antlr/v4/parse/TokenVocabParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java index c2a31e49e..11b025afc 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java index 05c6a0a49..b7d8173b3 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java index bb2b2495a..19fe9d64c 100644 --- a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java +++ b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v4ParserException.java b/tool/src/org/antlr/v4/parse/v4ParserException.java index b1ca8c6f4..84f037831 100644 --- a/tool/src/org/antlr/v4/parse/v4ParserException.java +++ b/tool/src/org/antlr/v4/parse/v4ParserException.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/ActionSniffer.java b/tool/src/org/antlr/v4/semantics/ActionSniffer.java index 37923801e..d51114d99 100644 --- a/tool/src/org/antlr/v4/semantics/ActionSniffer.java +++ b/tool/src/org/antlr/v4/semantics/ActionSniffer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/AttributeChecks.java b/tool/src/org/antlr/v4/semantics/AttributeChecks.java index ea3a383ce..5dbc704c7 100644 --- a/tool/src/org/antlr/v4/semantics/AttributeChecks.java +++ b/tool/src/org/antlr/v4/semantics/AttributeChecks.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java index c7274ff87..2a8ee49c0 100644 --- a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java +++ b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java index 68976cf59..e8575bb1f 100644 --- a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java +++ b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/RuleCollector.java b/tool/src/org/antlr/v4/semantics/RuleCollector.java index 37c228df8..f8545f60c 100644 --- a/tool/src/org/antlr/v4/semantics/RuleCollector.java +++ b/tool/src/org/antlr/v4/semantics/RuleCollector.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java index 157e581e6..9560d611f 100644 --- a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java +++ b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolChecks.java b/tool/src/org/antlr/v4/semantics/SymbolChecks.java index 9d26e6c2e..3935c972e 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolChecks.java +++ b/tool/src/org/antlr/v4/semantics/SymbolChecks.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolCollector.java b/tool/src/org/antlr/v4/semantics/SymbolCollector.java index c015f906e..7799bcb0f 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolCollector.java +++ b/tool/src/org/antlr/v4/semantics/SymbolCollector.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java index 672686bd0..95e041450 100644 --- a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java +++ b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRMessage.java b/tool/src/org/antlr/v4/tool/ANTLRMessage.java index bc9bdb30c..2e6e98e2a 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRMessage.java +++ b/tool/src/org/antlr/v4/tool/ANTLRMessage.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java index 6215b1b39..0f03bd5ee 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java +++ b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Alternative.java b/tool/src/org/antlr/v4/tool/Alternative.java index 832e95806..3833c86fe 100644 --- a/tool/src/org/antlr/v4/tool/Alternative.java +++ b/tool/src/org/antlr/v4/tool/Alternative.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Attribute.java b/tool/src/org/antlr/v4/tool/Attribute.java index ad768e027..e26f9206f 100644 --- a/tool/src/org/antlr/v4/tool/Attribute.java +++ b/tool/src/org/antlr/v4/tool/Attribute.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeDict.java b/tool/src/org/antlr/v4/tool/AttributeDict.java index 1bc42b1a0..fcaed077f 100644 --- a/tool/src/org/antlr/v4/tool/AttributeDict.java +++ b/tool/src/org/antlr/v4/tool/AttributeDict.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeResolver.java b/tool/src/org/antlr/v4/tool/AttributeResolver.java index efea6fe02..3019c2cf7 100644 --- a/tool/src/org/antlr/v4/tool/AttributeResolver.java +++ b/tool/src/org/antlr/v4/tool/AttributeResolver.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java index 7e2f74bde..7f8b734cb 100644 --- a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java +++ b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DOTGenerator.java b/tool/src/org/antlr/v4/tool/DOTGenerator.java index d453f56eb..6ae378fed 100644 --- a/tool/src/org/antlr/v4/tool/DOTGenerator.java +++ b/tool/src/org/antlr/v4/tool/DOTGenerator.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DefaultToolListener.java b/tool/src/org/antlr/v4/tool/DefaultToolListener.java index bbe34f1f9..264c80ad1 100644 --- a/tool/src/org/antlr/v4/tool/DefaultToolListener.java +++ b/tool/src/org/antlr/v4/tool/DefaultToolListener.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorManager.java b/tool/src/org/antlr/v4/tool/ErrorManager.java index 29e068a3c..762aa6cbc 100644 --- a/tool/src/org/antlr/v4/tool/ErrorManager.java +++ b/tool/src/org/antlr/v4/tool/ErrorManager.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorSeverity.java b/tool/src/org/antlr/v4/tool/ErrorSeverity.java index adb27d66a..a6c03c42a 100644 --- a/tool/src/org/antlr/v4/tool/ErrorSeverity.java +++ b/tool/src/org/antlr/v4/tool/ErrorSeverity.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index 19ea961a2..22d25ebc6 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/Grammar.java b/tool/src/org/antlr/v4/tool/Grammar.java index 4243b023e..68dd5f78b 100644 --- a/tool/src/org/antlr/v4/tool/Grammar.java +++ b/tool/src/org/antlr/v4/tool/Grammar.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java index 4a67da328..6c40fd35d 100644 --- a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java +++ b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java index f58f68a34..a9df17b7d 100644 --- a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java +++ b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.tool; diff --git a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java index 670c87cee..541fa0050 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java index fb45f6ca9..c9775c2af 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java index 88817e96f..21a5b88d5 100644 --- a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java +++ b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelElementPair.java b/tool/src/org/antlr/v4/tool/LabelElementPair.java index d96be1829..8aec00fe2 100644 --- a/tool/src/org/antlr/v4/tool/LabelElementPair.java +++ b/tool/src/org/antlr/v4/tool/LabelElementPair.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelType.java b/tool/src/org/antlr/v4/tool/LabelType.java index ad4f4c806..bae4d6ce4 100644 --- a/tool/src/org/antlr/v4/tool/LabelType.java +++ b/tool/src/org/antlr/v4/tool/LabelType.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java index 4f6eb9d4f..634715be8 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java index 551623e9e..1b1cdee95 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LexerGrammar.java b/tool/src/org/antlr/v4/tool/LexerGrammar.java index 1bbfc513e..bd6723381 100644 --- a/tool/src/org/antlr/v4/tool/LexerGrammar.java +++ b/tool/src/org/antlr/v4/tool/LexerGrammar.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Rule.java b/tool/src/org/antlr/v4/tool/Rule.java index 809d5b3ab..1a0a9231d 100644 --- a/tool/src/org/antlr/v4/tool/Rule.java +++ b/tool/src/org/antlr/v4/tool/Rule.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ToolMessage.java b/tool/src/org/antlr/v4/tool/ToolMessage.java index 4154ea6a3..28ea4164c 100644 --- a/tool/src/org/antlr/v4/tool/ToolMessage.java +++ b/tool/src/org/antlr/v4/tool/ToolMessage.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/ActionAST.java b/tool/src/org/antlr/v4/tool/ast/ActionAST.java index 796d1233a..91cc45f14 100644 --- a/tool/src/org/antlr/v4/tool/ast/ActionAST.java +++ b/tool/src/org/antlr/v4/tool/ast/ActionAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/AltAST.java b/tool/src/org/antlr/v4/tool/ast/AltAST.java index bd628bbc7..d0688a96d 100644 --- a/tool/src/org/antlr/v4/tool/ast/AltAST.java +++ b/tool/src/org/antlr/v4/tool/ast/AltAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/BlockAST.java b/tool/src/org/antlr/v4/tool/ast/BlockAST.java index c4f031f65..c72cc00a4 100644 --- a/tool/src/org/antlr/v4/tool/ast/BlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/BlockAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java index 8e9791cda..d63957e78 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java index 5ee740965..53c20607f 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java index 235ad2268..4e8c71196 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java index 893693137..af9f9b8df 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java index 1e410b33e..0173c2d16 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/NotAST.java b/tool/src/org/antlr/v4/tool/ast/NotAST.java index 187855f5a..154a299ad 100644 --- a/tool/src/org/antlr/v4/tool/ast/NotAST.java +++ b/tool/src/org/antlr/v4/tool/ast/NotAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java index d89692422..760c7025b 100644 --- a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java index e142ec4b0..104ea4314 100644 --- a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PredAST.java b/tool/src/org/antlr/v4/tool/ast/PredAST.java index 13dbf13df..0c3f98e1f 100644 --- a/tool/src/org/antlr/v4/tool/ast/PredAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PredAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java index 044363b9b..815da8ab1 100644 --- a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java +++ b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RangeAST.java b/tool/src/org/antlr/v4/tool/ast/RangeAST.java index 295e6100e..be81763c1 100644 --- a/tool/src/org/antlr/v4/tool/ast/RangeAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RangeAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleAST.java b/tool/src/org/antlr/v4/tool/ast/RuleAST.java index 3d337dbda..be313cd93 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java index ca1ab688a..20f0edcec 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java index 5900c0955..aba8a5c70 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/SetAST.java b/tool/src/org/antlr/v4/tool/ast/SetAST.java index 25a52d656..0ff69583d 100644 --- a/tool/src/org/antlr/v4/tool/ast/SetAST.java +++ b/tool/src/org/antlr/v4/tool/ast/SetAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java index 4ea65f4ca..4f80f9265 100644 --- a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java index 9bbb07556..369102278 100644 --- a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java +++ b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. - * Use is of this file is governed by the BSD 3-clause license that + * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ From 1b1a9862c4da857737c8a06e3fd3f6ceb6b9534c Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:42:22 -0800 Subject: [PATCH 19/20] contributors->authors --- LICENSE.txt | 2 +- antlr4-maven-plugin/nb-configuration.xml | 2 +- antlr4-maven-plugin/pom.xml | 2 +- .../resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 2 +- .../src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java | 2 +- .../src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java | 2 +- .../main/java/org/antlr/mojo/antlr4/GrammarDependencies.java | 2 +- .../src/main/java/org/antlr/mojo/antlr4/MojoUtils.java | 2 +- antlr4-maven-plugin/src/site/site.xml | 2 +- .../src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java | 2 +- antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importTokens/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml | 2 +- pom.xml | 2 +- runtime-testsuite-legacy/pom.xml | 2 +- .../src/org/antlr/v4/testgen/DescrGenerator.java | 2 +- .../src/org/antlr/v4/testgen/JavaEscapeStringMap.java | 2 +- .../src/org/antlr/v4/testgen/LinesStringMap.java | 2 +- .../src/org/antlr/v4/testgen/STGroupModelAdaptor.java | 2 +- .../src/org/antlr/v4/testgen/StrlenStringMap.java | 2 +- .../src/org/antlr/v4/testgen/TestGenerator.java | 2 +- runtime-testsuite/annotations/pom.xml | 2 +- .../src/org/antlr/v4/test/runtime/CommentHasStringValue.java | 2 +- runtime-testsuite/pom.xml | 2 +- runtime-testsuite/processors/pom.xml | 2 +- .../antlr/v4/test/runtime/CommentHasStringValueProcessor.java | 2 +- .../antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java | 2 +- .../v4/test/runtime/BaseCompositeParserTestDescriptor.java | 2 +- .../v4/test/runtime/BaseDiagnosticParserTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java | 2 +- .../org/antlr/v4/test/runtime/BaseParserTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/BaseRuntimeTest.java | 2 +- .../org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/ErrorQueue.java | 2 +- .../test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/RuntimeTestSupport.java | 2 +- .../org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/csharp/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestVisitors.java | 2 +- .../v4/test/runtime/descriptors/CompositeLexersDescriptors.java | 2 +- .../test/runtime/descriptors/CompositeParsersDescriptors.java | 2 +- .../test/runtime/descriptors/FullContextParsingDescriptors.java | 2 +- .../v4/test/runtime/descriptors/LeftRecursionDescriptors.java | 2 +- .../v4/test/runtime/descriptors/LexerErrorsDescriptors.java | 2 +- .../antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java | 2 +- .../antlr/v4/test/runtime/descriptors/ListenersDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParseTreesDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParserErrorsDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParserExecDescriptors.java | 2 +- .../v4/test/runtime/descriptors/PerformanceDescriptors.java | 2 +- .../test/runtime/descriptors/SemPredEvalLexerDescriptors.java | 2 +- .../test/runtime/descriptors/SemPredEvalParserDescriptors.java | 2 +- .../org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java | 2 +- .../antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/BaseGoTest.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/go/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestPerformance.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/BaseJavaTest.java | 2 +- .../org/antlr/v4/test/runtime/java/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/java/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/java/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/browser/BaseBrowserTest.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java | 2 +- .../v4/test/runtime/javascript/chrome/SharedWebDriver.java | 2 +- .../v4/test/runtime/javascript/chrome/TestCompositeLexers.java | 2 +- .../v4/test/runtime/javascript/chrome/TestCompositeParsers.java | 2 +- .../test/runtime/javascript/chrome/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/chrome/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/chrome/TestLexerErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestListeners.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/chrome/TestParserErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/chrome/TestPerformance.java | 2 +- .../v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/chrome/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/chrome/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/explorer/BaseExplorerTest.java | 2 +- .../test/runtime/javascript/explorer/TestCompositeLexers.java | 2 +- .../test/runtime/javascript/explorer/TestCompositeParsers.java | 2 +- .../runtime/javascript/explorer/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/explorer/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/explorer/TestLexerErrors.java | 2 +- .../v4/test/runtime/javascript/explorer/TestLexerExec.java | 2 +- .../v4/test/runtime/javascript/explorer/TestListeners.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/explorer/TestPerformance.java | 2 +- .../test/runtime/javascript/explorer/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/explorer/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/explorer/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/explorer/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/firefox/BaseFirefoxTest.java | 2 +- .../v4/test/runtime/javascript/firefox/SharedWebDriver.java | 2 +- .../v4/test/runtime/javascript/firefox/TestCompositeLexers.java | 2 +- .../test/runtime/javascript/firefox/TestCompositeParsers.java | 2 +- .../test/runtime/javascript/firefox/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/firefox/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/firefox/TestLexerErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java | 2 +- .../antlr/v4/test/runtime/javascript/firefox/TestListeners.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/firefox/TestPerformance.java | 2 +- .../test/runtime/javascript/firefox/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/firefox/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/firefox/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/firefox/TestVisitors.java | 2 +- .../org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java | 2 +- .../v4/test/runtime/javascript/node/TestCompositeLexers.java | 2 +- .../v4/test/runtime/javascript/node/TestCompositeParsers.java | 2 +- .../v4/test/runtime/javascript/node/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/node/TestLeftRecursion.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestLexerErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestLexerExec.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestListeners.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestParseTrees.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestParserErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestParserExec.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestPerformance.java | 2 +- .../v4/test/runtime/javascript/node/TestSemPredEvalLexer.java | 2 +- .../v4/test/runtime/javascript/node/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/node/TestSets.java | 2 +- .../org/antlr/v4/test/runtime/javascript/node/TestVisitors.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java | 2 +- .../v4/test/runtime/javascript/safari/SharedWebDriver.java | 2 +- .../v4/test/runtime/javascript/safari/TestCompositeLexers.java | 2 +- .../v4/test/runtime/javascript/safari/TestCompositeParsers.java | 2 +- .../test/runtime/javascript/safari/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/safari/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/safari/TestLexerErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestLexerExec.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestListeners.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/safari/TestParserErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/safari/TestPerformance.java | 2 +- .../v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/safari/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/safari/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/python/BasePythonTest.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/BasePython2Test.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/python2/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/python2/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/BasePython3Test.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/python3/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/python3/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestVisitors.java | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RecognitionException.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs | 2 +- .../Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs | 2 +- .../Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs | 2 +- runtime/Cpp/demo/Linux/main.cpp | 2 +- runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp | 2 +- runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRErrorListener.h | 2 +- runtime/Cpp/runtime/src/ANTLRErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.h | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.h | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.cpp | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.h | 2 +- runtime/Cpp/runtime/src/BufferedTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/BufferedTokenStream.h | 2 +- runtime/Cpp/runtime/src/CharStream.cpp | 2 +- runtime/Cpp/runtime/src/CharStream.h | 2 +- runtime/Cpp/runtime/src/CommonToken.cpp | 2 +- runtime/Cpp/runtime/src/CommonToken.h | 2 +- runtime/Cpp/runtime/src/CommonTokenFactory.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenFactory.h | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.h | 2 +- runtime/Cpp/runtime/src/ConsoleErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/ConsoleErrorListener.h | 2 +- runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp | 2 +- runtime/Cpp/runtime/src/DefaultErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/DiagnosticErrorListener.h | 2 +- runtime/Cpp/runtime/src/Exceptions.cpp | 2 +- runtime/Cpp/runtime/src/Exceptions.h | 2 +- runtime/Cpp/runtime/src/FailedPredicateException.cpp | 2 +- runtime/Cpp/runtime/src/FailedPredicateException.h | 2 +- runtime/Cpp/runtime/src/IRecognizer.h | 2 +- runtime/Cpp/runtime/src/InputMismatchException.cpp | 2 +- runtime/Cpp/runtime/src/InputMismatchException.h | 2 +- runtime/Cpp/runtime/src/IntStream.cpp | 2 +- runtime/Cpp/runtime/src/IntStream.h | 2 +- runtime/Cpp/runtime/src/InterpreterRuleContext.cpp | 2 +- runtime/Cpp/runtime/src/InterpreterRuleContext.h | 2 +- runtime/Cpp/runtime/src/Lexer.cpp | 2 +- runtime/Cpp/runtime/src/Lexer.h | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.cpp | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.h | 2 +- runtime/Cpp/runtime/src/LexerNoViableAltException.cpp | 2 +- runtime/Cpp/runtime/src/LexerNoViableAltException.h | 2 +- runtime/Cpp/runtime/src/ListTokenSource.cpp | 2 +- runtime/Cpp/runtime/src/ListTokenSource.h | 2 +- runtime/Cpp/runtime/src/NoViableAltException.cpp | 2 +- runtime/Cpp/runtime/src/NoViableAltException.h | 2 +- runtime/Cpp/runtime/src/Parser.cpp | 2 +- runtime/Cpp/runtime/src/Parser.h | 2 +- runtime/Cpp/runtime/src/ParserInterpreter.cpp | 2 +- runtime/Cpp/runtime/src/ParserInterpreter.h | 2 +- runtime/Cpp/runtime/src/ParserRuleContext.cpp | 2 +- runtime/Cpp/runtime/src/ParserRuleContext.h | 2 +- runtime/Cpp/runtime/src/ProxyErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/ProxyErrorListener.h | 2 +- runtime/Cpp/runtime/src/RecognitionException.cpp | 2 +- runtime/Cpp/runtime/src/RecognitionException.h | 2 +- runtime/Cpp/runtime/src/Recognizer.cpp | 2 +- runtime/Cpp/runtime/src/Recognizer.h | 2 +- runtime/Cpp/runtime/src/RuleContext.cpp | 2 +- runtime/Cpp/runtime/src/RuleContext.h | 2 +- runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp | 2 +- runtime/Cpp/runtime/src/RuleContextWithAltNum.h | 2 +- runtime/Cpp/runtime/src/RuntimeMetaData.cpp | 2 +- runtime/Cpp/runtime/src/RuntimeMetaData.h | 2 +- runtime/Cpp/runtime/src/Token.h | 2 +- runtime/Cpp/runtime/src/TokenFactory.h | 2 +- runtime/Cpp/runtime/src/TokenSource.h | 2 +- runtime/Cpp/runtime/src/TokenStream.cpp | 2 +- runtime/Cpp/runtime/src/TokenStream.h | 2 +- runtime/Cpp/runtime/src/TokenStreamRewriter.cpp | 2 +- runtime/Cpp/runtime/src/TokenStreamRewriter.h | 2 +- runtime/Cpp/runtime/src/UnbufferedCharStream.cpp | 2 +- runtime/Cpp/runtime/src/UnbufferedCharStream.h | 2 +- runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/UnbufferedTokenStream.h | 2 +- runtime/Cpp/runtime/src/Vocabulary.cpp | 2 +- runtime/Cpp/runtime/src/Vocabulary.h | 2 +- runtime/Cpp/runtime/src/WritableToken.h | 2 +- runtime/Cpp/runtime/src/antlr4-common.h | 2 +- runtime/Cpp/runtime/src/antlr4-runtime.h | 2 +- runtime/Cpp/runtime/src/atn/ATN.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATN.h | 2 +- runtime/Cpp/runtime/src/atn/ATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNConfig.h | 2 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.h | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializer.h | 2 +- runtime/Cpp/runtime/src/atn/ATNSerializer.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSerializer.h | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/ATNState.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNState.h | 2 +- runtime/Cpp/runtime/src/atn/ATNType.h | 2 +- runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/ActionTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/ActionTransition.h | 2 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.h | 2 +- runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/AtomTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/AtomTransition.h | 2 +- runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BasicBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/BasicState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BasicState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.h | 2 +- runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/EpsilonTransition.h | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp | 2 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.h | 2 +- runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerATNConfig.h | 2 +- runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/LexerAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerActionExecutor.h | 2 +- runtime/Cpp/runtime/src/atn/LexerActionType.h | 2 +- runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerChannelAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerCustomAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerMoreAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerPopModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerPushModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerSkipAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerTypeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.h | 2 +- runtime/Cpp/runtime/src/atn/NotSetTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/NotSetTransition.h | 2 +- runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp | 2 +- runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.h | 2 +- runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ParserATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/PlusBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp | 2 +- runtime/Cpp/runtime/src/atn/PlusLoopbackState.h | 2 +- runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h | 2 +- runtime/Cpp/runtime/src/atn/PredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/PredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/PredictionMode.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredictionMode.h | 2 +- runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/RangeTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RangeTransition.h | 2 +- runtime/Cpp/runtime/src/atn/RuleStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStartState.h | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.h | 2 +- runtime/Cpp/runtime/src/atn/RuleTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleTransition.h | 2 +- runtime/Cpp/runtime/src/atn/SemanticContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/SemanticContext.h | 2 +- runtime/Cpp/runtime/src/atn/SetTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/SetTransition.h | 2 +- runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarLoopEntryState.h | 2 +- runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarLoopbackState.h | 2 +- runtime/Cpp/runtime/src/atn/TokensStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/TokensStartState.h | 2 +- runtime/Cpp/runtime/src/atn/Transition.cpp | 2 +- runtime/Cpp/runtime/src/atn/Transition.h | 2 +- runtime/Cpp/runtime/src/atn/WildcardTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/WildcardTransition.h | 2 +- runtime/Cpp/runtime/src/dfa/DFA.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFA.h | 2 +- runtime/Cpp/runtime/src/dfa/DFASerializer.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFASerializer.h | 2 +- runtime/Cpp/runtime/src/dfa/DFAState.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFAState.h | 2 +- runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp | 2 +- runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h | 2 +- runtime/Cpp/runtime/src/misc/Interval.cpp | 2 +- runtime/Cpp/runtime/src/misc/Interval.h | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.cpp | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.h | 2 +- runtime/Cpp/runtime/src/misc/MurmurHash.cpp | 2 +- runtime/Cpp/runtime/src/misc/MurmurHash.h | 2 +- runtime/Cpp/runtime/src/misc/Predicate.h | 2 +- runtime/Cpp/runtime/src/support/Any.h | 2 +- runtime/Cpp/runtime/src/support/Arrays.cpp | 2 +- runtime/Cpp/runtime/src/support/Arrays.h | 2 +- runtime/Cpp/runtime/src/support/BitSet.h | 2 +- runtime/Cpp/runtime/src/support/CPPUtils.cpp | 2 +- runtime/Cpp/runtime/src/support/CPPUtils.h | 2 +- runtime/Cpp/runtime/src/support/Declarations.h | 2 +- runtime/Cpp/runtime/src/support/StringUtils.cpp | 2 +- runtime/Cpp/runtime/src/support/StringUtils.h | 2 +- runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h | 2 +- runtime/Cpp/runtime/src/tree/ErrorNode.h | 2 +- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp | 2 +- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.cpp | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeListener.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeProperty.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeWalker.h | 2 +- runtime/Cpp/runtime/src/tree/TerminalNode.h | 2 +- runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp | 2 +- runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/Trees.cpp | 2 +- runtime/Cpp/runtime/src/tree/Trees.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/Chunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h | 2 +- .../Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TagChunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TextChunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h | 2 +- .../Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h | 2 +- .../Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp | 2 +- .../Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h | 2 +- runtime/Go/antlr/atn.go | 2 +- runtime/Go/antlr/atn_config.go | 2 +- runtime/Go/antlr/atn_config_set.go | 2 +- runtime/Go/antlr/atn_deserialization_options.go | 2 +- runtime/Go/antlr/atn_deserializer.go | 2 +- runtime/Go/antlr/atn_simulator.go | 2 +- runtime/Go/antlr/atn_state.go | 2 +- runtime/Go/antlr/atn_type.go | 2 +- runtime/Go/antlr/char_stream.go | 2 +- runtime/Go/antlr/common_token_factory.go | 2 +- runtime/Go/antlr/common_token_stream.go | 2 +- runtime/Go/antlr/dfa.go | 2 +- runtime/Go/antlr/dfa_serializer.go | 2 +- runtime/Go/antlr/dfa_state.go | 2 +- runtime/Go/antlr/diagnostic_error_listener.go | 2 +- runtime/Go/antlr/error_listener.go | 2 +- runtime/Go/antlr/error_strategy.go | 2 +- runtime/Go/antlr/errors.go | 2 +- runtime/Go/antlr/file_stream.go | 2 +- runtime/Go/antlr/input_stream.go | 2 +- runtime/Go/antlr/int_stream.go | 2 +- runtime/Go/antlr/interval_set.go | 2 +- runtime/Go/antlr/lexer.go | 2 +- runtime/Go/antlr/lexer_action.go | 2 +- runtime/Go/antlr/lexer_action_executor.go | 2 +- runtime/Go/antlr/lexer_atn_simulator.go | 2 +- runtime/Go/antlr/ll1_analyzer.go | 2 +- runtime/Go/antlr/parser.go | 2 +- runtime/Go/antlr/parser_atn_simulator.go | 2 +- runtime/Go/antlr/parser_rule_context.go | 2 +- runtime/Go/antlr/prediction_context.go | 2 +- runtime/Go/antlr/prediction_mode.go | 2 +- runtime/Go/antlr/recognizer.go | 2 +- runtime/Go/antlr/rule_context.go | 2 +- runtime/Go/antlr/semantic_context.go | 2 +- runtime/Go/antlr/token.go | 2 +- runtime/Go/antlr/token_source.go | 2 +- runtime/Go/antlr/token_stream.go | 2 +- runtime/Go/antlr/trace_listener.go | 2 +- runtime/Go/antlr/transition.go | 2 +- runtime/Go/antlr/tree.go | 2 +- runtime/Go/antlr/trees.go | 2 +- runtime/Go/antlr/utils.go | 2 +- runtime/Java/nb-configuration.xml | 2 +- runtime/Java/pom.xml | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CharStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java | 2 +- .../Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/FailedPredicateException.java | 2 +- .../Java/src/org/antlr/v4/runtime/InputMismatchException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/IntStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Lexer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java | 2 +- .../src/org/antlr/v4/runtime/LexerNoViableAltException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Parser.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Recognizer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/RuleContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Token.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenSource.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/WritableToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java | 2 +- .../src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java | 2 +- .../org/antlr/v4/runtime/atn/AbstractPredicateTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java | 2 +- .../src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java | 2 +- .../src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java | 2 +- .../src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java | 2 +- .../src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java | 2 +- .../org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PredictionContext.java | 2 +- .../src/org/antlr/v4/runtime/atn/PredictionContextCache.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java | 2 +- .../src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java | 2 +- .../org/antlr/v4/runtime/atn/SingletonPredictionContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java | 2 +- .../Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java | 2 +- .../org/antlr/v4/runtime/misc/AbstractEqualityComparator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java | 2 +- .../Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java | 2 +- .../src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java | 2 +- .../org/antlr/v4/runtime/misc/ParseCancellationException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java | 2 +- .../src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java | 2 +- .../src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java | 2 +- .../antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java | 2 +- .../src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java | 2 +- .../src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java | 2 +- .../v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java | 2 +- .../org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java | 2 +- runtime/JavaScript/src/antlr4/BufferedTokenStream.js | 2 +- runtime/JavaScript/src/antlr4/CommonTokenFactory.js | 2 +- runtime/JavaScript/src/antlr4/CommonTokenStream.js | 2 +- runtime/JavaScript/src/antlr4/FileStream.js | 2 +- runtime/JavaScript/src/antlr4/InputStream.js | 2 +- runtime/JavaScript/src/antlr4/IntervalSet.js | 2 +- runtime/JavaScript/src/antlr4/LL1Analyzer.js | 2 +- runtime/JavaScript/src/antlr4/Lexer.js | 2 +- runtime/JavaScript/src/antlr4/Parser.js | 2 +- runtime/JavaScript/src/antlr4/ParserRuleContext.js | 2 +- runtime/JavaScript/src/antlr4/PredictionContext.js | 2 +- runtime/JavaScript/src/antlr4/Recognizer.js | 2 +- runtime/JavaScript/src/antlr4/RuleContext.js | 2 +- runtime/JavaScript/src/antlr4/Token.js | 2 +- runtime/JavaScript/src/antlr4/Utils.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATN.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNConfig.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNState.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNType.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerAction.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js | 2 +- runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/PredictionMode.js | 2 +- runtime/JavaScript/src/antlr4/atn/SemanticContext.js | 2 +- runtime/JavaScript/src/antlr4/atn/Transition.js | 2 +- runtime/JavaScript/src/antlr4/atn/index.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFA.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFASerializer.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFAState.js | 2 +- runtime/JavaScript/src/antlr4/dfa/index.js | 2 +- runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js | 2 +- runtime/JavaScript/src/antlr4/error/ErrorListener.js | 2 +- runtime/JavaScript/src/antlr4/error/ErrorStrategy.js | 2 +- runtime/JavaScript/src/antlr4/error/Errors.js | 2 +- runtime/JavaScript/src/antlr4/error/index.js | 2 +- runtime/JavaScript/src/antlr4/index.js | 2 +- runtime/JavaScript/src/antlr4/tree/Tree.js | 2 +- runtime/JavaScript/src/antlr4/tree/Trees.js | 2 +- runtime/JavaScript/src/antlr4/tree/index.js | 2 +- runtime/Python2/src/antlr4/BufferedTokenStream.py | 2 +- runtime/Python2/src/antlr4/CommonTokenFactory.py | 2 +- runtime/Python2/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python2/src/antlr4/FileStream.py | 2 +- runtime/Python2/src/antlr4/InputStream.py | 2 +- runtime/Python2/src/antlr4/IntervalSet.py | 2 +- runtime/Python2/src/antlr4/LL1Analyzer.py | 2 +- runtime/Python2/src/antlr4/Lexer.py | 2 +- runtime/Python2/src/antlr4/ListTokenSource.py | 2 +- runtime/Python2/src/antlr4/Parser.py | 2 +- runtime/Python2/src/antlr4/ParserInterpreter.py | 2 +- runtime/Python2/src/antlr4/ParserRuleContext.py | 2 +- runtime/Python2/src/antlr4/PredictionContext.py | 2 +- runtime/Python2/src/antlr4/Recognizer.py | 2 +- runtime/Python2/src/antlr4/RuleContext.py | 2 +- runtime/Python2/src/antlr4/StdinStream.py | 2 +- runtime/Python2/src/antlr4/Token.py | 2 +- runtime/Python2/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python2/src/antlr4/Utils.py | 2 +- runtime/Python2/src/antlr4/atn/ATN.py | 2 +- runtime/Python2/src/antlr4/atn/ATNConfig.py | 2 +- runtime/Python2/src/antlr4/atn/ATNConfigSet.py | 2 +- runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py | 2 +- runtime/Python2/src/antlr4/atn/ATNDeserializer.py | 2 +- runtime/Python2/src/antlr4/atn/ATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/ATNState.py | 2 +- runtime/Python2/src/antlr4/atn/ATNType.py | 2 +- runtime/Python2/src/antlr4/atn/LexerATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/LexerAction.py | 2 +- runtime/Python2/src/antlr4/atn/LexerActionExecutor.py | 2 +- runtime/Python2/src/antlr4/atn/ParserATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/PredictionMode.py | 2 +- runtime/Python2/src/antlr4/atn/SemanticContext.py | 2 +- runtime/Python2/src/antlr4/atn/Transition.py | 2 +- runtime/Python2/src/antlr4/dfa/DFA.py | 2 +- runtime/Python2/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python2/src/antlr4/dfa/DFAState.py | 2 +- runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py | 2 +- runtime/Python2/src/antlr4/error/ErrorListener.py | 2 +- runtime/Python2/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python2/src/antlr4/error/Errors.py | 2 +- runtime/Python2/src/antlr4/tree/Chunk.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreeMatch.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreePattern.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py | 2 +- runtime/Python2/src/antlr4/tree/RuleTagToken.py | 2 +- runtime/Python2/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python2/src/antlr4/tree/Tree.py | 2 +- runtime/Python2/src/antlr4/tree/Trees.py | 2 +- runtime/Python2/src/antlr4/xpath/XPath.py | 2 +- runtime/Python2/tests/TestTokenStreamRewriter.py | 2 +- runtime/Python3/src/antlr4/BufferedTokenStream.py | 2 +- runtime/Python3/src/antlr4/CommonTokenFactory.py | 2 +- runtime/Python3/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python3/src/antlr4/FileStream.py | 2 +- runtime/Python3/src/antlr4/InputStream.py | 2 +- runtime/Python3/src/antlr4/IntervalSet.py | 2 +- runtime/Python3/src/antlr4/LL1Analyzer.py | 2 +- runtime/Python3/src/antlr4/Lexer.py | 2 +- runtime/Python3/src/antlr4/ListTokenSource.py | 2 +- runtime/Python3/src/antlr4/Parser.py | 2 +- runtime/Python3/src/antlr4/ParserInterpreter.py | 2 +- runtime/Python3/src/antlr4/ParserRuleContext.py | 2 +- runtime/Python3/src/antlr4/PredictionContext.py | 2 +- runtime/Python3/src/antlr4/Recognizer.py | 2 +- runtime/Python3/src/antlr4/RuleContext.py | 2 +- runtime/Python3/src/antlr4/Token.py | 2 +- runtime/Python3/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python3/src/antlr4/Utils.py | 2 +- runtime/Python3/src/antlr4/atn/ATN.py | 2 +- runtime/Python3/src/antlr4/atn/ATNConfig.py | 2 +- runtime/Python3/src/antlr4/atn/ATNConfigSet.py | 2 +- runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py | 2 +- runtime/Python3/src/antlr4/atn/ATNDeserializer.py | 2 +- runtime/Python3/src/antlr4/atn/ATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/ATNState.py | 2 +- runtime/Python3/src/antlr4/atn/ATNType.py | 2 +- runtime/Python3/src/antlr4/atn/LexerATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/LexerAction.py | 2 +- runtime/Python3/src/antlr4/atn/LexerActionExecutor.py | 2 +- runtime/Python3/src/antlr4/atn/ParserATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/PredictionMode.py | 2 +- runtime/Python3/src/antlr4/atn/SemanticContext.py | 2 +- runtime/Python3/src/antlr4/atn/Transition.py | 2 +- runtime/Python3/src/antlr4/dfa/DFA.py | 2 +- runtime/Python3/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python3/src/antlr4/dfa/DFAState.py | 2 +- runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py | 2 +- runtime/Python3/src/antlr4/error/ErrorListener.py | 2 +- runtime/Python3/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python3/src/antlr4/error/Errors.py | 2 +- runtime/Python3/src/antlr4/tree/Chunk.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreeMatch.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreePattern.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py | 2 +- runtime/Python3/src/antlr4/tree/RuleTagToken.py | 2 +- runtime/Python3/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python3/src/antlr4/tree/Tree.py | 2 +- runtime/Python3/src/antlr4/tree/Trees.py | 2 +- runtime/Python3/src/antlr4/xpath/XPath.py | 2 +- runtime/Python3/test/ctest.py | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/InputMismatchException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/NoViableAltException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/RecognitionException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift | 2 +- .../org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift | 2 +- .../org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift | 2 +- .../org/antlr/v4/runtime/atn/ArrayPredictionContext.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift | 2 +- .../org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift | 2 +- .../org/antlr/v4/runtime/atn/EmptyPredictionContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift | 2 +- .../org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift | 2 +- .../antlr/v4/runtime/atn/PrecedencePredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift | 2 +- .../org/antlr/v4/runtime/atn/PredictionContextCache.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift | 2 +- .../org/antlr/v4/runtime/atn/SingletonPredictionContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift | 2 +- .../org/antlr/v4/runtime/misc/exception/ANTLRException.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/ArrayExtension.swift | 2 +- .../antlr/v4/runtime/misc/extension/CharacterExtension.swift | 2 +- .../antlr/v4/runtime/misc/extension/IntStreamExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/StirngExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/TokenExtension.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift | 2 +- .../org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift | 2 +- .../antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift | 2 +- runtime/Swift/Antlr4Tests/Antlr4Tests.swift | 2 +- runtime/Swift/Antlr4Tests/BaseTest.swift | 2 +- runtime/Swift/Antlr4Tests/HashMapTest.swift | 2 +- tool-testsuite/pom.xml | 2 +- .../test/org/antlr/v4/test/tool/BaseJavaToolTest.java | 2 +- .../org/antlr/v4/test/tool/InterpreterTreeTextProvider.java | 2 +- .../test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java | 2 +- .../org/antlr/v4/test/tool/ParserInterpreterForTesting.java | 2 +- .../test/org/antlr/v4/test/tool/TestASTStructure.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNConstruction.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNDeserialization.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNParserPrediction.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNSerialization.java | 2 +- .../test/org/antlr/v4/test/tool/TestActionSplitter.java | 2 +- .../test/org/antlr/v4/test/tool/TestActionTranslation.java | 2 +- .../test/org/antlr/v4/test/tool/TestAmbigParseTrees.java | 2 +- .../test/org/antlr/v4/test/tool/TestAttributeChecks.java | 2 +- .../test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java | 2 +- .../test/org/antlr/v4/test/tool/TestBufferedTokenStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestCodeGeneration.java | 2 +- .../test/org/antlr/v4/test/tool/TestCommonTokenStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestCompositeGrammars.java | 2 +- .../test/org/antlr/v4/test/tool/TestDollarParser.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java | 2 +- .../org/antlr/v4/test/tool/TestGrammarParserInterpreter.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java | 2 +- .../org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java | 2 +- .../test/org/antlr/v4/test/tool/TestLexerActions.java | 2 +- .../test/org/antlr/v4/test/tool/TestLookaheadTrees.java | 2 +- .../test/org/antlr/v4/test/tool/TestParseTreeMatcher.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/tool/TestParserInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestParserProfiler.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java | 2 +- .../test/org/antlr/v4/test/tool/TestScopeParsing.java | 2 +- .../test/org/antlr/v4/test/tool/TestSymbolIssues.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenPositionOptions.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java | 2 +- .../test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java | 2 +- .../test/org/antlr/v4/test/tool/TestTopologicalSort.java | 2 +- .../test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java | 2 +- tool/nb-configuration.xml | 2 +- tool/pom.xml | 2 +- tool/src/org/antlr/v4/Tool.java | 2 +- tool/src/org/antlr/v4/analysis/AnalysisPipeline.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java | 2 +- .../src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java | 2 +- tool/src/org/antlr/v4/automata/ATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/ATNOptimizer.java | 2 +- tool/src/org/antlr/v4/automata/ATNPrinter.java | 2 +- tool/src/org/antlr/v4/automata/ATNVisitor.java | 2 +- tool/src/org/antlr/v4/automata/LexerATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/ParserATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/TailEpsilonRemover.java | 2 +- tool/src/org/antlr/v4/codegen/ActionTranslator.java | 2 +- tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGenPipeline.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGenerator.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java | 2 +- tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/LexerFactory.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelController.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelWalker.java | 2 +- tool/src/org/antlr/v4/codegen/ParserFactory.java | 2 +- tool/src/org/antlr/v4/codegen/Target.java | 2 +- tool/src/org/antlr/v4/codegen/Wildcard.java | 2 +- tool/src/org/antlr/v4/codegen/model/Action.java | 2 +- tool/src/org/antlr/v4/codegen/model/AddToLabelList.java | 2 +- tool/src/org/antlr/v4/codegen/model/AltBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/ArgAction.java | 2 +- tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java | 2 +- tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java | 2 +- tool/src/org/antlr/v4/codegen/model/Choice.java | 2 +- tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java | 2 +- .../org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/DispatchMethod.java | 2 +- .../org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java | 2 +- tool/src/org/antlr/v4/codegen/model/ExceptionClause.java | 2 +- tool/src/org/antlr/v4/codegen/model/InvokeRule.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1Choice.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1Loop.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java | 2 +- .../org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/LabeledOp.java | 2 +- .../org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/Lexer.java | 2 +- tool/src/org/antlr/v4/codegen/model/LexerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java | 2 +- tool/src/org/antlr/v4/codegen/model/ListenerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/Loop.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchNotSet.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchSet.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchToken.java | 2 +- tool/src/org/antlr/v4/codegen/model/ModelElement.java | 2 +- tool/src/org/antlr/v4/codegen/model/OptionalBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/OutputFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/OutputModelObject.java | 2 +- tool/src/org/antlr/v4/codegen/model/Parser.java | 2 +- tool/src/org/antlr/v4/codegen/model/ParserFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/PlusBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/Recognizer.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleElement.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/SemPred.java | 2 +- tool/src/org/antlr/v4/codegen/model/SerializedATN.java | 2 +- tool/src/org/antlr/v4/codegen/model/SrcOp.java | 2 +- tool/src/org/antlr/v4/codegen/model/StarBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/Sync.java | 2 +- tool/src/org/antlr/v4/codegen/model/TestSetInline.java | 2 +- .../src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java | 2 +- tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java | 2 +- .../org/antlr/v4/codegen/model/ThrowRecognitionException.java | 2 +- tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java | 2 +- tool/src/org/antlr/v4/codegen/model/VisitorFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java | 2 +- .../org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java | 2 +- .../antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java | 2 +- .../org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java | 2 +- .../org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java | 2 +- .../org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java | 2 +- .../antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java | 2 +- .../v4/codegen/model/chunk/ThisRulePropertyRef_parser.java | 2 +- .../antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java | 2 +- .../antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java | 2 +- .../antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/dbg.java | 2 +- .../src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java | 2 +- .../org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java | 2 +- .../antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java | 2 +- .../v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java | 2 +- .../org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java | 2 +- .../antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java | 2 +- .../codegen/model/decl/ContextTokenListIndexedGetterDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/Decl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java | 2 +- .../org/antlr/v4/codegen/model/decl/RuleContextListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java | 2 +- tool/src/org/antlr/v4/codegen/target/CSharpTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/CppTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/GoTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/JavaTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/Python2Target.java | 2 +- tool/src/org/antlr/v4/codegen/target/Python3Target.java | 2 +- tool/src/org/antlr/v4/codegen/target/SwiftTarget.java | 2 +- tool/src/org/antlr/v4/gui/BasicFontMetrics.java | 2 +- tool/src/org/antlr/v4/gui/GraphicsSupport.java | 2 +- tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java | 2 +- tool/src/org/antlr/v4/gui/PostScriptDocument.java | 2 +- tool/src/org/antlr/v4/gui/SystemFontMetrics.java | 2 +- tool/src/org/antlr/v4/gui/TestRig.java | 2 +- tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java | 2 +- tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java | 2 +- tool/src/org/antlr/v4/gui/TreeTextProvider.java | 2 +- tool/src/org/antlr/v4/gui/TreeViewer.java | 2 +- tool/src/org/antlr/v4/gui/Trees.java | 2 +- tool/src/org/antlr/v4/misc/CharSupport.java | 2 +- tool/src/org/antlr/v4/misc/FrequencySet.java | 2 +- tool/src/org/antlr/v4/misc/Graph.java | 2 +- tool/src/org/antlr/v4/misc/MutableInt.java | 2 +- tool/src/org/antlr/v4/misc/OrderedHashMap.java | 2 +- tool/src/org/antlr/v4/misc/Utils.java | 2 +- tool/src/org/antlr/v4/parse/ActionSplitterListener.java | 2 +- tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java | 2 +- tool/src/org/antlr/v4/parse/GrammarToken.java | 2 +- tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java | 2 +- tool/src/org/antlr/v4/parse/ScopeParser.java | 2 +- tool/src/org/antlr/v4/parse/TokenVocabParser.java | 2 +- tool/src/org/antlr/v4/parse/ToolANTLRLexer.java | 2 +- tool/src/org/antlr/v4/parse/ToolANTLRParser.java | 2 +- tool/src/org/antlr/v4/parse/v3TreeGrammarException.java | 2 +- tool/src/org/antlr/v4/parse/v4ParserException.java | 2 +- tool/src/org/antlr/v4/semantics/ActionSniffer.java | 2 +- tool/src/org/antlr/v4/semantics/AttributeChecks.java | 2 +- tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java | 2 +- .../src/org/antlr/v4/semantics/BlankActionSplitterListener.java | 2 +- tool/src/org/antlr/v4/semantics/RuleCollector.java | 2 +- tool/src/org/antlr/v4/semantics/SemanticPipeline.java | 2 +- tool/src/org/antlr/v4/semantics/SymbolChecks.java | 2 +- tool/src/org/antlr/v4/semantics/SymbolCollector.java | 2 +- tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java | 2 +- tool/src/org/antlr/v4/tool/ANTLRMessage.java | 2 +- tool/src/org/antlr/v4/tool/ANTLRToolListener.java | 2 +- tool/src/org/antlr/v4/tool/Alternative.java | 2 +- tool/src/org/antlr/v4/tool/Attribute.java | 2 +- tool/src/org/antlr/v4/tool/AttributeDict.java | 2 +- tool/src/org/antlr/v4/tool/AttributeResolver.java | 2 +- tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java | 2 +- tool/src/org/antlr/v4/tool/DOTGenerator.java | 2 +- tool/src/org/antlr/v4/tool/DefaultToolListener.java | 2 +- tool/src/org/antlr/v4/tool/ErrorManager.java | 2 +- tool/src/org/antlr/v4/tool/ErrorSeverity.java | 2 +- tool/src/org/antlr/v4/tool/ErrorType.java | 2 +- tool/src/org/antlr/v4/tool/Grammar.java | 2 +- tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java | 2 +- tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java | 2 +- tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java | 2 +- tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java | 2 +- tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java | 2 +- tool/src/org/antlr/v4/tool/LabelElementPair.java | 2 +- tool/src/org/antlr/v4/tool/LabelType.java | 2 +- tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java | 2 +- tool/src/org/antlr/v4/tool/LeftRecursiveRule.java | 2 +- tool/src/org/antlr/v4/tool/LexerGrammar.java | 2 +- tool/src/org/antlr/v4/tool/Rule.java | 2 +- tool/src/org/antlr/v4/tool/ToolMessage.java | 2 +- tool/src/org/antlr/v4/tool/ast/ActionAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/AltAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/BlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/NotAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/PredAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/QuantifierAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RangeAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleElementAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleRefAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/SetAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/StarBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/TerminalAST.java | 2 +- 1504 files changed, 1504 insertions(+), 1504 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9e3d82859..275ee2326 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ [The "BSD 3-clause license"] -Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/antlr4-maven-plugin/nb-configuration.xml b/antlr4-maven-plugin/nb-configuration.xml index c9cabe2fa..7399c5b4a 100644 --- a/antlr4-maven-plugin/nb-configuration.xml +++ b/antlr4-maven-plugin/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index af0d8c522..7f37673e1 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 039d02e8c..82a74534f 100644 --- a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java index 2e0ed3983..63035380a 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java index 7baa19d61..73de35b78 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java index 5f7a17b32..55e9e9c1f 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java index d4b72f7ac..4c084d5c3 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/site/site.xml b/antlr4-maven-plugin/src/site/site.xml index 2dcb144c3..907c84b1f 100644 --- a/antlr4-maven-plugin/src/site/site.xml +++ b/antlr4-maven-plugin/src/site/site.xml @@ -1,7 +1,7 @@ diff --git a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java index 4055c7770..8fbf076ba 100644 --- a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java +++ b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml index 13c6a2781..0254d7b20 100644 --- a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml index 42de494e7..e71d76ee0 100644 --- a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml index e9e0f7d95..fc3e9742b 100644 --- a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml index 821c0fe4b..7429d86bb 100644 --- a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml @@ -1,5 +1,5 @@ diff --git a/pom.xml b/pom.xml index 3e32c25f8..e11dcc75e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite-legacy/pom.xml b/runtime-testsuite-legacy/pom.xml index 375abf3a0..00661ab9c 100644 --- a/runtime-testsuite-legacy/pom.xml +++ b/runtime-testsuite-legacy/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java index bb3c10e4b..61e80b456 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java index 8f5e4fb57..84b6e3f7f 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java index 6e0650db8..5547b7333 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java index 361d55865..ddfc775d9 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java index 338c51c42..2b850eac8 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java index 347c9893d..b4b5359ce 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/annotations/pom.xml b/runtime-testsuite/annotations/pom.xml index 5d849b6bc..951e11550 100644 --- a/runtime-testsuite/annotations/pom.xml +++ b/runtime-testsuite/annotations/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java index 19138f647..e015a97c1 100644 --- a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java +++ b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml index 7f7e26a1f..2e629b947 100644 --- a/runtime-testsuite/pom.xml +++ b/runtime-testsuite/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/processors/pom.xml b/runtime-testsuite/processors/pom.xml index 462d8f1f3..1949b84f2 100644 --- a/runtime-testsuite/processors/pom.xml +++ b/runtime-testsuite/processors/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java index 80282ea65..e1d79ab02 100644 --- a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java +++ b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java index 6cf007673..8bde4a61c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java index b3bfd526d..5e39f6a21 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java index 1e4a6c086..14a0d4ddc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java index 7be01e60f..ed330869a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java index f700fce2c..2fa557153 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java index 95b8fef12..9a8f9aa9d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java index 69846ee77..9c7413b54 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java index bf6ce887b..cd1cae4dd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java index 26c892a79..fc321c1bc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java index 365fb1bd1..79bf0f1f5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java index a58d533ca..219c94833 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java index d3183543c..f985e3304 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java index 5c670a99d..efb2bfd62 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java index 9117a9941..b5f5ed176 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java index 4180a2a3a..095075c8a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java index cdc55cd7c..150483c5b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java index 4190d5e86..ac6987641 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java index 5af75d45b..2d27b695b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java index d7fbdbcc7..5fb0fdc85 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java index 3f78471c6..398d1ab17 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java index 8024c54b0..9bb122cb2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java index d411232db..e71e1f9f3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java index 6dd689bb3..f3b0e6c83 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java index f801dbb5d..8d7bd120b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java index 43297f7b7..5da9ce22c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java index eb3b01bbb..bb9375060 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java index 81e94e1af..2534cc636 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java index b891be723..565f8882d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java index db6237868..cc7287ae0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java index a99ffee27..57172362a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java index 4d3b09301..0b5818214 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java index fbe0d12c5..af90c02f1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java index c43c1d16f..cd885a6bc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java index 29b9c92b3..e2239df50 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java index 72f49643a..0c857aa7b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java index 7532a681d..42fc56e1f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java index a410d9df9..157263b34 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java index 44220abec..3a7c2cf4f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java index 1e8992d65..59519f99d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java index 9b69b5fcb..c37694bc3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java index e5b00c6d3..598ac1d49 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java index 3040df857..e47ae88e0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java index 2f7515485..d93eb9078 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java index 8abc28f6f..ca77330af 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java index 1c7f46bcb..cdf3fe432 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java index c928fc904..8b8db52cd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java index 3485ecfe4..6b4a71a26 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java index a0509107a..5b936b792 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java index cd9d2a865..b33ee34a0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java index c4d62e3e5..618b8c383 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java index dd9c02f57..511117fce 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java index fafd70d50..10c7229cc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java index be8190f9c..56fae6ee8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java index 5a46cdb17..01d6b144a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java index 879538596..4774b2ab6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java index 2bee77f6c..f2a498105 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java index 2a440a0aa..a1a1bee71 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java index 0c38cc21f..50f105297 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java index 42daeba32..36dbda54a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java index edf3e180b..6c395ad3d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java index f23203eac..6d8956925 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java index 6f796259f..8dcf8688d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java index 7c68bbef5..62bf01ba7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java index a144c3065..afe73a358 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java index ca077fc04..95d9009fc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java index 89a98ec3f..f6786cb41 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java index 8aeb95d82..0ad939aea 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java index a4c0a2455..9146a8b58 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java index 077cf8b24..d6bd71392 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java index 7b59a1d6e..6fa387811 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java index 395e17e43..a36c07098 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java index 9c47ce932..a0da1dca0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java index 05bc1e0dc..d90ccf2a1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java index db457324e..d51abbba0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java index 7fb2c4ae5..725967509 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java index 93fda6244..5253b006f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java index daea13859..052232609 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java index 5d9cd398e..ac30f27f0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java index 4b83dd8f8..a9f63fce8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java index 287307776..3e39b5ae8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java index 4848c93f3..961c48613 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java index 54d0169d4..a797b8327 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java index ec56c4369..34e8505bf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java index d74bcbd3b..c06a5e599 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java index 5cf957571..7b213bacd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java index 59777faa2..77039493e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java index adf77babc..c2bf272f4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java index 7e86bc075..0e5493a4f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java index 3e22932ca..636151254 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java index f14a0f676..2134806e1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java index d3c7c7180..4d6e2469a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java index 002016dce..193ba235b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java index ede6355f1..54e2a8eeb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java index 9a809cce5..1a3d7a394 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java index e0dcd6aa1..49a8a2283 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java index 710f45326..74d06983f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java index 9703f240e..b3da30f40 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java index dc0a5a1f6..6d3c5b023 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java index a1a131817..c0fa207ab 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java index 2a8c13642..ed23b87c8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java index f56da1593..55a350d5a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java index 2bab5e9ae..01d1e0a61 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java index 682702649..7236777ee 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java index bbc44bf19..a43d05437 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java index e3c220490..1aec8bfa5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java index 1b5c9bf1d..bf8beba4a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java index b95012cde..1466e1198 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java index 4e232d14c..e446dcdb9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java index eae14f206..42527b09e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java index e61315b86..3faf8eb8a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java index b06556f14..8bac2c966 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java index 58f4720ed..ac8698d5b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java index 3c0d02f2a..b0fe41516 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java index 1bccdfa07..20e3728c2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java index f2a4c335b..2b73dc5e6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java index a9b4b1c72..e019fd8db 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java index 105eca4e7..c30985354 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java index e5865496a..2ab06d075 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java index 8261e7acc..b3b080c0a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java index 78b4b4c54..51d2d6c36 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java index 27253cb35..6c7ee9f89 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java index f583e2804..7ef2acdec 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java index ade320c1f..56a91b669 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java index b8ddef82a..8879a7075 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java index 071a29847..a3705fb28 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java index 9811d1ecf..31d556380 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java index 842e98c44..5d7b3c294 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java index 673211460..d4b16ecfa 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java index 400212196..80600e0e8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java index 8801dff8b..53f28658b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java index 35a76ac6e..40c42fb7d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java index a68051f30..433d8c6c3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java index b086182f9..d2eda7887 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java index dfc7bbb48..a465bdf57 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java index 2dc22a323..fdfb78db7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java index f97db0bdf..d3f9f234a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java index c1d7aee50..e0a602022 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java index d46ae0c78..900a0dfb6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java index a12272eeb..29c5edac0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java index 9c85d8628..7bf6880d8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java index a0a31847f..96a6595e9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java index 868036e85..febd96e09 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java index 8f55fc580..e549043ea 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java index 2a0194a26..e741edd98 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java index 3fb93773a..9536f31be 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java index 60a93dd81..9cc93662d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java index 3b0b26bc0..c91d6d3b2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java index 5ac5d8ac2..9398d881a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java index a0af99d90..157dccf7e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java index 309e056d5..b44d539a2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java index db49b4ef4..9a437abfc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java index 798bc8fe6..fa794ffe8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java index 974d3d8ad..edf61d3ac 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java index 6003dac5f..c96a420ce 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java index d8d24c1fc..f54f363eb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java index 4054b9ce5..dfe167399 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java index 5765b389a..592ee6966 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java index 3e8405b01..640567ea7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java index c8f73b2dd..0ae45898a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java index 29122f930..f4b667c6e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java index 03c82cf44..183ed26eb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java index 1dce3965b..2f691aa4c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java index e5764043c..5347180aa 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java index bb0cf83d2..ee2790f86 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java index b35c22d11..e349d4891 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java index 3a7e66d4d..2b843c3d7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java index c73ac723b..b56e4152d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java index a36b38736..54968f603 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java index 3e4817254..719c0a723 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java index 99d50d696..ed896a52e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java index c87f44138..5497b50b0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java index 7834e4be0..f218bebe7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java index b48118392..630becb03 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java index 881e021c6..f37c1066f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java index 76851e0f7..76fea1326 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java index 1b330c238..fc4eef918 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java index f7c07df6f..0714e9911 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java index b1d501ea9..eb5ae40b0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java index a6fd6ad86..6c7f1f445 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java index a078a92e5..3ea3622e1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java index 0eab5bc0e..7af206b6f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java index 8ab59f1ab..d56a772a0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java index ad82eb063..d1ea68eef 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java index 394274aef..79e88dff0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java index 13e4d9ea5..43082f270 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java index 91d2783f7..d4af6b413 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java index 8e6525955..07b841cf4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java index 9021afc1d..fb0478413 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java index 9fb24b14b..cd59db68b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java index f3882e5e5..14999f152 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java index 9968fae65..17d3af995 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java index a372bb3bb..c83a943e5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java index 204fa0ca1..f7f785efd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java index 1f4a6012a..ec84bfa4e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java index df1c11ac6..c7fd6954a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java index 995eb2eee..b1e478f82 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java index 8dec84713..b019c9819 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java index 163def13f..a97a278fe 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java index 6214e08c3..01b971318 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java index 60421b54e..03f4ba2b9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java index 7d06a5a16..305e89893 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java index 4aea77abe..96e89854e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java index 92ccae831..b039b4fda 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java index ee12e3b81..62f4e6f50 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java index c6c496dad..d305466fb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java index 10e783d8b..34327108e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java index 489850a89..d6275264f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java index f62324481..d2da92e1e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java index 40dd20b67..dbae2742b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java index fb0b9dd22..7f03419c5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java index 2881d438f..fd3ff09f7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java index 5ad802c6e..860d48de1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java index d3b730578..a336db362 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java index 355db0f07..d1e25b6dd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java index 42149dd48..6bab81e86 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java index 6420dd28d..cff509625 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java index 099352bbb..66d5101f2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java index a6727e5a7..cae4340fd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java index b72a22194..e7bd7e8d7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java index 39a02c372..d574dcbcb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java index 0a46973d7..313053ac9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java index 80f2d901e..79713f599 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java index 217014ab9..ea68fe6a3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs index e4957247b..52152a997 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs index 459b98a71..a000e4039 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs index 85fa33259..ebfeb2c5a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs index 5461aff6d..6cdbf81b8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs index 3ecbf7ecc..fb9d4ca95 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs index cc546131c..7f804468a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs index e67d5e46e..030b7b122 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs index c8e34df44..16240e9d0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs index 5440b9bb2..9266f1801 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs index a61962926..3b3f844ee 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs index 013cecb45..2912ff86a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs index fa6610ccf..ffab81c62 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs index 880d4f49d..12f7f3da1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs index 7affe62a1..07867dc2c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs index 04841f111..beed05515 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs index cfffbf091..60828c215 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs index 7f7b8ef93..0ec5b05b3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs index ef5360c9e..7a5cf7ba1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs index a836b9f0b..5c64c90de 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs index de1361443..74273d44c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs index c6c2fa0dd..492cbedb8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs index a6dbf7733..0123484a0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs index 70b2fbfd3..7a517446b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs index ca8a47c5f..f833cc59f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs index 18733e978..704eab244 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs index f5b1f0c2b..93134ba5b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs index 7bad542bf..032d89cce 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs index 7565369ce..b1ecca6b9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs index 93dc0d0d1..a8671211e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs index 35eca508d..0d79401a3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs index 6d7e41410..1c80d78f4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs index e93283db3..7c06e3e17 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs index 7bfbba0f7..6ce910b0d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs index 2422627ad..dfd854b59 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs index bc719d5d6..5aeda4208 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs index cac3dd823..0559575d3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs index 4e83f3296..3f93658b0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs index 5bd98a2ad..0af787526 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs index dd37c5ed2..a5eeb9974 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs index 3f9664aa1..e8f52aac4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs index 541291eaf..d770705fb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs index 124a15cba..e38556c34 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs index f872085c4..372c8151d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs index cdd0e7ee6..706a78fcd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs index d2b9335a7..6a8a2ba1a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs index 6223dacb4..6e8df5ea2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs index 6abee8ac3..70f2fbbc2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs index 52cbdc391..5080903e3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs index c0756c503..b2cfefeaf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs index ed2c6d002..98fe6a023 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs index 089fcb8a4..fe3c439da 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs index db77762b3..08a5e68b0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs index 85d082ebb..c32d152fc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs index 59636d695..826acaaad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs index c8c88be60..19bf8cb4b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs index fcdc41ee5..8f1c457d7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs index a785bd354..1ae24f1af 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs index 794dbeda1..59100f4e8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs index 4d3050ec5..c12e2cf10 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs index 67d6f5611..e8bbff99f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs index 1e2f9696c..3f77d9309 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs index 9918d9399..be445953e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs index a4a35435f..00dfa0560 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs index b7ad980fa..75c70c142 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs index 3a1f01cc3..f7bf4823b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs index 7e9ebe024..ffa249838 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs index ab954584b..6fe93e4fd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs index 6cdea208d..d48e32172 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs index c61f5a08d..41a14f7f0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs index 1ed317b08..ed2a41a03 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs index 9544ceb8c..084bbf73d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs index 617e7f22f..3e21ef6d5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs index 14d8e6f0a..cc92eda97 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs index db45a77e9..ffc43de5c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs index efadfa158..96552b647 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs index 7a7d97f9f..19972e1b7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs index cc755b14a..137a526c0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs index 34b6af01c..9df024193 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs index 76201ec16..97952c0fd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs index a4927fa3c..d3ca06c4b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs index 60ed6aa67..4c7a2de62 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs index 14911b465..4c3e2acc2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs index 6d9915493..fa1d8ac55 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs index bb449f0d7..239018899 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs index 2190b74e5..0c7a35c8e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs index ef1dd6dbc..1ff435750 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs index 2aee03dc0..1419aeef5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs index 6dd1d8f42..875f9760b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs index a9eaf42f9..ec29a9098 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs index fae8faf62..23450173c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs index 15b97f63d..6e5f914de 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs index 156cd9c3c..998eb5c6b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs index d72b09509..a55eeb38a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs index 530e0b585..475eb2a2c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs index 56ee9153d..7300f82bd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs index fd5bb08c7..066d842b0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs index 89663af68..06c889f5c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs index b7715b063..ed5681b37 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs index 25c106d5e..353895ee1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs index e8c4f1a0f..3d43b64cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs index d795ca286..40f2eb2de 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs index 70be85349..d8533acba 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs index 5830e2341..f5798b6ee 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs index d66dc2380..3cac8e7a7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs index 65405d0ed..fec99a9f9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs index 6fbffe3f4..5944e1e50 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs index 3a3313439..beabec2ea 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs index e84592d96..be1e5cc77 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs index 60a523a96..0cbb79250 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs index 1f3a19437..b66167d9a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs index ce70ce4cc..dae6b65c6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs index 39c5c2f89..377705657 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs index 1c67053b2..e0906592c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs index 885355678..42787b55a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs index d40e5cb7d..2415094bf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs index ea0bcab70..18ac908aa 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs index 82be43afe..b7c26efd3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs index 15ff082cd..741720980 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs index b7d43c72f..8f63ab854 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs index 976f8d057..0abe35f4e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs index 6a30a3bed..b03cfd4b2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs index 4161d4763..dd8dd027d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs index 52b055e36..46bae4427 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs index 876083cfd..483833d39 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs index 2abc720cc..03e194158 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs index ba2a2df4a..e82dd38e9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs index 919f6ec69..ebfc62ebf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index bf8312360..523da610d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs index 68bed823b..f3aa4c836 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs index f7b17b48d..8ac900bc0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs index f046ed435..f740d44db 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs index f80e1728b..647b763a8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs index 083e50aa1..6171b53e1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs index 7cfa3869f..6e2e44dea 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs index b572984d0..b4655c8fe 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs index 31621fdb2..3fc887fa3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs index fe245c939..0cc821b86 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs index 31bbebdc3..ab83c3432 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs index 3f54a7767..d6013daf2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs index 366854946..4f2609f42 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs index 74eae78fc..e389f4c32 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs index 19c6528fd..996d098a9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs index 8c4a3290b..ad3a5b79b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs index 21f81b27b..41ecec2b6 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs index 049ed0635..9b1b94b76 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs index ddc71cb44..b86a4d800 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs index 42ac0a9b4..ec8ebb39a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs index 253d3c351..2ee1fe442 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs index 6aae24b55..2f5906391 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs index 2f96c6da1..878b9acb7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs index 06195b5f3..9129d419f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs index 064896627..db15c7d60 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs index e40cf95a4..ffd14fc44 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs index ce987d5ba..3f78045de 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs index 5aa41b381..814706c18 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs index 2ab08afc0..8ada79b1a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs index d8fb1a7b7..2faf10d02 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs index 1b0aaebad..298a186f7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs index 60890c2aa..872c4aec7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs index f2d57143a..f682804a4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs index 7eb10910c..c08e57ee2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs index 317e4170a..d69c204e2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs index da2392118..4966140c0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs index 53c3510ac..969375f02 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs index 6d224dec8..24dca0310 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs index e03249ded..c3aefa916 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs index f6060ec3f..399a8c5e3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs index 5e59e23a7..be82d1981 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs index 99f46f711..35d9ef003 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs index fdfa1f553..9edb2dd21 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs index f4bc67839..c4fa0d619 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs index 3c436cf30..70499d2d9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs index a678c9859..c56670a6d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs index 614a92734..152764afd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs index cdbcf9ce4..0a42d2907 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs index b62b28d59..0765574ca 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs index 245a9c6ed..1e5bf74b2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs index f008ea0f9..9ff08a810 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs index b16ae8116..427977ad4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs index f406e4de4..b632f827a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Linux/main.cpp b/runtime/Cpp/demo/Linux/main.cpp index f3824ce8c..a9450c41c 100644 --- a/runtime/Cpp/demo/Linux/main.cpp +++ b/runtime/Cpp/demo/Linux/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp index 6e6775f1e..58096972e 100644 --- a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp index e6cc8c98b..ba3a1974b 100644 --- a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorListener.h b/runtime/Cpp/runtime/src/ANTLRErrorListener.h index e8f98a723..c9dda33f3 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorListener.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h index dc1e98d31..eb6ba7f5c 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp index 91efc00e0..fcbb41929 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.h b/runtime/Cpp/runtime/src/ANTLRFileStream.h index 126bc4263..2616bbbe1 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.h +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp index a7dccf254..f9b3b0dd0 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.h b/runtime/Cpp/runtime/src/ANTLRInputStream.h index c52231883..7441a8489 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.h +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp index 452eead14..898b6cc8c 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.h b/runtime/Cpp/runtime/src/BailErrorStrategy.h index ab7a8ee0f..147734500 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.h +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.cpp b/runtime/Cpp/runtime/src/BaseErrorListener.cpp index 8561b669a..9bf23ef9b 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.cpp +++ b/runtime/Cpp/runtime/src/BaseErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.h b/runtime/Cpp/runtime/src/BaseErrorListener.h index 7fbe424e3..070920870 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.h +++ b/runtime/Cpp/runtime/src/BaseErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp index 2a370d117..e5b4ff0ff 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.h b/runtime/Cpp/runtime/src/BufferedTokenStream.h index 83f026b7a..deed78d32 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CharStream.cpp b/runtime/Cpp/runtime/src/CharStream.cpp index cb93bd37a..ad239a8a2 100755 --- a/runtime/Cpp/runtime/src/CharStream.cpp +++ b/runtime/Cpp/runtime/src/CharStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CharStream.h b/runtime/Cpp/runtime/src/CharStream.h index 66a9f3b73..421ba3620 100755 --- a/runtime/Cpp/runtime/src/CharStream.h +++ b/runtime/Cpp/runtime/src/CharStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.cpp b/runtime/Cpp/runtime/src/CommonToken.cpp index 69bfabd05..78b681db5 100755 --- a/runtime/Cpp/runtime/src/CommonToken.cpp +++ b/runtime/Cpp/runtime/src/CommonToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.h b/runtime/Cpp/runtime/src/CommonToken.h index 27eea9a4a..5a9947a92 100755 --- a/runtime/Cpp/runtime/src/CommonToken.h +++ b/runtime/Cpp/runtime/src/CommonToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp index 04174bc5f..f88f7d6aa 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.h b/runtime/Cpp/runtime/src/CommonTokenFactory.h index 363039371..9263693f9 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.h +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.cpp b/runtime/Cpp/runtime/src/CommonTokenStream.cpp index da5244ad8..949fb3344 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.h b/runtime/Cpp/runtime/src/CommonTokenStream.h index bdacc361a..511f53cbd 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.h +++ b/runtime/Cpp/runtime/src/CommonTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp index 34603e174..26dcde0a3 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.h b/runtime/Cpp/runtime/src/ConsoleErrorListener.h index da9332f9e..c60ebd280 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.h +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp index 49ca8629c..56b49cf19 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h index b0472d8ad..7c88b0bab 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp index 668c94ef2..b92ca9c6a 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h index 4beee0eb7..ee22c83c2 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.cpp b/runtime/Cpp/runtime/src/Exceptions.cpp index b7f0b17f0..fb87a2a85 100644 --- a/runtime/Cpp/runtime/src/Exceptions.cpp +++ b/runtime/Cpp/runtime/src/Exceptions.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.h b/runtime/Cpp/runtime/src/Exceptions.h index 1f9eab44c..c6c83c748 100644 --- a/runtime/Cpp/runtime/src/Exceptions.h +++ b/runtime/Cpp/runtime/src/Exceptions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.cpp b/runtime/Cpp/runtime/src/FailedPredicateException.cpp index 2a24df890..a98c6082b 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.cpp +++ b/runtime/Cpp/runtime/src/FailedPredicateException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.h b/runtime/Cpp/runtime/src/FailedPredicateException.h index 3d6cd415a..e2b3e531c 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.h +++ b/runtime/Cpp/runtime/src/FailedPredicateException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IRecognizer.h b/runtime/Cpp/runtime/src/IRecognizer.h index 7ea956451..a82ac179e 100644 --- a/runtime/Cpp/runtime/src/IRecognizer.h +++ b/runtime/Cpp/runtime/src/IRecognizer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.cpp b/runtime/Cpp/runtime/src/InputMismatchException.cpp index a22d6e7d2..cdd224fc7 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.cpp +++ b/runtime/Cpp/runtime/src/InputMismatchException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.h b/runtime/Cpp/runtime/src/InputMismatchException.h index cf5ac664c..7b841a9fc 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.h +++ b/runtime/Cpp/runtime/src/InputMismatchException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.cpp b/runtime/Cpp/runtime/src/IntStream.cpp index b069c56e4..18d84203e 100755 --- a/runtime/Cpp/runtime/src/IntStream.cpp +++ b/runtime/Cpp/runtime/src/IntStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.h b/runtime/Cpp/runtime/src/IntStream.h index 8f39bae75..b988f1378 100755 --- a/runtime/Cpp/runtime/src/IntStream.h +++ b/runtime/Cpp/runtime/src/IntStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp index f990f66cb..6e33066d9 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.h b/runtime/Cpp/runtime/src/InterpreterRuleContext.h index 0c9c27a17..216ef2725 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.h +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.cpp b/runtime/Cpp/runtime/src/Lexer.cpp index 786f5d7ae..9d235ab25 100755 --- a/runtime/Cpp/runtime/src/Lexer.cpp +++ b/runtime/Cpp/runtime/src/Lexer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.h b/runtime/Cpp/runtime/src/Lexer.h index 620915631..42faac168 100755 --- a/runtime/Cpp/runtime/src/Lexer.h +++ b/runtime/Cpp/runtime/src/Lexer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.cpp b/runtime/Cpp/runtime/src/LexerInterpreter.cpp index c7de3872a..0530d7dcd 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.cpp +++ b/runtime/Cpp/runtime/src/LexerInterpreter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.h b/runtime/Cpp/runtime/src/LexerInterpreter.h index e3a2112c5..3156c99d4 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.h +++ b/runtime/Cpp/runtime/src/LexerInterpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp index b3ff6c3e5..bf3053275 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.h b/runtime/Cpp/runtime/src/LexerNoViableAltException.h index 90ce46128..1b28f7432 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.h +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ListTokenSource.cpp b/runtime/Cpp/runtime/src/ListTokenSource.cpp index 8f4a01045..f27c04494 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.cpp +++ b/runtime/Cpp/runtime/src/ListTokenSource.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ListTokenSource.h b/runtime/Cpp/runtime/src/ListTokenSource.h index c86b61fbc..acfacae68 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.h +++ b/runtime/Cpp/runtime/src/ListTokenSource.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.cpp b/runtime/Cpp/runtime/src/NoViableAltException.cpp index 807cee29e..9196b4e72 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/NoViableAltException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.h b/runtime/Cpp/runtime/src/NoViableAltException.h index 1826aebe7..64ced8c6c 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.h +++ b/runtime/Cpp/runtime/src/NoViableAltException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Parser.cpp b/runtime/Cpp/runtime/src/Parser.cpp index bf663ca78..dfb73a380 100755 --- a/runtime/Cpp/runtime/src/Parser.cpp +++ b/runtime/Cpp/runtime/src/Parser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Parser.h b/runtime/Cpp/runtime/src/Parser.h index 7729faf1a..a26e36ec5 100755 --- a/runtime/Cpp/runtime/src/Parser.h +++ b/runtime/Cpp/runtime/src/Parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.cpp b/runtime/Cpp/runtime/src/ParserInterpreter.cpp index 054ee02c3..359f983d1 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.cpp +++ b/runtime/Cpp/runtime/src/ParserInterpreter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.h b/runtime/Cpp/runtime/src/ParserInterpreter.h index 351065c1e..6ef179273 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.h +++ b/runtime/Cpp/runtime/src/ParserInterpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.cpp b/runtime/Cpp/runtime/src/ParserRuleContext.cpp index a665518ae..7dab9cdfd 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.cpp +++ b/runtime/Cpp/runtime/src/ParserRuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.h b/runtime/Cpp/runtime/src/ParserRuleContext.h index 3acc63543..0c00fba0c 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.h +++ b/runtime/Cpp/runtime/src/ParserRuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp index 9cdf871c4..fe4fcffb4 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.h b/runtime/Cpp/runtime/src/ProxyErrorListener.h index 88e56a903..3280ea8a7 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.h +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RecognitionException.cpp b/runtime/Cpp/runtime/src/RecognitionException.cpp index 39483fc5d..822860a61 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.cpp +++ b/runtime/Cpp/runtime/src/RecognitionException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RecognitionException.h b/runtime/Cpp/runtime/src/RecognitionException.h index 1aa4cdcf9..43e99878f 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.h +++ b/runtime/Cpp/runtime/src/RecognitionException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Recognizer.cpp b/runtime/Cpp/runtime/src/Recognizer.cpp index b5fb14328..741c3365c 100755 --- a/runtime/Cpp/runtime/src/Recognizer.cpp +++ b/runtime/Cpp/runtime/src/Recognizer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Recognizer.h b/runtime/Cpp/runtime/src/Recognizer.h index 8abd8ee4c..2a3b1e231 100755 --- a/runtime/Cpp/runtime/src/Recognizer.h +++ b/runtime/Cpp/runtime/src/Recognizer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContext.cpp b/runtime/Cpp/runtime/src/RuleContext.cpp index 8957410df..d686d1d5d 100755 --- a/runtime/Cpp/runtime/src/RuleContext.cpp +++ b/runtime/Cpp/runtime/src/RuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContext.h b/runtime/Cpp/runtime/src/RuleContext.h index cc5403f40..7ef5285be 100755 --- a/runtime/Cpp/runtime/src/RuleContext.h +++ b/runtime/Cpp/runtime/src/RuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp index 7b7b13593..6be596d2e 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h index 261c006e6..f349e66f1 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp index aa9313a43..bccf29829 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.h b/runtime/Cpp/runtime/src/RuntimeMetaData.h index ba201fcda..7fa3db453 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.h +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Token.h b/runtime/Cpp/runtime/src/Token.h index f3b9c7431..77e8cf445 100755 --- a/runtime/Cpp/runtime/src/Token.h +++ b/runtime/Cpp/runtime/src/Token.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenFactory.h b/runtime/Cpp/runtime/src/TokenFactory.h index a5dcc734b..cdee0d8c4 100755 --- a/runtime/Cpp/runtime/src/TokenFactory.h +++ b/runtime/Cpp/runtime/src/TokenFactory.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenSource.h b/runtime/Cpp/runtime/src/TokenSource.h index 250c8ef5c..654114546 100755 --- a/runtime/Cpp/runtime/src/TokenSource.h +++ b/runtime/Cpp/runtime/src/TokenSource.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.cpp b/runtime/Cpp/runtime/src/TokenStream.cpp index 4eae24ee1..036e88e44 100755 --- a/runtime/Cpp/runtime/src/TokenStream.cpp +++ b/runtime/Cpp/runtime/src/TokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.h b/runtime/Cpp/runtime/src/TokenStream.h index 0740ba08d..e7fcedcba 100755 --- a/runtime/Cpp/runtime/src/TokenStream.h +++ b/runtime/Cpp/runtime/src/TokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp index d78f8b8e4..eadd679d1 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.h b/runtime/Cpp/runtime/src/TokenStreamRewriter.h index 66990177d..ed2537433 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.h +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp index 88e92fc36..b9d5453e7 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.h b/runtime/Cpp/runtime/src/UnbufferedCharStream.h index 7d5cc1716..45bca7c45 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp index 27f63d48a..4a858d4ad 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h index 2a634eb46..ddb60587e 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Vocabulary.cpp b/runtime/Cpp/runtime/src/Vocabulary.cpp index 5deb97ef0..be669af74 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.cpp +++ b/runtime/Cpp/runtime/src/Vocabulary.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Vocabulary.h b/runtime/Cpp/runtime/src/Vocabulary.h index a8c6bfdfd..da09614c1 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.h +++ b/runtime/Cpp/runtime/src/Vocabulary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/WritableToken.h b/runtime/Cpp/runtime/src/WritableToken.h index e48e469f9..6456e31e6 100755 --- a/runtime/Cpp/runtime/src/WritableToken.h +++ b/runtime/Cpp/runtime/src/WritableToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-common.h b/runtime/Cpp/runtime/src/antlr4-common.h index 4391f7efe..5e4abb8cb 100644 --- a/runtime/Cpp/runtime/src/antlr4-common.h +++ b/runtime/Cpp/runtime/src/antlr4-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-runtime.h b/runtime/Cpp/runtime/src/antlr4-runtime.h index 2c9518b14..979f3c60c 100644 --- a/runtime/Cpp/runtime/src/antlr4-runtime.h +++ b/runtime/Cpp/runtime/src/antlr4-runtime.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.cpp b/runtime/Cpp/runtime/src/atn/ATN.cpp index 7323ced8a..2193c23ab 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.cpp +++ b/runtime/Cpp/runtime/src/atn/ATN.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.h b/runtime/Cpp/runtime/src/atn/ATN.h index 8d7f9b8a0..1101a205f 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.h +++ b/runtime/Cpp/runtime/src/atn/ATN.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp index 2dfbe6324..81531c258 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.h b/runtime/Cpp/runtime/src/atn/ATNConfig.h index 488770480..50f116495 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp index 810e102da..bb9004532 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h index c6f6a1e10..2e9fb87e4 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp index 8b266892a..0b6f0bd02 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h index 030b93e12..3a8eadcc9 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp index d28ede5cd..0d43fdb37 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h index 54f4f9f22..edd9796d5 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp index fb77c1c9e..ad1551f1a 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.h b/runtime/Cpp/runtime/src/atn/ATNSerializer.h index 531d0bdd2..d852f35d3 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp index 618b35324..56436d001 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.h b/runtime/Cpp/runtime/src/atn/ATNSimulator.h index 3b67d466d..e76b4a761 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.cpp b/runtime/Cpp/runtime/src/atn/ATNState.cpp index 793921de0..e260bf772 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.h b/runtime/Cpp/runtime/src/atn/ATNState.h index d9bfc9db7..803b72139 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.h +++ b/runtime/Cpp/runtime/src/atn/ATNState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNType.h b/runtime/Cpp/runtime/src/atn/ATNType.h index dc3ac0881..75d62eb67 100755 --- a/runtime/Cpp/runtime/src/atn/ATNType.h +++ b/runtime/Cpp/runtime/src/atn/ATNType.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp index 53ad8dcfe..c4061716a 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h index 9f91493c5..da4e205b8 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp index 6a7fc60be..cc3671425 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.h b/runtime/Cpp/runtime/src/atn/ActionTransition.h index 72d5fa39e..0d3b7cca9 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.h +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp index d3188b364..a5a3cb553 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h index 18474ef57..8438a265f 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp index 6f7dc9ba3..c6b9b225b 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h index 2c59efc76..71902b9e8 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h @@ -1,5 +1,5 @@  -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp index 99c7b7ca2..a323a3cbe 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.h b/runtime/Cpp/runtime/src/atn/AtomTransition.h index 725c36996..9561d8787 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.h +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp index e89439b6a..d1da1fb09 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h index a3f7442b7..ab4dfea36 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.cpp b/runtime/Cpp/runtime/src/atn/BasicState.cpp index e3c70fddc..dd103cb90 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.h b/runtime/Cpp/runtime/src/atn/BasicState.h index c4f4c92cf..2d2e6c261 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.h +++ b/runtime/Cpp/runtime/src/atn/BasicState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp index 4577b71ca..c785c0f84 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.h b/runtime/Cpp/runtime/src/atn/BlockEndState.h index 596458e6b..badb405e8 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.h +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockStartState.h b/runtime/Cpp/runtime/src/atn/BlockStartState.h index e7f90e8c3..4d8aed52e 100755 --- a/runtime/Cpp/runtime/src/atn/BlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp index 256866de2..00002c904 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h index 9595822b3..d0a62b5b9 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp index 79e2c2937..be614f13a 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h index 9ee7940a9..e2c7ab650 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp index 87a6c3fd8..93bf68a58 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.h b/runtime/Cpp/runtime/src/atn/DecisionInfo.h index bd8372a24..6f56c47b3 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.cpp b/runtime/Cpp/runtime/src/atn/DecisionState.cpp index b1d341a07..6426c4284 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.h b/runtime/Cpp/runtime/src/atn/DecisionState.h index 98dd350d3..e6b729e15 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.h +++ b/runtime/Cpp/runtime/src/atn/DecisionState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp index bad7018a6..9a53c8a46 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h index bea233cc9..7ca370164 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp index b098895ba..b5c76f88a 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h index 86f696153..726273299 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp index bcc2cdb41..93e872e5c 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.h b/runtime/Cpp/runtime/src/atn/ErrorInfo.h index 3c9850a6a..6c3490f9c 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.h +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp index db47a0fd0..99764fe06 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h index a638cba6e..f3028c0e9 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp index 436204296..04bb40bef 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h index 5202f052c..86828d344 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp index 5d7d58e8d..d65925ddd 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h index 4b3ee59a1..c689387e7 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerAction.h b/runtime/Cpp/runtime/src/atn/LexerAction.h index d1e46cddc..ef16dcb3d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp index 98d639fb8..c90fa8875 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h index 0725dfc53..4d9d3aaad 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionType.h b/runtime/Cpp/runtime/src/atn/LexerActionType.h index 538e4f734..7056034b1 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionType.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionType.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp index cba91d3d1..cc97c12ec 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h index 7c651d59f..91bec37b2 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp index a912c6720..940506430 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h index 2b571e0f6..8bd03799d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp index 34b528629..b932a518c 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h index ed6433bf4..9ceb6f212 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp index e3072e2e9..3b5d74681 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.h b/runtime/Cpp/runtime/src/atn/LexerModeAction.h index 2ed595556..11c69510b 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp index 4b20ddfb8..90e363391 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h index 99ef85c37..801eea25f 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp index 366293ca7..086f2d2e4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h index 706b144c4..b57043a7f 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp index 8b1282c70..4a0010b99 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h index ef5e29c39..c10619d32 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp index f0ca3eb73..6c7e881f9 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h index 462301cd8..1a766383a 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp index 618075345..62b193e45 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h index 06dd9157d..2a567e911 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp index b24d9caa1..5316187a4 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h index 36853bb7c..9f8582a82 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp index 99a248b1f..de5a977f0 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.h b/runtime/Cpp/runtime/src/atn/LoopEndState.h index d3b9ec104..f0fc9d064 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.h +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp index 0ea79fd0a..c94a474c5 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.h b/runtime/Cpp/runtime/src/atn/NotSetTransition.h index 15e647dee..ac2f6d9f8 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.h +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp index defccb433..11725bd2c 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h index 2d6c87de5..aa94029f2 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp index 68c6c2eeb..4edae6a58 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.h b/runtime/Cpp/runtime/src/atn/ParseInfo.h index 69bbd2659..2e4bba1a6 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.h +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp index bf4723292..baef6a122 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h index d391a9a6f..e7298c99a 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp index c8c95ac6b..3147b8950 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h index 4460b6b23..127cf4214 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp index 297e67221..9ae30bc4e 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h index e28cffd85..199484d20 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp index fabe1fe9d..7cb6dc4e4 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h index 0a763c219..94ac334db 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp index df7f5225f..bbeb4eabc 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h index b346d9b0d..10704772e 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp index 5b4b33227..dfe56fc6c 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.h b/runtime/Cpp/runtime/src/atn/PredicateTransition.h index b3ab894e2..d7ed89497 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp index 682001087..4f2d415ce 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.h b/runtime/Cpp/runtime/src/atn/PredictionContext.h index 8e975d932..e9e17b47a 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp index 51de2c5d8..dbfcd7572 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.h b/runtime/Cpp/runtime/src/atn/PredictionMode.h index 447208dd9..ec3975d4f 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.h +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp index 732b70b11..74d06f9f6 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h index c32434e6f..add52f8b7 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp index 858f2c5f1..56474091d 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.h b/runtime/Cpp/runtime/src/atn/RangeTransition.h index b6746df7c..fe413b3bb 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.h +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp index eed92c730..e3ae25bf2 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.h b/runtime/Cpp/runtime/src/atn/RuleStartState.h index 46691a1dd..909dc5043 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp index 0006bb648..d2be9a9e3 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.h b/runtime/Cpp/runtime/src/atn/RuleStopState.h index b7158ae9f..70161b773 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp index 078a9da3a..cff785617 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.h b/runtime/Cpp/runtime/src/atn/RuleTransition.h index 930a1051d..768a69340 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.h +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp index 0edf6240e..bd3fb66b0 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.h b/runtime/Cpp/runtime/src/atn/SemanticContext.h index 0caa40263..78aab536a 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.h +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.cpp b/runtime/Cpp/runtime/src/atn/SetTransition.cpp index c924c48be..cc24e7ab2 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/SetTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.h b/runtime/Cpp/runtime/src/atn/SetTransition.h index fde90b591..bee24f77d 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.h +++ b/runtime/Cpp/runtime/src/atn/SetTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp index 3c977d8bd..479f26ee8 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h index 5ea3b03ca..f266fe32c 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp index a951b866b..61ae181ad 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h index 590cbba5b..744b13325 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp index a965ce949..355a136a7 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h index a662509db..34cc6cfa0 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp index 1e633beff..1d9063dc8 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h index e077ba06a..8cba9d8a2 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp index 72b9e4c70..b24e9274e 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.h b/runtime/Cpp/runtime/src/atn/TokensStartState.h index 4f79d112f..c69618985 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.h +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.cpp b/runtime/Cpp/runtime/src/atn/Transition.cpp index 6261de18a..40072085c 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.cpp +++ b/runtime/Cpp/runtime/src/atn/Transition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.h b/runtime/Cpp/runtime/src/atn/Transition.h index d01a511ea..ece8eeead 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.h +++ b/runtime/Cpp/runtime/src/atn/Transition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp index 2619d8e6e..c9414c64f 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.h b/runtime/Cpp/runtime/src/atn/WildcardTransition.h index a0cbb4c19..90b8344d7 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.h +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFA.cpp b/runtime/Cpp/runtime/src/dfa/DFA.cpp index d5d8ee690..4a173200b 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFA.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFA.h b/runtime/Cpp/runtime/src/dfa/DFA.h index bfa24836a..7c0c2e9e0 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.h +++ b/runtime/Cpp/runtime/src/dfa/DFA.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp index 65d4be47a..c1a85b920 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.h b/runtime/Cpp/runtime/src/dfa/DFASerializer.h index fec433142..930957030 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.cpp b/runtime/Cpp/runtime/src/dfa/DFAState.cpp index adca170d0..3aa389989 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFAState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.h b/runtime/Cpp/runtime/src/dfa/DFAState.h index c463af098..71c14d22f 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.h +++ b/runtime/Cpp/runtime/src/dfa/DFAState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp index 51a5982c2..4ac1c18a1 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h index 36231570b..f4e369410 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.cpp b/runtime/Cpp/runtime/src/misc/Interval.cpp index ca7e25864..e4bd24271 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.cpp +++ b/runtime/Cpp/runtime/src/misc/Interval.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.h b/runtime/Cpp/runtime/src/misc/Interval.h index 6e95b4b86..fbeda4940 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.h +++ b/runtime/Cpp/runtime/src/misc/Interval.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp index adca37c25..89738eb05 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.h b/runtime/Cpp/runtime/src/misc/IntervalSet.h index 19a77d5c7..ba2bd8b08 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.h +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp index 512fb0a2e..06bd9b1c5 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.h b/runtime/Cpp/runtime/src/misc/MurmurHash.h index e2b46e40a..49cd0a425 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.h +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Predicate.h b/runtime/Cpp/runtime/src/misc/Predicate.h index a0c051c88..cc2b65d5a 100755 --- a/runtime/Cpp/runtime/src/misc/Predicate.h +++ b/runtime/Cpp/runtime/src/misc/Predicate.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Any.h b/runtime/Cpp/runtime/src/support/Any.h index ac90cd00b..32a7e9393 100644 --- a/runtime/Cpp/runtime/src/support/Any.h +++ b/runtime/Cpp/runtime/src/support/Any.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Arrays.cpp b/runtime/Cpp/runtime/src/support/Arrays.cpp index 3f6dc3973..b602ce6c5 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.cpp +++ b/runtime/Cpp/runtime/src/support/Arrays.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Arrays.h b/runtime/Cpp/runtime/src/support/Arrays.h index ff6d696a3..1c1e89d79 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.h +++ b/runtime/Cpp/runtime/src/support/Arrays.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/BitSet.h b/runtime/Cpp/runtime/src/support/BitSet.h index 785145ec9..9fe81f0d9 100644 --- a/runtime/Cpp/runtime/src/support/BitSet.h +++ b/runtime/Cpp/runtime/src/support/BitSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.cpp b/runtime/Cpp/runtime/src/support/CPPUtils.cpp index eb9a122b4..fb1fd6903 100755 --- a/runtime/Cpp/runtime/src/support/CPPUtils.cpp +++ b/runtime/Cpp/runtime/src/support/CPPUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.h b/runtime/Cpp/runtime/src/support/CPPUtils.h index 86955d378..b599a6487 100644 --- a/runtime/Cpp/runtime/src/support/CPPUtils.h +++ b/runtime/Cpp/runtime/src/support/CPPUtils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Declarations.h b/runtime/Cpp/runtime/src/support/Declarations.h index b365f785a..055c1d8c9 100644 --- a/runtime/Cpp/runtime/src/support/Declarations.h +++ b/runtime/Cpp/runtime/src/support/Declarations.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.cpp b/runtime/Cpp/runtime/src/support/StringUtils.cpp index aa2b76edd..b767b607c 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.cpp +++ b/runtime/Cpp/runtime/src/support/StringUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.h b/runtime/Cpp/runtime/src/support/StringUtils.h index f0873bb19..0dda765a8 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.h +++ b/runtime/Cpp/runtime/src/support/StringUtils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h index 21ddeea21..77147c6e1 100755 --- a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNode.h b/runtime/Cpp/runtime/src/tree/ErrorNode.h index 59b946434..0fb71e26f 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNode.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp index 937acb33e..88acaf2ed 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h index 01a71eb44..2d2a28df7 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.cpp b/runtime/Cpp/runtime/src/tree/ParseTree.cpp index d56b03b61..ccd7fd355 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTree.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.h b/runtime/Cpp/runtime/src/tree/ParseTree.h index 9d3c1d0b1..061482733 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.h +++ b/runtime/Cpp/runtime/src/tree/ParseTree.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h index 6ed7cbd96..150653aa1 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h index f3c7ecfd1..2a1c82f14 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h index 16bf52b6f..658283414 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp index 34c56bce0..2c5935273 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h index 9289c94d1..9201c8d67 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNode.h b/runtime/Cpp/runtime/src/tree/TerminalNode.h index a8e72c1a7..f13030b7c 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNode.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp index f3d7f3a1b..2b2d7def6 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h index 33988f980..074ee310c 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.cpp b/runtime/Cpp/runtime/src/tree/Trees.cpp index 490a85290..803ba1114 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.cpp +++ b/runtime/Cpp/runtime/src/tree/Trees.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.h b/runtime/Cpp/runtime/src/tree/Trees.h index f549e6c0e..04e15a21c 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.h +++ b/runtime/Cpp/runtime/src/tree/Trees.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h index 2d882837c..52531d063 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp index 4520f384b..0d30a3c76 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h index 0e65c7c93..92a4abff0 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp index ed909e2af..4cbb333ce 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h index 92f0de93a..e6014620d 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp index 5b366a850..76e9eba2f 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h index 72433a131..bfa697b83 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp index 7ee152831..ecb0b2ef5 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h index fc149294f..b05e04205 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp index 4a2e1f29c..293d06229 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h index ed6e7fcf3..84504a1ec 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp index 94daa6937..535a64b68 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h index d1ccee8c8..b9a116e1e 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp index 47ff74440..f1d0cf1f4 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h index 27d67d068..6e86d9e6b 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp index 5d5f034fa..1157f5c93 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.h b/runtime/Cpp/runtime/src/tree/xpath/XPath.h index d89df4ccc..3315f9caf 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp index 23a29838a..3166116d4 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h index f17c48482..a32d88cc0 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp index 7af259ddf..83f7fa945 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h index b0af3c62f..ef0ba1260 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp index e9c357f25..990e33a98 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h index ccc943dd9..2cf242239 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp index 60d2a7be4..f9c34b983 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h index 9a869db9b..0d028a2f8 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp index b6255d853..ee4fe285b 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h index a6de69cb1..f9177ba5c 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp index 02d39a6c0..67ea2c51a 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h index 3021e38f0..65a730666 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp index 3e93b57d5..86f9290bc 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h index 5a5c3a3bf..9f5afbbc8 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp index 416dc0855..e8672aaaa 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h index cd896584d..a3b2ca36d 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn.go b/runtime/Go/antlr/atn.go index 1df4d22db..745459686 100644 --- a/runtime/Go/antlr/atn.go +++ b/runtime/Go/antlr/atn.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_config.go b/runtime/Go/antlr/atn_config.go index a01960d9b..641ef0af1 100644 --- a/runtime/Go/antlr/atn_config.go +++ b/runtime/Go/antlr/atn_config.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_config_set.go b/runtime/Go/antlr/atn_config_set.go index 6ce0d6c9b..115f5b5f6 100644 --- a/runtime/Go/antlr/atn_config_set.go +++ b/runtime/Go/antlr/atn_config_set.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_deserialization_options.go b/runtime/Go/antlr/atn_deserialization_options.go index 84f4c1a68..f7f1bc4a7 100644 --- a/runtime/Go/antlr/atn_deserialization_options.go +++ b/runtime/Go/antlr/atn_deserialization_options.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_deserializer.go b/runtime/Go/antlr/atn_deserializer.go index 4572d9dab..38aee9e9d 100644 --- a/runtime/Go/antlr/atn_deserializer.go +++ b/runtime/Go/antlr/atn_deserializer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_simulator.go b/runtime/Go/antlr/atn_simulator.go index db6d37a2f..54507da92 100644 --- a/runtime/Go/antlr/atn_simulator.go +++ b/runtime/Go/antlr/atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_state.go b/runtime/Go/antlr/atn_state.go index b648999ee..aaaff0de3 100644 --- a/runtime/Go/antlr/atn_state.go +++ b/runtime/Go/antlr/atn_state.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_type.go b/runtime/Go/antlr/atn_type.go index 72d6ddc3e..11db5b7af 100644 --- a/runtime/Go/antlr/atn_type.go +++ b/runtime/Go/antlr/atn_type.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/char_stream.go b/runtime/Go/antlr/char_stream.go index 657b7dd91..d77ab82c6 100644 --- a/runtime/Go/antlr/char_stream.go +++ b/runtime/Go/antlr/char_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/common_token_factory.go b/runtime/Go/antlr/common_token_factory.go index 00b4e66a6..191ef3eb1 100644 --- a/runtime/Go/antlr/common_token_factory.go +++ b/runtime/Go/antlr/common_token_factory.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/common_token_stream.go b/runtime/Go/antlr/common_token_stream.go index af094c5c7..cf34d05e2 100644 --- a/runtime/Go/antlr/common_token_stream.go +++ b/runtime/Go/antlr/common_token_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa.go b/runtime/Go/antlr/dfa.go index 295912f89..8e1877e23 100644 --- a/runtime/Go/antlr/dfa.go +++ b/runtime/Go/antlr/dfa.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa_serializer.go b/runtime/Go/antlr/dfa_serializer.go index 1bf632cb5..9f2638c0d 100644 --- a/runtime/Go/antlr/dfa_serializer.go +++ b/runtime/Go/antlr/dfa_serializer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa_state.go b/runtime/Go/antlr/dfa_state.go index b7a4e919e..bdb2380e4 100644 --- a/runtime/Go/antlr/dfa_state.go +++ b/runtime/Go/antlr/dfa_state.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/diagnostic_error_listener.go b/runtime/Go/antlr/diagnostic_error_listener.go index 092031ba8..33af82220 100644 --- a/runtime/Go/antlr/diagnostic_error_listener.go +++ b/runtime/Go/antlr/diagnostic_error_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/error_listener.go b/runtime/Go/antlr/error_listener.go index 8af4b0151..6b4a93eda 100644 --- a/runtime/Go/antlr/error_listener.go +++ b/runtime/Go/antlr/error_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/error_strategy.go b/runtime/Go/antlr/error_strategy.go index 419b6c62e..389a2bad0 100644 --- a/runtime/Go/antlr/error_strategy.go +++ b/runtime/Go/antlr/error_strategy.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/errors.go b/runtime/Go/antlr/errors.go index 8d7304c14..96ce11e59 100644 --- a/runtime/Go/antlr/errors.go +++ b/runtime/Go/antlr/errors.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/file_stream.go b/runtime/Go/antlr/file_stream.go index 21eba313f..af6f1123e 100644 --- a/runtime/Go/antlr/file_stream.go +++ b/runtime/Go/antlr/file_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/input_stream.go b/runtime/Go/antlr/input_stream.go index b1d0148ea..cfd118515 100644 --- a/runtime/Go/antlr/input_stream.go +++ b/runtime/Go/antlr/input_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/int_stream.go b/runtime/Go/antlr/int_stream.go index a1ea3291a..15dd629c4 100644 --- a/runtime/Go/antlr/int_stream.go +++ b/runtime/Go/antlr/int_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/interval_set.go b/runtime/Go/antlr/interval_set.go index f4df18ed8..776a59da1 100644 --- a/runtime/Go/antlr/interval_set.go +++ b/runtime/Go/antlr/interval_set.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer.go b/runtime/Go/antlr/lexer.go index d320ac35e..60ed8c5bf 100644 --- a/runtime/Go/antlr/lexer.go +++ b/runtime/Go/antlr/lexer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_action.go b/runtime/Go/antlr/lexer_action.go index 3b5ba7a5f..15323f2d1 100644 --- a/runtime/Go/antlr/lexer_action.go +++ b/runtime/Go/antlr/lexer_action.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_action_executor.go b/runtime/Go/antlr/lexer_action_executor.go index c952440bb..400ebe7ec 100644 --- a/runtime/Go/antlr/lexer_action_executor.go +++ b/runtime/Go/antlr/lexer_action_executor.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_atn_simulator.go b/runtime/Go/antlr/lexer_atn_simulator.go index 125face66..1f2292188 100644 --- a/runtime/Go/antlr/lexer_atn_simulator.go +++ b/runtime/Go/antlr/lexer_atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/ll1_analyzer.go b/runtime/Go/antlr/ll1_analyzer.go index a6aa2463d..169b069a5 100644 --- a/runtime/Go/antlr/ll1_analyzer.go +++ b/runtime/Go/antlr/ll1_analyzer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser.go b/runtime/Go/antlr/parser.go index 8f879ad43..978a1bcfb 100644 --- a/runtime/Go/antlr/parser.go +++ b/runtime/Go/antlr/parser.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser_atn_simulator.go b/runtime/Go/antlr/parser_atn_simulator.go index 36be1440e..1b25e8947 100644 --- a/runtime/Go/antlr/parser_atn_simulator.go +++ b/runtime/Go/antlr/parser_atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser_rule_context.go b/runtime/Go/antlr/parser_rule_context.go index 3d2b89b3d..c74faf010 100644 --- a/runtime/Go/antlr/parser_rule_context.go +++ b/runtime/Go/antlr/parser_rule_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/prediction_context.go b/runtime/Go/antlr/prediction_context.go index da278986d..459ac8050 100644 --- a/runtime/Go/antlr/prediction_context.go +++ b/runtime/Go/antlr/prediction_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/prediction_mode.go b/runtime/Go/antlr/prediction_mode.go index 3d1a374cb..5062632c5 100644 --- a/runtime/Go/antlr/prediction_mode.go +++ b/runtime/Go/antlr/prediction_mode.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/recognizer.go b/runtime/Go/antlr/recognizer.go index b825d9363..5ef31b045 100644 --- a/runtime/Go/antlr/recognizer.go +++ b/runtime/Go/antlr/recognizer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/rule_context.go b/runtime/Go/antlr/rule_context.go index 924a3860a..241d0edbf 100644 --- a/runtime/Go/antlr/rule_context.go +++ b/runtime/Go/antlr/rule_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/semantic_context.go b/runtime/Go/antlr/semantic_context.go index 4f9115b2f..d84026f56 100644 --- a/runtime/Go/antlr/semantic_context.go +++ b/runtime/Go/antlr/semantic_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token.go b/runtime/Go/antlr/token.go index 38fac438f..870ed73e7 100644 --- a/runtime/Go/antlr/token.go +++ b/runtime/Go/antlr/token.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token_source.go b/runtime/Go/antlr/token_source.go index d2ff12de8..39bd2647e 100644 --- a/runtime/Go/antlr/token_source.go +++ b/runtime/Go/antlr/token_source.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token_stream.go b/runtime/Go/antlr/token_stream.go index 247743d3b..131211ef5 100644 --- a/runtime/Go/antlr/token_stream.go +++ b/runtime/Go/antlr/token_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/trace_listener.go b/runtime/Go/antlr/trace_listener.go index 406d06e6f..0c5d635e0 100644 --- a/runtime/Go/antlr/trace_listener.go +++ b/runtime/Go/antlr/trace_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/transition.go b/runtime/Go/antlr/transition.go index 4c8b04406..f66120a66 100644 --- a/runtime/Go/antlr/transition.go +++ b/runtime/Go/antlr/transition.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/tree.go b/runtime/Go/antlr/tree.go index 29c4e907e..9ac0fc206 100644 --- a/runtime/Go/antlr/tree.go +++ b/runtime/Go/antlr/tree.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/trees.go b/runtime/Go/antlr/trees.go index fda3e36da..6f26c8834 100644 --- a/runtime/Go/antlr/trees.go +++ b/runtime/Go/antlr/trees.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/utils.go b/runtime/Go/antlr/utils.go index 2df4128f5..107fe601f 100644 --- a/runtime/Go/antlr/utils.go +++ b/runtime/Go/antlr/utils.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/nb-configuration.xml b/runtime/Java/nb-configuration.xml index cb633c5ce..cde3cc778 100644 --- a/runtime/Java/nb-configuration.xml +++ b/runtime/Java/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml index c0ca1269f..a69de2a35 100644 --- a/runtime/Java/pom.xml +++ b/runtime/Java/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java index 0d897c4d0..144888c0c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java index 573145db7..ae32b0284 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java index d665e98d5..9a1181bde 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java index 1c49bba76..63bb6416d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java index 5e9b05b48..de9c4dcc0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java index 306f245b9..bbc5f4d88 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java index a731a12f8..e429b8cdc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java index e9fdd0d2c..3a1aa22e9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java index 7a51388dc..2a299b20f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java index 8eb1b4a8d..3430f1648 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java index f04f74d2d..09699be9f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java index 169a24489..94c07c1a5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java index 29af125e0..ce57c9cfe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java index a916a69c8..2c83224e3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java index 4f3807d0b..59b65bd12 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java index d7ac18b5f..748eb1be6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index db4ffb469..2bd9dce0a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java index ffc9a162e..45476701a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java index 9b4b76956..fa7726399 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java index 5b9c5324d..b8ae96673 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java index 8f790976b..a6417944d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java index 566c2af57..d879b7077 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java index bffeb9f42..2c98364c3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Parser.java b/runtime/Java/src/org/antlr/v4/runtime/Parser.java index fb2518446..7a388dd78 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Parser.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java index 3581c6a29..ea61fcd10 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java index 4308fe0bc..355e2b762 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java index 2c293abc9..bd680d610 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java index bc9d69aec..c4391cf1e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java index 15221163e..465a5f200 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java index 122021089..42d0184e0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java index dda00851f..abfaaa599 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java index df878bc3e..242edb8f4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Token.java b/runtime/Java/src/org/antlr/v4/runtime/Token.java index 54ff5c40a..54ace40bf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Token.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java index 6debf2015..307445f38 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java index 18064f110..f7865eef6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java index 9a1153a76..053d601af 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java index 8bd36e3bf..499e728bf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java index 0087f6681..65cac16ae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java index cf58584c2..1e02bf176 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java index 3b54cb20a..e0900d094 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java index aa6e17d29..a169b0659 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java index 5bad2c691..8039ec1f5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java index d203bd23e..cb0a23fa0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java index 34f5c8729..4726844a9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java index 0c24023f1..d12b5f90c 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java index 13fb6cb1f..3050b24c0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java index e1bd6ae5f..c5fb840b6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java index 151baebaa..04332fefd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java index 9f15cb414..18a7039c5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java index 0d41ad28f..c24df6135 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java index 555a07d1d..f2829e81d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java index 230e48e83..47ec9d060 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java index 26098ceac..20221058e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java index 470efea4b..76b47176e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java index c53b4d230..17f49076e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java index 6e66c0b58..a91cc4308 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java index 63de6f8fe..5436dd4b5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java index d7be940c7..701930748 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java index 3d9fee8f5..cbe572140 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java index 36fa8e452..ac5e6da35 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java index ea0cfc52b..7847cff74 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java index f3055d091..9c4c75b2e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java index 4e6846f01..fb80c454c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java index 1479e58c7..0fd9e685d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java index 3c5fc2c53..425083be7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java index 3fc725c0c..b468ebf18 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java index 303fbe15a..37417dca8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java index c16f3fc53..409727a7d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java index 3d833cc0b..0214ed2f6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java index 8d06cdb37..5258b52d5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java index 349e56fa3..1040c973f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java index e1d267baf..ed4241175 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java index a4d23daf0..e4e1b40a5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java index 78e4b04ab..0e60c2621 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java index ea8a87073..29848f94e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java index 1ecfdbe9e..01c799d90 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java index 4e08e6146..d3238c415 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java index e782d4878..7023252c5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java index fb706ccd4..f960fc020 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java index c5fe5b888..af80dc6a6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java index ac1a30b63..6e34db94a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java index 96ac467aa..b497ab42e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java index 5b0475db1..529209a94 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java index e86069f75..97f283170 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java index 0177d1ccc..1c418b4e6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java index c66b7e588..4107fdcd3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java index 3c6a844c0..7bad533a5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java index 467d9d083..201aff31f 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java index bddd91d6b..d4b3d9ca1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java index 7d2a1e9e4..96ab62e15 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java index 5b531b39b..d5912f179 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java index cc937ad25..c8dd0400b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java index e39bfb640..6dcdf61d2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java index a9cf96d68..8b29cc6c2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java index 3922ca9a2..df58fa472 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java index a8d2e0b89..ef30ae8f6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java index 4a54ee1d8..ca955fe15 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java index e2343d9ca..99a080c71 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java index 867d0c8e9..f1d405bd9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java index 7585e7d3a..4aa09f2fb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java index ca1391ab2..b602d7f59 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java index 56b944a09..796e22ed3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java index 6ad6ae250..6212f7f68 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java index 276c0e2de..1f86ff34f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java index 594b210e7..078977e4c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java index 9a4330664..7d977ed1a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java index 6790ecce9..9d0e3f172 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java index 47db616c1..5ab37d973 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java index cdbcf046d..f89159930 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java index 99f19d125..f108ec796 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java index bd12178e2..dd91597ae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java index 6ede08b87..f7e7cc5bf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java index 8ce5c7b98..99ac8e7da 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java index 5ec597315..346c3047f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java index 951b7f14a..d9ea75624 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java index c4d99551b..45607d3ef 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java index 9ea7cc08e..d0c0aa142 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java index 603e071dc..8f723ef22 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java index 050cc63c7..91245b92f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java index c9662a095..95ca241f8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java index 91408885d..41062b52c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java index 52301e1c6..4c7524980 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java index 3373fb1b6..d5abda559 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java index 7c69d62bb..a29a03fbd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java index 75532de77..d4832d253 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java index 57c3e9f47..b850208d0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java index 1b5cf0190..3ab70c5de 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java index 7b9362aee..7c843d7d7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java index 91c2769ea..6294c9b8f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java index c09ba90f2..f14b88630 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java index b99dd0189..e0875ae1e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java index b10d27bd8..db4ecf867 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java index 2e01045c2..f87720610 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java index 29f73f552..4c572b898 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java index 4b0d1f2dc..ed921afc4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java index 791348dae..1d0eb1159 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java index c72060c8e..6bc3ea0b6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java index ef6d278c7..160e6083c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java index e04eb7126..d0b49a8cc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java index 7313a4941..cb8d88b26 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java index 0773571f3..818387cb5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java index b68f611b3..068848db6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java index e46d30370..b6917cf95 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java index 6d69f6e9f..4b1e5e3a6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java index 8264f63ed..b77d86898 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java index 5dad9d482..a256f2651 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java index df3c95a67..2d0ce4578 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java index 5888fc5cf..882eb1307 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java index 49c7e276e..216b90810 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java index a2d2bf997..2458a4bd4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java index 7e3bd3fe5..bc5d9ebd9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java index 6a27919ea..fd1329f77 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java index 98bd98c38..2b4945bd9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java index 8fbd98bc0..38755b2ae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java index 72de59f9e..22e9a20ac 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java index ac6f9af25..1d1e60320 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java index a10886ead..72c916b74 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java index 7cae5af3f..d0bec0c0c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java index 97ae72ca3..9929c631e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java index f1f09bed2..1b57a4a79 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java index b367bd3a6..f2ffe8dec 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java index e471f217b..3ae14a19b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java index 602b6c126..631e4bdcb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java index 2add1b048..370757037 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java index 6c61ccb34..4f23dd08e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java index 3a73f0b63..53e5919fb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java index bd375a752..1e573d4fd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java index 6e3ba5849..59a71a408 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js index 0b435939c..343d2b218 100644 --- a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js +++ b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js index 96b61fd9e..df686d149 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/CommonTokenStream.js b/runtime/JavaScript/src/antlr4/CommonTokenStream.js index 9e0be1d1a..3f6d6ba91 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenStream.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/FileStream.js b/runtime/JavaScript/src/antlr4/FileStream.js index 8d5b5acde..492ceb213 100644 --- a/runtime/JavaScript/src/antlr4/FileStream.js +++ b/runtime/JavaScript/src/antlr4/FileStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/InputStream.js b/runtime/JavaScript/src/antlr4/InputStream.js index a4d021185..62d20577d 100644 --- a/runtime/JavaScript/src/antlr4/InputStream.js +++ b/runtime/JavaScript/src/antlr4/InputStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/IntervalSet.js b/runtime/JavaScript/src/antlr4/IntervalSet.js index 2f2adc8fd..b869cfea0 100644 --- a/runtime/JavaScript/src/antlr4/IntervalSet.js +++ b/runtime/JavaScript/src/antlr4/IntervalSet.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/LL1Analyzer.js b/runtime/JavaScript/src/antlr4/LL1Analyzer.js index e9a0c25e5..65633088d 100644 --- a/runtime/JavaScript/src/antlr4/LL1Analyzer.js +++ b/runtime/JavaScript/src/antlr4/LL1Analyzer.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Lexer.js b/runtime/JavaScript/src/antlr4/Lexer.js index 902399d7e..31a4c5dcd 100644 --- a/runtime/JavaScript/src/antlr4/Lexer.js +++ b/runtime/JavaScript/src/antlr4/Lexer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Parser.js b/runtime/JavaScript/src/antlr4/Parser.js index 365bedb42..a60a0b7b1 100644 --- a/runtime/JavaScript/src/antlr4/Parser.js +++ b/runtime/JavaScript/src/antlr4/Parser.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/ParserRuleContext.js b/runtime/JavaScript/src/antlr4/ParserRuleContext.js index a63c5fd3f..31f89c190 100644 --- a/runtime/JavaScript/src/antlr4/ParserRuleContext.js +++ b/runtime/JavaScript/src/antlr4/ParserRuleContext.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/PredictionContext.js b/runtime/JavaScript/src/antlr4/PredictionContext.js index 646a934a7..39e4926dc 100644 --- a/runtime/JavaScript/src/antlr4/PredictionContext.js +++ b/runtime/JavaScript/src/antlr4/PredictionContext.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Recognizer.js b/runtime/JavaScript/src/antlr4/Recognizer.js index 96b178549..fd4c74367 100644 --- a/runtime/JavaScript/src/antlr4/Recognizer.js +++ b/runtime/JavaScript/src/antlr4/Recognizer.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/RuleContext.js b/runtime/JavaScript/src/antlr4/RuleContext.js index 4ec93b422..63b6faf85 100644 --- a/runtime/JavaScript/src/antlr4/RuleContext.js +++ b/runtime/JavaScript/src/antlr4/RuleContext.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Token.js b/runtime/JavaScript/src/antlr4/Token.js index bbc61b2f5..41c124e69 100644 --- a/runtime/JavaScript/src/antlr4/Token.js +++ b/runtime/JavaScript/src/antlr4/Token.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Utils.js b/runtime/JavaScript/src/antlr4/Utils.js index 93b03c56f..534f046c1 100644 --- a/runtime/JavaScript/src/antlr4/Utils.js +++ b/runtime/JavaScript/src/antlr4/Utils.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATN.js b/runtime/JavaScript/src/antlr4/atn/ATN.js index 958b779f8..8c6108b3a 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATN.js +++ b/runtime/JavaScript/src/antlr4/atn/ATN.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js index 1f91e1075..31f531a48 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js index 67a2bdfb6..51ae5a65f 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js index 82045faae..1239d6ef9 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js index 0a1014dcd..98de1667d 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js index cd1fe9ce5..6c1b749f9 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNState.js b/runtime/JavaScript/src/antlr4/atn/ATNState.js index a7e94f292..2aeeb84f8 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNState.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNState.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNType.js b/runtime/JavaScript/src/antlr4/atn/ATNType.js index bf85f0309..3462228d7 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNType.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNType.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js index bfbcba101..d777ddafc 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerAction.js b/runtime/JavaScript/src/antlr4/atn/LexerAction.js index 5ed8f7ac7..558f4d7e5 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerAction.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerAction.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js index f6fbb959c..c81d6df3e 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js index c35648115..b525e739a 100644 --- a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js index 611365a29..40598b799 100644 --- a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js +++ b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js index 8da745752..925dfe784 100644 --- a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js +++ b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/Transition.js b/runtime/JavaScript/src/antlr4/atn/Transition.js index 44088ec53..19a8a98a6 100644 --- a/runtime/JavaScript/src/antlr4/atn/Transition.js +++ b/runtime/JavaScript/src/antlr4/atn/Transition.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/index.js b/runtime/JavaScript/src/antlr4/atn/index.js index fe8b03bbe..124426029 100644 --- a/runtime/JavaScript/src/antlr4/atn/index.js +++ b/runtime/JavaScript/src/antlr4/atn/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFA.js b/runtime/JavaScript/src/antlr4/dfa/DFA.js index 4f3623c67..606496005 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFA.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFA.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js index 5aa905de5..e7dc95818 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFAState.js b/runtime/JavaScript/src/antlr4/dfa/DFAState.js index 472dc78c3..d56b193a6 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFAState.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFAState.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/index.js b/runtime/JavaScript/src/antlr4/dfa/index.js index 93c85fe31..0424b1626 100644 --- a/runtime/JavaScript/src/antlr4/dfa/index.js +++ b/runtime/JavaScript/src/antlr4/dfa/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js index 9cfb4b995..6af59dc14 100644 --- a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/ErrorListener.js b/runtime/JavaScript/src/antlr4/error/ErrorListener.js index c72b7ae32..36c45edd5 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorListener.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js index 35b8b2ae2..6b1597b07 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/Errors.js b/runtime/JavaScript/src/antlr4/error/Errors.js index a0081d6ef..310eaeda2 100644 --- a/runtime/JavaScript/src/antlr4/error/Errors.js +++ b/runtime/JavaScript/src/antlr4/error/Errors.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/index.js b/runtime/JavaScript/src/antlr4/error/index.js index c3ee7d451..a70fa0da9 100644 --- a/runtime/JavaScript/src/antlr4/error/index.js +++ b/runtime/JavaScript/src/antlr4/error/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/index.js b/runtime/JavaScript/src/antlr4/index.js index 0ab2b6aa9..1d4970050 100644 --- a/runtime/JavaScript/src/antlr4/index.js +++ b/runtime/JavaScript/src/antlr4/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/Tree.js b/runtime/JavaScript/src/antlr4/tree/Tree.js index a617c0d8c..e72840c52 100644 --- a/runtime/JavaScript/src/antlr4/tree/Tree.js +++ b/runtime/JavaScript/src/antlr4/tree/Tree.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/Trees.js b/runtime/JavaScript/src/antlr4/tree/Trees.js index 287f84842..e7c2a2f15 100644 --- a/runtime/JavaScript/src/antlr4/tree/Trees.js +++ b/runtime/JavaScript/src/antlr4/tree/Trees.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/index.js b/runtime/JavaScript/src/antlr4/tree/index.js index 2fc66066c..1427cb6d0 100644 --- a/runtime/JavaScript/src/antlr4/tree/index.js +++ b/runtime/JavaScript/src/antlr4/tree/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Python2/src/antlr4/BufferedTokenStream.py b/runtime/Python2/src/antlr4/BufferedTokenStream.py index 29767f8f8..c343010d5 100644 --- a/runtime/Python2/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python2/src/antlr4/BufferedTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/CommonTokenFactory.py b/runtime/Python2/src/antlr4/CommonTokenFactory.py index d1b87ae0f..bf45da775 100644 --- a/runtime/Python2/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python2/src/antlr4/CommonTokenFactory.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/CommonTokenStream.py b/runtime/Python2/src/antlr4/CommonTokenStream.py index 2bacbb702..44d1a1ee6 100644 --- a/runtime/Python2/src/antlr4/CommonTokenStream.py +++ b/runtime/Python2/src/antlr4/CommonTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/FileStream.py b/runtime/Python2/src/antlr4/FileStream.py index d9e5efb46..9484ff2fc 100644 --- a/runtime/Python2/src/antlr4/FileStream.py +++ b/runtime/Python2/src/antlr4/FileStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/InputStream.py b/runtime/Python2/src/antlr4/InputStream.py index 4933c80f9..ff25aa7d3 100644 --- a/runtime/Python2/src/antlr4/InputStream.py +++ b/runtime/Python2/src/antlr4/InputStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/IntervalSet.py b/runtime/Python2/src/antlr4/IntervalSet.py index 144fc5d00..91d417afa 100644 --- a/runtime/Python2/src/antlr4/IntervalSet.py +++ b/runtime/Python2/src/antlr4/IntervalSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/LL1Analyzer.py b/runtime/Python2/src/antlr4/LL1Analyzer.py index 813888994..922186465 100644 --- a/runtime/Python2/src/antlr4/LL1Analyzer.py +++ b/runtime/Python2/src/antlr4/LL1Analyzer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/Lexer.py b/runtime/Python2/src/antlr4/Lexer.py index d14e66f9f..14f784036 100644 --- a/runtime/Python2/src/antlr4/Lexer.py +++ b/runtime/Python2/src/antlr4/Lexer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/ListTokenSource.py b/runtime/Python2/src/antlr4/ListTokenSource.py index 83de00666..d7cc47a19 100644 --- a/runtime/Python2/src/antlr4/ListTokenSource.py +++ b/runtime/Python2/src/antlr4/ListTokenSource.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/Parser.py b/runtime/Python2/src/antlr4/Parser.py index 37bd3a434..26a942c83 100644 --- a/runtime/Python2/src/antlr4/Parser.py +++ b/runtime/Python2/src/antlr4/Parser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from __future__ import print_function diff --git a/runtime/Python2/src/antlr4/ParserInterpreter.py b/runtime/Python2/src/antlr4/ParserInterpreter.py index d3e4ed838..112dac578 100644 --- a/runtime/Python2/src/antlr4/ParserInterpreter.py +++ b/runtime/Python2/src/antlr4/ParserInterpreter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/ParserRuleContext.py b/runtime/Python2/src/antlr4/ParserRuleContext.py index 3a0db7a58..41e9be884 100644 --- a/runtime/Python2/src/antlr4/ParserRuleContext.py +++ b/runtime/Python2/src/antlr4/ParserRuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/PredictionContext.py b/runtime/Python2/src/antlr4/PredictionContext.py index 43348a28a..bb6d40dde 100644 --- a/runtime/Python2/src/antlr4/PredictionContext.py +++ b/runtime/Python2/src/antlr4/PredictionContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/Recognizer.py b/runtime/Python2/src/antlr4/Recognizer.py index 91d8e191d..c711a6c27 100644 --- a/runtime/Python2/src/antlr4/Recognizer.py +++ b/runtime/Python2/src/antlr4/Recognizer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/RuleContext.py b/runtime/Python2/src/antlr4/RuleContext.py index a4fe5aec9..036313376 100644 --- a/runtime/Python2/src/antlr4/RuleContext.py +++ b/runtime/Python2/src/antlr4/RuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/StdinStream.py b/runtime/Python2/src/antlr4/StdinStream.py index 3b06e7784..1d5925bc5 100644 --- a/runtime/Python2/src/antlr4/StdinStream.py +++ b/runtime/Python2/src/antlr4/StdinStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/Token.py b/runtime/Python2/src/antlr4/Token.py index 720ff871f..4691b640a 100644 --- a/runtime/Python2/src/antlr4/Token.py +++ b/runtime/Python2/src/antlr4/Token.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/TokenStreamRewriter.py b/runtime/Python2/src/antlr4/TokenStreamRewriter.py index 1a5ff654b..da4df9f84 100644 --- a/runtime/Python2/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python2/src/antlr4/TokenStreamRewriter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/Utils.py b/runtime/Python2/src/antlr4/Utils.py index 3218510d5..c251a1d28 100644 --- a/runtime/Python2/src/antlr4/Utils.py +++ b/runtime/Python2/src/antlr4/Utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATN.py b/runtime/Python2/src/antlr4/atn/ATN.py index 72e0cbe51..71f985415 100644 --- a/runtime/Python2/src/antlr4/atn/ATN.py +++ b/runtime/Python2/src/antlr4/atn/ATN.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNConfig.py b/runtime/Python2/src/antlr4/atn/ATNConfig.py index 607f9f5f0..0f4b06893 100644 --- a/runtime/Python2/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfig.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py index 157f23abf..b8d849af4 100755 --- a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py index f7f2efb4f..a4b550aa8 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py index db6d6dfeb..85cc831a8 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNSimulator.py b/runtime/Python2/src/antlr4/atn/ATNSimulator.py index ddd01fd87..5c688afe5 100644 --- a/runtime/Python2/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNState.py b/runtime/Python2/src/antlr4/atn/ATNState.py index f3f0ce9d9..c043296ea 100644 --- a/runtime/Python2/src/antlr4/atn/ATNState.py +++ b/runtime/Python2/src/antlr4/atn/ATNState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATNType.py b/runtime/Python2/src/antlr4/atn/ATNType.py index f81e985bf..6ff21e746 100644 --- a/runtime/Python2/src/antlr4/atn/ATNType.py +++ b/runtime/Python2/src/antlr4/atn/ATNType.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py index 6de9980ce..ce4046512 100644 --- a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/LexerAction.py b/runtime/Python2/src/antlr4/atn/LexerAction.py index 0e7260a35..91dfcb384 100644 --- a/runtime/Python2/src/antlr4/atn/LexerAction.py +++ b/runtime/Python2/src/antlr4/atn/LexerAction.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py index cdf984b08..ab9dc2bdd 100644 --- a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py index a8f7b4ac3..607a08fc6 100755 --- a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/PredictionMode.py b/runtime/Python2/src/antlr4/atn/PredictionMode.py index f20fc3f0b..50a80487e 100644 --- a/runtime/Python2/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python2/src/antlr4/atn/PredictionMode.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/SemanticContext.py b/runtime/Python2/src/antlr4/atn/SemanticContext.py index 3068d59cd..71c62d1a4 100644 --- a/runtime/Python2/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python2/src/antlr4/atn/SemanticContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/Transition.py b/runtime/Python2/src/antlr4/atn/Transition.py index 858ade6de..1850bb4d6 100644 --- a/runtime/Python2/src/antlr4/atn/Transition.py +++ b/runtime/Python2/src/antlr4/atn/Transition.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/dfa/DFA.py b/runtime/Python2/src/antlr4/dfa/DFA.py index 933afbd87..89bfea8bd 100644 --- a/runtime/Python2/src/antlr4/dfa/DFA.py +++ b/runtime/Python2/src/antlr4/dfa/DFA.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python2/src/antlr4/dfa/DFASerializer.py b/runtime/Python2/src/antlr4/dfa/DFASerializer.py index 4b566fc04..58c336611 100644 --- a/runtime/Python2/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python2/src/antlr4/dfa/DFASerializer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/dfa/DFAState.py b/runtime/Python2/src/antlr4/dfa/DFAState.py index 4c4afdfab..77d60d97c 100644 --- a/runtime/Python2/src/antlr4/dfa/DFAState.py +++ b/runtime/Python2/src/antlr4/dfa/DFAState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py index dd90b8bae..30c31273d 100644 --- a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/ErrorListener.py b/runtime/Python2/src/antlr4/error/ErrorListener.py index 36d858697..5e192b70d 100644 --- a/runtime/Python2/src/antlr4/error/ErrorListener.py +++ b/runtime/Python2/src/antlr4/error/ErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/error/ErrorStrategy.py b/runtime/Python2/src/antlr4/error/ErrorStrategy.py index 2a3894bc4..cb2118456 100644 --- a/runtime/Python2/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python2/src/antlr4/error/ErrorStrategy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/Errors.py b/runtime/Python2/src/antlr4/error/Errors.py index 4a57f120f..96bc358e4 100644 --- a/runtime/Python2/src/antlr4/error/Errors.py +++ b/runtime/Python2/src/antlr4/error/Errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Chunk.py b/runtime/Python2/src/antlr4/tree/Chunk.py index f28ed281d..fcfaeaa15 100644 --- a/runtime/Python2/src/antlr4/tree/Chunk.py +++ b/runtime/Python2/src/antlr4/tree/Chunk.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py index 1d9c662d9..b192b2c33 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py index 8fc470efd..209dcb977 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py index 96dc6a6ff..22eb97555 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/RuleTagToken.py b/runtime/Python2/src/antlr4/tree/RuleTagToken.py index b96cd9051..5b559c739 100644 --- a/runtime/Python2/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python2/src/antlr4/tree/RuleTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/TokenTagToken.py b/runtime/Python2/src/antlr4/tree/TokenTagToken.py index f1a3f209e..d4177f56f 100644 --- a/runtime/Python2/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python2/src/antlr4/tree/TokenTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/Tree.py b/runtime/Python2/src/antlr4/tree/Tree.py index c4d0c1abb..ab1aac077 100644 --- a/runtime/Python2/src/antlr4/tree/Tree.py +++ b/runtime/Python2/src/antlr4/tree/Tree.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Trees.py b/runtime/Python2/src/antlr4/tree/Trees.py index f7ee0a146..743f5fcf8 100644 --- a/runtime/Python2/src/antlr4/tree/Trees.py +++ b/runtime/Python2/src/antlr4/tree/Trees.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/xpath/XPath.py b/runtime/Python2/src/antlr4/xpath/XPath.py index c062e5fcc..e10f6f2ed 100644 --- a/runtime/Python2/src/antlr4/xpath/XPath.py +++ b/runtime/Python2/src/antlr4/xpath/XPath.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/tests/TestTokenStreamRewriter.py b/runtime/Python2/tests/TestTokenStreamRewriter.py index bd837a89a..d312baec1 100644 --- a/runtime/Python2/tests/TestTokenStreamRewriter.py +++ b/runtime/Python2/tests/TestTokenStreamRewriter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/BufferedTokenStream.py b/runtime/Python3/src/antlr4/BufferedTokenStream.py index 2d8cd21b7..7ca2b8408 100644 --- a/runtime/Python3/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python3/src/antlr4/BufferedTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/CommonTokenFactory.py b/runtime/Python3/src/antlr4/CommonTokenFactory.py index 2865f2a7c..fc3c5b1c0 100644 --- a/runtime/Python3/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python3/src/antlr4/CommonTokenFactory.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/CommonTokenStream.py b/runtime/Python3/src/antlr4/CommonTokenStream.py index 4cc99d7cb..7ee4cfc74 100644 --- a/runtime/Python3/src/antlr4/CommonTokenStream.py +++ b/runtime/Python3/src/antlr4/CommonTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/FileStream.py b/runtime/Python3/src/antlr4/FileStream.py index e2b0ee52d..271d706e3 100644 --- a/runtime/Python3/src/antlr4/FileStream.py +++ b/runtime/Python3/src/antlr4/FileStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/InputStream.py b/runtime/Python3/src/antlr4/InputStream.py index 71467fcff..42c7f3bdd 100644 --- a/runtime/Python3/src/antlr4/InputStream.py +++ b/runtime/Python3/src/antlr4/InputStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/IntervalSet.py b/runtime/Python3/src/antlr4/IntervalSet.py index 6aea70bee..ba6b565f5 100644 --- a/runtime/Python3/src/antlr4/IntervalSet.py +++ b/runtime/Python3/src/antlr4/IntervalSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/LL1Analyzer.py b/runtime/Python3/src/antlr4/LL1Analyzer.py index d2fb2b48a..7d923d77f 100644 --- a/runtime/Python3/src/antlr4/LL1Analyzer.py +++ b/runtime/Python3/src/antlr4/LL1Analyzer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Lexer.py b/runtime/Python3/src/antlr4/Lexer.py index 3189f2b03..086a93ead 100644 --- a/runtime/Python3/src/antlr4/Lexer.py +++ b/runtime/Python3/src/antlr4/Lexer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/ListTokenSource.py b/runtime/Python3/src/antlr4/ListTokenSource.py index 98bf3ff82..286d54d22 100644 --- a/runtime/Python3/src/antlr4/ListTokenSource.py +++ b/runtime/Python3/src/antlr4/ListTokenSource.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Parser.py b/runtime/Python3/src/antlr4/Parser.py index f0c0c9401..c6ea10e2d 100644 --- a/runtime/Python3/src/antlr4/Parser.py +++ b/runtime/Python3/src/antlr4/Parser.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.BufferedTokenStream import TokenStream diff --git a/runtime/Python3/src/antlr4/ParserInterpreter.py b/runtime/Python3/src/antlr4/ParserInterpreter.py index f3787f5b9..7e10c269a 100644 --- a/runtime/Python3/src/antlr4/ParserInterpreter.py +++ b/runtime/Python3/src/antlr4/ParserInterpreter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/ParserRuleContext.py b/runtime/Python3/src/antlr4/ParserRuleContext.py index 46846165e..63b5f2f9f 100644 --- a/runtime/Python3/src/antlr4/ParserRuleContext.py +++ b/runtime/Python3/src/antlr4/ParserRuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/PredictionContext.py b/runtime/Python3/src/antlr4/PredictionContext.py index 3e75437a8..ac770791c 100644 --- a/runtime/Python3/src/antlr4/PredictionContext.py +++ b/runtime/Python3/src/antlr4/PredictionContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Recognizer.py b/runtime/Python3/src/antlr4/Recognizer.py index b60438e54..b80f4ae3a 100644 --- a/runtime/Python3/src/antlr4/Recognizer.py +++ b/runtime/Python3/src/antlr4/Recognizer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/RuleContext.py b/runtime/Python3/src/antlr4/RuleContext.py index a4bf986c5..276100926 100644 --- a/runtime/Python3/src/antlr4/RuleContext.py +++ b/runtime/Python3/src/antlr4/RuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Token.py b/runtime/Python3/src/antlr4/Token.py index f86361e63..7476655d9 100644 --- a/runtime/Python3/src/antlr4/Token.py +++ b/runtime/Python3/src/antlr4/Token.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/TokenStreamRewriter.py b/runtime/Python3/src/antlr4/TokenStreamRewriter.py index 3b1100abe..8d48c70c7 100644 --- a/runtime/Python3/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python3/src/antlr4/TokenStreamRewriter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Utils.py b/runtime/Python3/src/antlr4/Utils.py index 8f242e86c..f3efa2829 100644 --- a/runtime/Python3/src/antlr4/Utils.py +++ b/runtime/Python3/src/antlr4/Utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATN.py b/runtime/Python3/src/antlr4/atn/ATN.py index 4b2300cf3..00db47567 100644 --- a/runtime/Python3/src/antlr4/atn/ATN.py +++ b/runtime/Python3/src/antlr4/atn/ATN.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNConfig.py b/runtime/Python3/src/antlr4/atn/ATNConfig.py index 6842c8195..c5a4e286f 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfig.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py index 2c8ca5f95..cd1a9bf46 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py index c203c8f59..9e2ae3782 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py index c7c9039df..24fdc0a43 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNSimulator.py b/runtime/Python3/src/antlr4/atn/ATNSimulator.py index 95a040927..3a8af0d63 100644 --- a/runtime/Python3/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNState.py b/runtime/Python3/src/antlr4/atn/ATNState.py index 7b5fbc48c..01a9e1019 100644 --- a/runtime/Python3/src/antlr4/atn/ATNState.py +++ b/runtime/Python3/src/antlr4/atn/ATNState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATNType.py b/runtime/Python3/src/antlr4/atn/ATNType.py index aea9272d8..2dc822629 100644 --- a/runtime/Python3/src/antlr4/atn/ATNType.py +++ b/runtime/Python3/src/antlr4/atn/ATNType.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py index b22735772..0ae131be9 100644 --- a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/LexerAction.py b/runtime/Python3/src/antlr4/atn/LexerAction.py index be2fcc9fe..0fc28926e 100644 --- a/runtime/Python3/src/antlr4/atn/LexerAction.py +++ b/runtime/Python3/src/antlr4/atn/LexerAction.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py index 2f6ead207..b91e752ec 100644 --- a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py index e6f65a156..19b1c5b52 100644 --- a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/PredictionMode.py b/runtime/Python3/src/antlr4/atn/PredictionMode.py index bf0bbff2a..e8c144e4f 100644 --- a/runtime/Python3/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python3/src/antlr4/atn/PredictionMode.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/SemanticContext.py b/runtime/Python3/src/antlr4/atn/SemanticContext.py index 2771f9453..7a8107a91 100644 --- a/runtime/Python3/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python3/src/antlr4/atn/SemanticContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/Transition.py b/runtime/Python3/src/antlr4/atn/Transition.py index 759a2ca7e..ad8932eb3 100644 --- a/runtime/Python3/src/antlr4/atn/Transition.py +++ b/runtime/Python3/src/antlr4/atn/Transition.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/dfa/DFA.py b/runtime/Python3/src/antlr4/dfa/DFA.py index 1770d1125..5d857d360 100644 --- a/runtime/Python3/src/antlr4/dfa/DFA.py +++ b/runtime/Python3/src/antlr4/dfa/DFA.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python3/src/antlr4/dfa/DFASerializer.py b/runtime/Python3/src/antlr4/dfa/DFASerializer.py index 12cc094cd..08b8c2e13 100644 --- a/runtime/Python3/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python3/src/antlr4/dfa/DFASerializer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/dfa/DFAState.py b/runtime/Python3/src/antlr4/dfa/DFAState.py index b3046479b..a1c49d317 100644 --- a/runtime/Python3/src/antlr4/dfa/DFAState.py +++ b/runtime/Python3/src/antlr4/dfa/DFAState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py index a92a3dd44..b1a9c95f4 100644 --- a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/ErrorListener.py b/runtime/Python3/src/antlr4/error/ErrorListener.py index 3361f9d5c..9072d434d 100644 --- a/runtime/Python3/src/antlr4/error/ErrorListener.py +++ b/runtime/Python3/src/antlr4/error/ErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/error/ErrorStrategy.py b/runtime/Python3/src/antlr4/error/ErrorStrategy.py index 8a48ba064..396415e56 100644 --- a/runtime/Python3/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python3/src/antlr4/error/ErrorStrategy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/Errors.py b/runtime/Python3/src/antlr4/error/Errors.py index e12af0c70..d2f71b467 100644 --- a/runtime/Python3/src/antlr4/error/Errors.py +++ b/runtime/Python3/src/antlr4/error/Errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Chunk.py b/runtime/Python3/src/antlr4/tree/Chunk.py index 71526865a..6c2cd69e2 100644 --- a/runtime/Python3/src/antlr4/tree/Chunk.py +++ b/runtime/Python3/src/antlr4/tree/Chunk.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py index 18622815f..d96d5f60d 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py index 66faa7bc2..3556bcf7e 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py index 6ff481bf7..00ba86fe4 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/RuleTagToken.py b/runtime/Python3/src/antlr4/tree/RuleTagToken.py index 4d2f06b9f..e725190c6 100644 --- a/runtime/Python3/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python3/src/antlr4/tree/RuleTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/TokenTagToken.py b/runtime/Python3/src/antlr4/tree/TokenTagToken.py index d3173e83e..40583fa61 100644 --- a/runtime/Python3/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python3/src/antlr4/tree/TokenTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Tree.py b/runtime/Python3/src/antlr4/tree/Tree.py index 2a41caee4..27b409540 100644 --- a/runtime/Python3/src/antlr4/tree/Tree.py +++ b/runtime/Python3/src/antlr4/tree/Tree.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/tree/Trees.py b/runtime/Python3/src/antlr4/tree/Trees.py index 1e06d4ce6..0e113bf60 100644 --- a/runtime/Python3/src/antlr4/tree/Trees.py +++ b/runtime/Python3/src/antlr4/tree/Trees.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/xpath/XPath.py b/runtime/Python3/src/antlr4/xpath/XPath.py index 70b532978..66f2e3479 100644 --- a/runtime/Python3/src/antlr4/xpath/XPath.py +++ b/runtime/Python3/src/antlr4/xpath/XPath.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/test/ctest.py b/runtime/Python3/test/ctest.py index 7656f8f3a..d76022253 100644 --- a/runtime/Python3/test/ctest.py +++ b/runtime/Python3/test/ctest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift index 631c4ef80..70ba8e8a8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift index 12bbe76a2..4d1fda757 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift index 521b0cd66..9d3cd4043 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift index c02a83189..99ed18486 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift index 30d3d17f0..cd707b298 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift index 7f17f9673..8215eebb6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift index a32297e08..5eac1256a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift index 5ccbbd491..89a84f81d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift index ba0e2af7d..7ead31d29 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift index 439ef8a43..f71547cae 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift index ed0b8f530..7f9a6104d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift index f4499eccc..8d49044e3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift index 50e622246..73c0e181e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift index fba94e5e3..26a72b6b2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift index 98af40a77..4d0bb31e2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift index 3a6012303..a220fc03a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift index 0e3cc6ac5..970283ad3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift index c4a3aa427..58302da3a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift index 94c110247..d07881a74 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift index c089d7132..777c07903 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift index 13bca2f78..266f34318 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift index b8d4b1a8c..5d0e5f853 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift index e61a3681c..38dae153d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift index 0124af7d3..07a367231 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift index 9ebd95ac3..1a996780d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift index 60e84c7e7..9d94abb31 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift index a7d589ee2..bfbc239f7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift index 587eee73a..2aacb6d01 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift index be89c58ff..6b8bf99f1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift index 750285f51..33442277e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift index 35b1250d9..cf2cf4f64 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift index 65d58eb00..348c0a659 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift index 097c18896..0cf306f01 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift index af4f72d7a..debac6a4b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift index a731f70cb..e2bbc4616 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift index 799148dfa..d6c118693 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift index a8e7fde3e..fd6cfa5c4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift index e94de7539..31e313d0f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift index 5f58d78b2..b2a9e8c2e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift index 93c68d576..66f49be76 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift index fcfb91dd0..bfd24eb41 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift index a3a840247..eea322ca2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift index 6019816eb..0fbc35f34 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift index b58f41935..05f4f2170 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift index 92e102d24..503493219 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift index ebea093dd..3db7b6260 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift index 10bc4b29f..aa0a70de8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift index 73d45635a..039fdae34 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift index f8e397666..a37104c59 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift index c76489508..a3804698f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift index c42f5987f..51e53b52a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift index 246fbba57..370670c39 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift index 4a38b703f..971387e83 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift index 229f2290e..863f68ccf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift index f8e09b270..c3faffa06 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift index 196e7ea40..13bcdb3e9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift index 162c3e571..2ca3dd2c3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift index 51d23df3e..d3ced9212 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift index f874b9cc0..114bd6247 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift index 5f6f34fa0..bf36385c8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift index aa537a597..a8c563090 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift index 5fec0f752..fea88390c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift index ceb34cc9d..326cc83ac 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift index ce37a7ec8..ff98404c1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift index f57c0996e..015dfbb85 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift index 65165c44e..25b121865 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift index a2297c3bd..9ce3201d5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift index af87fd17e..b2c9e03bf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift index 3fe566ca5..b3bb3375d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift index 447f0b0bf..6590d55ce 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift index 329ecf2fe..fd610fea3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift index 903ea0964..817da9cc7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift index 56734f448..fa4a4be6f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift index 637ee4172..baaf072f0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift index d495f685a..c5ec3a6df 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift index 77c7ea737..4fddb92fe 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift index 1a5f6dc2e..1b0549d1d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift index 243f3871c..f76c1ddbf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift index 5a4f01894..886f5e2f2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift index 585f5f330..ad08ede22 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift index 4af654c72..4c062bc1a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift index 7cfc46621..7588057bb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift index 34f0b326e..23754b093 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift index 85d14a8f4..e33d9039f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift index ad058b3b3..3eddd1023 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift index e65207512..ca3e4a0aa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift index 6a6194c78..a5b5c3680 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift index 1c74dd3c1..c33a19959 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift index 3bb208700..fe0fc13fd 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift index f174af312..3244f1db5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift index 4f675554d..580dc408b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift index 62f7f1641..1a2ff877a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift index f0c6df88a..885ae1e09 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift index 61510f1d6..aa452721c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift index ba839891a..5ffdb2e65 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift index a9e735fe4..4652d0eac 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift index 59abeb8eb..b7091c792 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift index 35b2e3717..26a683029 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift index 022ad2e03..fcba5f500 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift index dff00aa15..ce35f363c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift index ca9fc4a05..603433f2b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift index 456978378..38c76271a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift index ab2c1d5d8..d8d6c7150 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift index 2e3a4d53c..347fa8deb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift index 326c266a8..f0efb2e8b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift index b6f2d745a..c3fbbf8af 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift index e9e1de959..ae77919b3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift index b1d8f18b5..56be08c23 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift index 5d897df9d..855e4d917 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift index 4150e6a36..49d0019a3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift index ef7a23243..7b6b2d858 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift index 875386d16..19077d437 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift index ffcba9103..b6ef79698 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift index de81c130f..12cc71e18 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift index ba416e720..c8da6ccb0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift index 13b6ac637..21f92c8aa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift index 970061990..0216646b4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift index 991c4730b..bab3235a2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift index f9f5c31ac..66b9d9e84 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift index dab30964d..fd337ba99 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift index 8de00c99d..54d29f364 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift index 486ff4a05..384e49cd9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift index 460d1f57c..878732556 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift index 49f65bdbb..3e76b9f34 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift index 5b9dec9c3..30086bca0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift index cfc2ae0e3..ec1f8df88 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift index b96e66745..637601f62 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift index 21f0e38bf..7aa5107f2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift index 7c936dd51..7e8769e98 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift index 11ee36287..e5a821537 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift index f37cbbd5e..d66727ec7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift index df1e236af..114f76ddb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift index 068493497..dd8b72dd8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift index 28225dbdc..ca26f009a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift index c81cd7bf4..40395dddb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift index bfff96bec..cd21cee20 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift index c45a42d97..471076e4e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift index c4edbfbf2..e3ec61fe5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift index 10e6decfc..5749ef08f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift index 991741567..93f32baba 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift index da46b8e69..09331fe43 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift index 001e70f11..0946051fc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift index 740356ca9..fc6ffcebb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift index b76a850d2..5483d1bcd 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift index 4ad4509bf..0b5bfa56d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift index 5d00190f4..bea7f7664 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift index 9c2482bdf..ff2d14d11 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift index d8e62a20e..8da33e262 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift index 1dde08e77..60bbc68e4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift index 76b8788f0..7014db1c0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift index 52fa8f750..2bebf7ab9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift index 83f07e503..0b85e0b48 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift index 05ed1d275..68ed945f1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift index d4f4100e6..9075fdf16 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift index a069183f6..db31c5a07 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift index fb806cc6f..8186afd1a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift index cd295284c..40fdde825 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift index 1cfb6f40f..79c4e30ef 100644 --- a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift +++ b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/BaseTest.swift b/runtime/Swift/Antlr4Tests/BaseTest.swift index 14f186430..b5330daf9 100644 --- a/runtime/Swift/Antlr4Tests/BaseTest.swift +++ b/runtime/Swift/Antlr4Tests/BaseTest.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/HashMapTest.swift b/runtime/Swift/Antlr4Tests/HashMapTest.swift index 38989ca5f..4dbe731aa 100644 --- a/runtime/Swift/Antlr4Tests/HashMapTest.swift +++ b/runtime/Swift/Antlr4Tests/HashMapTest.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. +/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml index b86e31df3..922085537 100644 --- a/tool-testsuite/pom.xml +++ b/tool-testsuite/pom.xml @@ -1,5 +1,5 @@ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java index 2ea61fd8d..257405963 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java index 058113799..9a160f70e 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java index 16208bab7..ed8df8cdc 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java index 18aa1e836..8ffb51601 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java index f89ade61c..26c5b6953 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java index 0f3b01ddb..52edf48b9 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java index 55c62e146..1068bada1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java index 5a0c91e5f..c82cf520b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java index f2dbf6a7b..b3bf701f2 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java index e61518599..275d4dc82 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java index f1479b1a8..96e9bcd09 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java index 494673f0f..13a26e5a7 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java index 8aeba6f55..9c7c90cfb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java index eaf5ca3c0..12847da67 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java index 65a9570e6..1985eccd2 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java index 877748221..8f2380f02 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java index 99b902198..e91eeda3b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java index 464e83836..1269ab789 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java index 601a2d5fb..8bcf436ec 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java index 9aec5ce44..5a907d443 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java index 14b328000..d0882befd 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java index 856bef8fe..b0ff8d8cd 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java index 392d072ed..d51fd0710 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java index a21a82941..2ac6acbae 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java index 23e241c57..337ee9d34 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java index 321be44ad..d79781a0b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java index 088674592..053799578 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java index d276a271f..ed4e71447 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java index f4d3c96fa..cf58c54dc 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java index 6de799a2a..815405c4e 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java index 41b76b94a..b1c1479cb 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java index d1e537cc1..1b5abef43 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java index e6c03a01b..dfa87d882 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java index 1d3aad072..5319488ce 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java index 1b88d75fa..376693656 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java index c41d56260..198d6965f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java index e364ccd28..428012db1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java index 263059685..920867602 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java index 4db3cf40d..dc87b1d18 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java index c5f125a4f..2edca5b75 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java index a848d2041..155f3f9f1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java index 4b38705d9..54288f1de 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java index f696bcedb..2498f071e 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java index 556b6b162..ba879a4f8 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java index 2e5f39f5d..3e67f90a5 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/nb-configuration.xml b/tool/nb-configuration.xml index 09dbb286f..e36bc6496 100644 --- a/tool/nb-configuration.xml +++ b/tool/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/tool/pom.xml b/tool/pom.xml index 9f773ae7a..97a38bf3d 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -1,5 +1,5 @@ diff --git a/tool/src/org/antlr/v4/Tool.java b/tool/src/org/antlr/v4/Tool.java index 03327aa33..2b24e39e3 100644 --- a/tool/src/org/antlr/v4/Tool.java +++ b/tool/src/org/antlr/v4/Tool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java index f8c681f3c..5aea54089 100644 --- a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java +++ b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java index 20bb596de..32c3c1753 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java index a89daa3ac..11a07368e 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java index b5c406812..d6a1f55df 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java index 903136c37..c7c592a82 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNFactory.java b/tool/src/org/antlr/v4/automata/ATNFactory.java index 2dfd4dc29..cccda178e 100644 --- a/tool/src/org/antlr/v4/automata/ATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNOptimizer.java b/tool/src/org/antlr/v4/automata/ATNOptimizer.java index f740ccabd..deaa23a66 100644 --- a/tool/src/org/antlr/v4/automata/ATNOptimizer.java +++ b/tool/src/org/antlr/v4/automata/ATNOptimizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNPrinter.java b/tool/src/org/antlr/v4/automata/ATNPrinter.java index 6dcae8afd..cfab35891 100644 --- a/tool/src/org/antlr/v4/automata/ATNPrinter.java +++ b/tool/src/org/antlr/v4/automata/ATNPrinter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNVisitor.java b/tool/src/org/antlr/v4/automata/ATNVisitor.java index f1fe018e8..f9909969f 100644 --- a/tool/src/org/antlr/v4/automata/ATNVisitor.java +++ b/tool/src/org/antlr/v4/automata/ATNVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/LexerATNFactory.java b/tool/src/org/antlr/v4/automata/LexerATNFactory.java index bb9a563c2..3ffbbef71 100644 --- a/tool/src/org/antlr/v4/automata/LexerATNFactory.java +++ b/tool/src/org/antlr/v4/automata/LexerATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ParserATNFactory.java b/tool/src/org/antlr/v4/automata/ParserATNFactory.java index df2e80b68..ce556b78d 100644 --- a/tool/src/org/antlr/v4/automata/ParserATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ParserATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java index 260394838..ccdcc4bca 100644 --- a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java +++ b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ActionTranslator.java b/tool/src/org/antlr/v4/codegen/ActionTranslator.java index d9d4ebbcd..6af604226 100644 --- a/tool/src/org/antlr/v4/codegen/ActionTranslator.java +++ b/tool/src/org/antlr/v4/codegen/ActionTranslator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java index f673205fd..8214f836b 100644 --- a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java index ab083e3a2..0883d78ff 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGenerator.java b/tool/src/org/antlr/v4/codegen/CodeGenerator.java index 034cd4320..bb09c3a16 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenerator.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java index 56b9030df..5ef1787e4 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java +++ b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java index e1e2b5c71..00c865f40 100644 --- a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/LexerFactory.java b/tool/src/org/antlr/v4/codegen/LexerFactory.java index a0ab64e61..8d7cde080 100644 --- a/tool/src/org/antlr/v4/codegen/LexerFactory.java +++ b/tool/src/org/antlr/v4/codegen/LexerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelController.java b/tool/src/org/antlr/v4/codegen/OutputModelController.java index 41d19c25b..73d4713a4 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelController.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java index 99f4c0538..24c48bf76 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java index 2b0c27daa..f487a0e8e 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ParserFactory.java b/tool/src/org/antlr/v4/codegen/ParserFactory.java index 97eb798e9..a405ea956 100644 --- a/tool/src/org/antlr/v4/codegen/ParserFactory.java +++ b/tool/src/org/antlr/v4/codegen/ParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/Target.java b/tool/src/org/antlr/v4/codegen/Target.java index 4a6ac5be9..a8690c8a6 100644 --- a/tool/src/org/antlr/v4/codegen/Target.java +++ b/tool/src/org/antlr/v4/codegen/Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/Wildcard.java b/tool/src/org/antlr/v4/codegen/Wildcard.java index d1678dcc2..71313baa8 100644 --- a/tool/src/org/antlr/v4/codegen/Wildcard.java +++ b/tool/src/org/antlr/v4/codegen/Wildcard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Action.java b/tool/src/org/antlr/v4/codegen/model/Action.java index b0b040600..408f83f87 100644 --- a/tool/src/org/antlr/v4/codegen/model/Action.java +++ b/tool/src/org/antlr/v4/codegen/model/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java index 501c692dd..cacab8ed6 100644 --- a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java +++ b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AltBlock.java b/tool/src/org/antlr/v4/codegen/model/AltBlock.java index ecd9ebab2..3bc40b330 100644 --- a/tool/src/org/antlr/v4/codegen/model/AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/AltBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ArgAction.java b/tool/src/org/antlr/v4/codegen/model/ArgAction.java index 8b8a4c8fc..5af658d91 100644 --- a/tool/src/org/antlr/v4/codegen/model/ArgAction.java +++ b/tool/src/org/antlr/v4/codegen/model/ArgAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java index 1a5881a52..338a53a44 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java index a71327ae0..38f76c6ad 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java index e0e06dd8c..849d87037 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java index 5bfd52eeb..9073b3d10 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Choice.java b/tool/src/org/antlr/v4/codegen/model/Choice.java index 21f9ac872..ff086c5d5 100644 --- a/tool/src/org/antlr/v4/codegen/model/Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/Choice.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java index 69079bd43..3364cbaf0 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java index dcc9682f2..1cd00bf2b 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java index dcfe57690..3d27a0dad 100644 --- a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java index 39d43069e..e3d1e9a34 100644 --- a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java +++ b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java index 084219928..83fc7ae57 100644 --- a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java +++ b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java index f17be7312..28ade1e96 100644 --- a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java +++ b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java index f967ccc28..c95e76674 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java index 155dfd8af..ab5a049a4 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java index f43254691..3738a3878 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java index ca9e1d407..1e9402925 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java index 378acf47b..6e1daf3aa 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java index e8cd98536..26abafaab 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java index 4c6426d1b..f0d0ee927 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java index 4b04504a7..74644a599 100644 --- a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java +++ b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java index cfc4a4ca6..283f4468b 100644 --- a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Lexer.java b/tool/src/org/antlr/v4/codegen/model/Lexer.java index 634a59f4a..9d4f1e93a 100644 --- a/tool/src/org/antlr/v4/codegen/model/Lexer.java +++ b/tool/src/org/antlr/v4/codegen/model/Lexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LexerFile.java b/tool/src/org/antlr/v4/codegen/model/LexerFile.java index 25ff3f035..1f6161d88 100644 --- a/tool/src/org/antlr/v4/codegen/model/LexerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/LexerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java index deefb6d80..a216a1d1d 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java index 455020dfc..d26913f2d 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Loop.java b/tool/src/org/antlr/v4/codegen/model/Loop.java index 07fd5188f..b75ab9199 100644 --- a/tool/src/org/antlr/v4/codegen/model/Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/Loop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java index b04f12fe7..093d3b6d0 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchSet.java b/tool/src/org/antlr/v4/codegen/model/MatchSet.java index 9d2224bd4..e976bc6e7 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchToken.java b/tool/src/org/antlr/v4/codegen/model/MatchToken.java index 396a39c3a..87196c300 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchToken.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ModelElement.java b/tool/src/org/antlr/v4/codegen/model/ModelElement.java index c0ee062b2..3ccd35360 100644 --- a/tool/src/org/antlr/v4/codegen/model/ModelElement.java +++ b/tool/src/org/antlr/v4/codegen/model/ModelElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java index 6973afc70..d079e61ec 100644 --- a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputFile.java b/tool/src/org/antlr/v4/codegen/model/OutputFile.java index 67418c240..c3df690e6 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputFile.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java index 4402cf3da..66d2eca9a 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Parser.java b/tool/src/org/antlr/v4/codegen/model/Parser.java index c55dfcfe7..c55d5c321 100644 --- a/tool/src/org/antlr/v4/codegen/model/Parser.java +++ b/tool/src/org/antlr/v4/codegen/model/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ParserFile.java b/tool/src/org/antlr/v4/codegen/model/ParserFile.java index 0d217d9b3..8d2ee6d31 100644 --- a/tool/src/org/antlr/v4/codegen/model/ParserFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ParserFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java index 3919ff40a..3d9779809 100644 --- a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Recognizer.java b/tool/src/org/antlr/v4/codegen/model/Recognizer.java index d11062d6d..efa0f8987 100644 --- a/tool/src/org/antlr/v4/codegen/model/Recognizer.java +++ b/tool/src/org/antlr/v4/codegen/model/Recognizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java index 369b19bc8..8e4e2138d 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleElement.java b/tool/src/org/antlr/v4/codegen/model/RuleElement.java index 3611e146d..4d1712e8c 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleElement.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java index 55410c179..ef178d388 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java index 54c37e713..e751979a4 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SemPred.java b/tool/src/org/antlr/v4/codegen/model/SemPred.java index 9d1d24117..c044b5dd2 100644 --- a/tool/src/org/antlr/v4/codegen/model/SemPred.java +++ b/tool/src/org/antlr/v4/codegen/model/SemPred.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java index c486f9e2d..6e7d7df44 100644 --- a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java +++ b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SrcOp.java b/tool/src/org/antlr/v4/codegen/model/SrcOp.java index e0389e447..97799fe87 100644 --- a/tool/src/org/antlr/v4/codegen/model/SrcOp.java +++ b/tool/src/org/antlr/v4/codegen/model/SrcOp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/StarBlock.java b/tool/src/org/antlr/v4/codegen/model/StarBlock.java index e1a1fd841..1f9a7cb46 100644 --- a/tool/src/org/antlr/v4/codegen/model/StarBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/StarBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Sync.java b/tool/src/org/antlr/v4/codegen/model/Sync.java index b7f28d502..5fe8db645 100644 --- a/tool/src/org/antlr/v4/codegen/model/Sync.java +++ b/tool/src/org/antlr/v4/codegen/model/Sync.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java index 76ad5a2f8..5210fbe99 100644 --- a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java +++ b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java index dd2b7223d..3af601f51 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java index 0ed3bbfc6..3dd5a94d4 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java index 76c44cc76..1143f4ec7 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java index 4a2a0fb40..017548ea7 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java index 4a3412bd8..b248eaa7e 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java index d0bd98dfd..dd6fd1a6b 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java index 8181c8ea9..36987cdef 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java index 17af6ea7f..7a3db815f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java index bc4b2e0ed..fea57aace 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java index e9edc4329..9be773973 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java index daf7636cd..a8a4d4526 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java index 48927672f..d6a03c2be 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java index 64b6c577f..93066c1cb 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java index 8525f3745..faae87720 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java index aeb703d5e..4a47e9ebc 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java index 04e90a2ae..130cc67ec 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java index 3239ffc30..9220f72e8 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java index 97779b868..cba27d01f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java index 01bd8c10c..1ffa397ff 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java index 13d399655..e00777cb8 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java index 529df6836..5969271ec 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java index c71b1def6..2975cf618 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java index bda5d9ded..bb061efe0 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java index 8c949e6bb..2db162632 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java index 8955aadf5..5296fe3fe 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java index 6fd678a78..87eb2ac3e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java index 3a8097bfd..0aff6622b 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java index 0e2af69c8..1ee22b57f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java index 320c7f5d0..b31b8b642 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java index a0e3939a1..05d33a3dd 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java index dbd004c30..ab22e608a 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java index 8172fe71e..eb634c61e 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java index 4192808d0..c5b9081cc 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java index ba86b3d30..0ec0fc0cf 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java index 41d3f6d5f..8ea5380e5 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java index 95c46d184..70306718a 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java index df6b34292..f3159f4b1 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/dbg.java b/tool/src/org/antlr/v4/codegen/model/dbg.java index 932ca51e8..d13f02efa 100644 --- a/tool/src/org/antlr/v4/codegen/model/dbg.java +++ b/tool/src/org/antlr/v4/codegen/model/dbg.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java index 41f7d535a..abd8a775e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java index 2db293fe9..7c6592a41 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java index 716ab952e..2c883cfc3 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java index e04e52c13..f51b6b380 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java index 3cf43ad00..b7f90ed6e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java index af5ff238d..e4a78aae3 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java index f456e8049..00f893ebf 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java index 8f259c07f..86a74991f 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java index 32483bc6b..5bd5861c1 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java index 2240493ae..8da22ce34 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java index 778095227..f6922bb1c 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java index 587d33a9e..00aeb2806 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java index e556e4fff..10907b049 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java index d4df4f3c3..6bf39e8f2 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java index 21d74bdea..d8e07ab7e 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java index d5fd33f13..febce0465 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java index f9f830627..633168b01 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java index cbbc4e82d..41c754e23 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java index 641e37576..16e66d65b 100644 --- a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/CppTarget.java b/tool/src/org/antlr/v4/codegen/target/CppTarget.java index 4dc578fdd..d6fa9001a 100644 --- a/tool/src/org/antlr/v4/codegen/target/CppTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CppTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/GoTarget.java b/tool/src/org/antlr/v4/codegen/target/GoTarget.java index e7574ce92..705f79e9b 100644 --- a/tool/src/org/antlr/v4/codegen/target/GoTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/GoTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java index c5e57bc2b..f85214b31 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java index f02c84b39..e2eb9d2f5 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python2Target.java b/tool/src/org/antlr/v4/codegen/target/Python2Target.java index 7ddd0c0bc..64533a625 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python2Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python2Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python3Target.java b/tool/src/org/antlr/v4/codegen/target/Python3Target.java index 4823c546a..08c46a45a 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python3Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python3Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java index 859930818..2a08e32c4 100644 --- a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java index c2071dce4..7a870dfc5 100644 --- a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/GraphicsSupport.java b/tool/src/org/antlr/v4/gui/GraphicsSupport.java index 4aecbfca7..a9805f802 100644 --- a/tool/src/org/antlr/v4/gui/GraphicsSupport.java +++ b/tool/src/org/antlr/v4/gui/GraphicsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java index 13a9f8ae9..aaefeede2 100644 --- a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java +++ b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/PostScriptDocument.java b/tool/src/org/antlr/v4/gui/PostScriptDocument.java index b247558ea..859f436b8 100644 --- a/tool/src/org/antlr/v4/gui/PostScriptDocument.java +++ b/tool/src/org/antlr/v4/gui/PostScriptDocument.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java index 0a18c10fa..93d71a8c2 100644 --- a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TestRig.java b/tool/src/org/antlr/v4/gui/TestRig.java index 8240b314b..ac5fe5c19 100644 --- a/tool/src/org/antlr/v4/gui/TestRig.java +++ b/tool/src/org/antlr/v4/gui/TestRig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java index 88ecf68c7..0a4f55035 100644 --- a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java +++ b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java index 99f52f5a1..c46cfc9c1 100644 --- a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java +++ b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeTextProvider.java b/tool/src/org/antlr/v4/gui/TreeTextProvider.java index d32742a98..976d97561 100644 --- a/tool/src/org/antlr/v4/gui/TreeTextProvider.java +++ b/tool/src/org/antlr/v4/gui/TreeTextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeViewer.java b/tool/src/org/antlr/v4/gui/TreeViewer.java index 5227fc81d..a1b2c08d8 100644 --- a/tool/src/org/antlr/v4/gui/TreeViewer.java +++ b/tool/src/org/antlr/v4/gui/TreeViewer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/Trees.java b/tool/src/org/antlr/v4/gui/Trees.java index 3e63ab765..7e7b34bfb 100644 --- a/tool/src/org/antlr/v4/gui/Trees.java +++ b/tool/src/org/antlr/v4/gui/Trees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/CharSupport.java b/tool/src/org/antlr/v4/misc/CharSupport.java index 69f846b06..77a6b683b 100644 --- a/tool/src/org/antlr/v4/misc/CharSupport.java +++ b/tool/src/org/antlr/v4/misc/CharSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/FrequencySet.java b/tool/src/org/antlr/v4/misc/FrequencySet.java index b0a8c9ed5..cfc60f62b 100644 --- a/tool/src/org/antlr/v4/misc/FrequencySet.java +++ b/tool/src/org/antlr/v4/misc/FrequencySet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Graph.java b/tool/src/org/antlr/v4/misc/Graph.java index 05952ecc4..d68c33125 100644 --- a/tool/src/org/antlr/v4/misc/Graph.java +++ b/tool/src/org/antlr/v4/misc/Graph.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/MutableInt.java b/tool/src/org/antlr/v4/misc/MutableInt.java index eef201818..0ded65baf 100644 --- a/tool/src/org/antlr/v4/misc/MutableInt.java +++ b/tool/src/org/antlr/v4/misc/MutableInt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/OrderedHashMap.java b/tool/src/org/antlr/v4/misc/OrderedHashMap.java index 4a1a4c7f2..ed867634f 100644 --- a/tool/src/org/antlr/v4/misc/OrderedHashMap.java +++ b/tool/src/org/antlr/v4/misc/OrderedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Utils.java b/tool/src/org/antlr/v4/misc/Utils.java index 308f78eea..b153b6b84 100644 --- a/tool/src/org/antlr/v4/misc/Utils.java +++ b/tool/src/org/antlr/v4/misc/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java index ea6088f74..b82b92a56 100644 --- a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java +++ b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java index 503f40106..1bb65dc7f 100644 --- a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java +++ b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarToken.java b/tool/src/org/antlr/v4/parse/GrammarToken.java index a6630aaee..7bc4cefe0 100644 --- a/tool/src/org/antlr/v4/parse/GrammarToken.java +++ b/tool/src/org/antlr/v4/parse/GrammarToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java index 9b98f3ede..c98906f83 100644 --- a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java +++ b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ScopeParser.java b/tool/src/org/antlr/v4/parse/ScopeParser.java index b5de5b62f..f4508db55 100644 --- a/tool/src/org/antlr/v4/parse/ScopeParser.java +++ b/tool/src/org/antlr/v4/parse/ScopeParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/TokenVocabParser.java b/tool/src/org/antlr/v4/parse/TokenVocabParser.java index 55b22e5bb..0aa88f6d2 100644 --- a/tool/src/org/antlr/v4/parse/TokenVocabParser.java +++ b/tool/src/org/antlr/v4/parse/TokenVocabParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java index 11b025afc..c80510d01 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java index b7d8173b3..8cba02158 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java index 19fe9d64c..cd51c6693 100644 --- a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java +++ b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v4ParserException.java b/tool/src/org/antlr/v4/parse/v4ParserException.java index 84f037831..ecfd388da 100644 --- a/tool/src/org/antlr/v4/parse/v4ParserException.java +++ b/tool/src/org/antlr/v4/parse/v4ParserException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/ActionSniffer.java b/tool/src/org/antlr/v4/semantics/ActionSniffer.java index d51114d99..41db5b94e 100644 --- a/tool/src/org/antlr/v4/semantics/ActionSniffer.java +++ b/tool/src/org/antlr/v4/semantics/ActionSniffer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/AttributeChecks.java b/tool/src/org/antlr/v4/semantics/AttributeChecks.java index 5dbc704c7..3e1f181d3 100644 --- a/tool/src/org/antlr/v4/semantics/AttributeChecks.java +++ b/tool/src/org/antlr/v4/semantics/AttributeChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java index 2a8ee49c0..d3c8a1263 100644 --- a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java +++ b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java index e8575bb1f..d799c26b7 100644 --- a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java +++ b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/RuleCollector.java b/tool/src/org/antlr/v4/semantics/RuleCollector.java index f8545f60c..38deef846 100644 --- a/tool/src/org/antlr/v4/semantics/RuleCollector.java +++ b/tool/src/org/antlr/v4/semantics/RuleCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java index 9560d611f..9b26c06c3 100644 --- a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java +++ b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolChecks.java b/tool/src/org/antlr/v4/semantics/SymbolChecks.java index 3935c972e..fd93cc8e3 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolChecks.java +++ b/tool/src/org/antlr/v4/semantics/SymbolChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolCollector.java b/tool/src/org/antlr/v4/semantics/SymbolCollector.java index 7799bcb0f..6b34183cc 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolCollector.java +++ b/tool/src/org/antlr/v4/semantics/SymbolCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java index 95e041450..031a201fa 100644 --- a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java +++ b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRMessage.java b/tool/src/org/antlr/v4/tool/ANTLRMessage.java index 2e6e98e2a..32282816b 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRMessage.java +++ b/tool/src/org/antlr/v4/tool/ANTLRMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java index 0f03bd5ee..6837d8c88 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java +++ b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Alternative.java b/tool/src/org/antlr/v4/tool/Alternative.java index 3833c86fe..a3a11d875 100644 --- a/tool/src/org/antlr/v4/tool/Alternative.java +++ b/tool/src/org/antlr/v4/tool/Alternative.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Attribute.java b/tool/src/org/antlr/v4/tool/Attribute.java index e26f9206f..7e4db5624 100644 --- a/tool/src/org/antlr/v4/tool/Attribute.java +++ b/tool/src/org/antlr/v4/tool/Attribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeDict.java b/tool/src/org/antlr/v4/tool/AttributeDict.java index fcaed077f..b4303be68 100644 --- a/tool/src/org/antlr/v4/tool/AttributeDict.java +++ b/tool/src/org/antlr/v4/tool/AttributeDict.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeResolver.java b/tool/src/org/antlr/v4/tool/AttributeResolver.java index 3019c2cf7..b17786a3b 100644 --- a/tool/src/org/antlr/v4/tool/AttributeResolver.java +++ b/tool/src/org/antlr/v4/tool/AttributeResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java index 7f8b734cb..e139c3577 100644 --- a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java +++ b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DOTGenerator.java b/tool/src/org/antlr/v4/tool/DOTGenerator.java index 6ae378fed..c4746f8a6 100644 --- a/tool/src/org/antlr/v4/tool/DOTGenerator.java +++ b/tool/src/org/antlr/v4/tool/DOTGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DefaultToolListener.java b/tool/src/org/antlr/v4/tool/DefaultToolListener.java index 264c80ad1..c4735f36d 100644 --- a/tool/src/org/antlr/v4/tool/DefaultToolListener.java +++ b/tool/src/org/antlr/v4/tool/DefaultToolListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorManager.java b/tool/src/org/antlr/v4/tool/ErrorManager.java index 762aa6cbc..ed6502ad2 100644 --- a/tool/src/org/antlr/v4/tool/ErrorManager.java +++ b/tool/src/org/antlr/v4/tool/ErrorManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorSeverity.java b/tool/src/org/antlr/v4/tool/ErrorSeverity.java index a6c03c42a..a3252438b 100644 --- a/tool/src/org/antlr/v4/tool/ErrorSeverity.java +++ b/tool/src/org/antlr/v4/tool/ErrorSeverity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index 22d25ebc6..018ab82fb 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Grammar.java b/tool/src/org/antlr/v4/tool/Grammar.java index 68dd5f78b..f57c0b668 100644 --- a/tool/src/org/antlr/v4/tool/Grammar.java +++ b/tool/src/org/antlr/v4/tool/Grammar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java index 6c40fd35d..b5d690e7b 100644 --- a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java +++ b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java index a9df17b7d..543e33941 100644 --- a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java +++ b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java index 541fa0050..da450e185 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java index c9775c2af..5c76b954f 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java index 21a5b88d5..322d966eb 100644 --- a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java +++ b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelElementPair.java b/tool/src/org/antlr/v4/tool/LabelElementPair.java index 8aec00fe2..5f15ad30d 100644 --- a/tool/src/org/antlr/v4/tool/LabelElementPair.java +++ b/tool/src/org/antlr/v4/tool/LabelElementPair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelType.java b/tool/src/org/antlr/v4/tool/LabelType.java index bae4d6ce4..4dd2773a6 100644 --- a/tool/src/org/antlr/v4/tool/LabelType.java +++ b/tool/src/org/antlr/v4/tool/LabelType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java index 634715be8..79cd188fc 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java index 1b1cdee95..43d42254f 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LexerGrammar.java b/tool/src/org/antlr/v4/tool/LexerGrammar.java index bd6723381..b86917457 100644 --- a/tool/src/org/antlr/v4/tool/LexerGrammar.java +++ b/tool/src/org/antlr/v4/tool/LexerGrammar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Rule.java b/tool/src/org/antlr/v4/tool/Rule.java index 1a0a9231d..f7f499fdb 100644 --- a/tool/src/org/antlr/v4/tool/Rule.java +++ b/tool/src/org/antlr/v4/tool/Rule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ToolMessage.java b/tool/src/org/antlr/v4/tool/ToolMessage.java index 28ea4164c..76e9ed224 100644 --- a/tool/src/org/antlr/v4/tool/ToolMessage.java +++ b/tool/src/org/antlr/v4/tool/ToolMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/ActionAST.java b/tool/src/org/antlr/v4/tool/ast/ActionAST.java index 91cc45f14..3d33e3487 100644 --- a/tool/src/org/antlr/v4/tool/ast/ActionAST.java +++ b/tool/src/org/antlr/v4/tool/ast/ActionAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/AltAST.java b/tool/src/org/antlr/v4/tool/ast/AltAST.java index d0688a96d..775462048 100644 --- a/tool/src/org/antlr/v4/tool/ast/AltAST.java +++ b/tool/src/org/antlr/v4/tool/ast/AltAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/BlockAST.java b/tool/src/org/antlr/v4/tool/ast/BlockAST.java index c72cc00a4..46b07245a 100644 --- a/tool/src/org/antlr/v4/tool/ast/BlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/BlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java index d63957e78..2e6ead5a5 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java index 53c20607f..9e243e713 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java index 4e8c71196..b08e9ec67 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java index af9f9b8df..41914060b 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java index 0173c2d16..a2313b703 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/NotAST.java b/tool/src/org/antlr/v4/tool/ast/NotAST.java index 154a299ad..e9c1d356f 100644 --- a/tool/src/org/antlr/v4/tool/ast/NotAST.java +++ b/tool/src/org/antlr/v4/tool/ast/NotAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java index 760c7025b..e4c66245d 100644 --- a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java index 104ea4314..daf4d10c2 100644 --- a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PredAST.java b/tool/src/org/antlr/v4/tool/ast/PredAST.java index 0c3f98e1f..c1ad21f53 100644 --- a/tool/src/org/antlr/v4/tool/ast/PredAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PredAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java index 815da8ab1..d59037999 100644 --- a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java +++ b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RangeAST.java b/tool/src/org/antlr/v4/tool/ast/RangeAST.java index be81763c1..e9b4ac1b5 100644 --- a/tool/src/org/antlr/v4/tool/ast/RangeAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RangeAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleAST.java b/tool/src/org/antlr/v4/tool/ast/RuleAST.java index be313cd93..3b11d5240 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java index 20f0edcec..11efb0af1 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java index aba8a5c70..155e11020 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/SetAST.java b/tool/src/org/antlr/v4/tool/ast/SetAST.java index 0ff69583d..5cdb05760 100644 --- a/tool/src/org/antlr/v4/tool/ast/SetAST.java +++ b/tool/src/org/antlr/v4/tool/ast/SetAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java index 4f80f9265..e2edb9f18 100644 --- a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java index 369102278..6a9eee8d9 100644 --- a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java +++ b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Contributors. All rights reserved. + * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ From 2c99f187a0b1740eb48363d0881e39d8ce27b7e9 Mon Sep 17 00:00:00 2001 From: parrt Date: Mon, 5 Dec 2016 09:19:01 -0800 Subject: [PATCH 20/20] make it read "Copyright (c) 2012-2016 The ANTLR Project" --- LICENSE.txt | 2 +- antlr4-maven-plugin/nb-configuration.xml | 2 +- antlr4-maven-plugin/pom.xml | 2 +- .../resources/META-INF/m2e/lifecycle-mapping-metadata.xml | 2 +- .../src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java | 2 +- .../src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java | 2 +- .../main/java/org/antlr/mojo/antlr4/GrammarDependencies.java | 2 +- .../src/main/java/org/antlr/mojo/antlr4/MojoUtils.java | 2 +- antlr4-maven-plugin/src/site/site.xml | 2 +- .../src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java | 2 +- .../src/test/projects/dependencyRemoved/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importTokens/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml | 2 +- antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml | 2 +- pom.xml | 2 +- runtime-testsuite-legacy/pom.xml | 2 +- .../src/org/antlr/v4/testgen/DescrGenerator.java | 2 +- .../src/org/antlr/v4/testgen/JavaEscapeStringMap.java | 2 +- .../src/org/antlr/v4/testgen/LinesStringMap.java | 2 +- .../src/org/antlr/v4/testgen/STGroupModelAdaptor.java | 2 +- .../src/org/antlr/v4/testgen/StrlenStringMap.java | 2 +- .../src/org/antlr/v4/testgen/TestGenerator.java | 2 +- .../org/antlr/v4/test/runtime/legacy/cpp/BaseCppTest.java | 4 ++-- .../antlr/v4/test/runtime/legacy/csharp/BaseCSharpTest.java | 4 ++-- .../test/org/antlr/v4/test/runtime/legacy/go/BaseGoTest.java | 4 ++-- .../org/antlr/v4/test/runtime/legacy/java/ErrorQueue.java | 4 ++-- .../antlr/v4/test/runtime/legacy/java/LegacyBaseJavaTest.java | 4 ++-- .../runtime/legacy/javascript/browser/BaseBrowserTest.java | 4 ++-- .../test/runtime/legacy/javascript/chrome/BaseChromeTest.java | 4 ++-- .../runtime/legacy/javascript/explorer/BaseExplorerTest.java | 4 ++-- .../runtime/legacy/javascript/firefox/BaseFirefoxTest.java | 4 ++-- .../v4/test/runtime/legacy/javascript/node/BaseNodeTest.java | 4 ++-- .../test/runtime/legacy/javascript/safari/BaseSafariTest.java | 4 ++-- .../antlr/v4/test/runtime/legacy/python/BasePythonTest.java | 4 ++-- .../antlr/v4/test/runtime/legacy/python3/BasePython3Test.java | 4 ++-- .../test/org/antlr/v4/test/runtime/legacy/swift/BaseTest.java | 4 ++-- runtime-testsuite/annotations/pom.xml | 2 +- .../src/org/antlr/v4/test/runtime/CommentHasStringValue.java | 2 +- runtime-testsuite/pom.xml | 2 +- runtime-testsuite/processors/pom.xml | 2 +- .../antlr/v4/test/runtime/CommentHasStringValueProcessor.java | 2 +- .../v4/test/runtime/BaseCompositeLexerTestDescriptor.java | 2 +- .../v4/test/runtime/BaseCompositeParserTestDescriptor.java | 2 +- .../v4/test/runtime/BaseDiagnosticParserTestDescriptor.java | 2 +- .../org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java | 2 +- .../org/antlr/v4/test/runtime/BaseParserTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/BaseRuntimeTest.java | 2 +- .../org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/ErrorQueue.java | 2 +- .../test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java | 2 +- .../test/org/antlr/v4/test/runtime/RuntimeTestSupport.java | 2 +- .../org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/cpp/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java | 2 +- .../antlr/v4/test/runtime/csharp/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/csharp/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestParserExec.java | 2 +- .../org/antlr/v4/test/runtime/csharp/TestPerformance.java | 2 +- .../antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/csharp/TestVisitors.java | 2 +- .../test/runtime/descriptors/CompositeLexersDescriptors.java | 2 +- .../test/runtime/descriptors/CompositeParsersDescriptors.java | 2 +- .../runtime/descriptors/FullContextParsingDescriptors.java | 2 +- .../v4/test/runtime/descriptors/LeftRecursionDescriptors.java | 2 +- .../v4/test/runtime/descriptors/LexerErrorsDescriptors.java | 2 +- .../v4/test/runtime/descriptors/LexerExecDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ListenersDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParseTreesDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParserErrorsDescriptors.java | 2 +- .../v4/test/runtime/descriptors/ParserExecDescriptors.java | 2 +- .../v4/test/runtime/descriptors/PerformanceDescriptors.java | 2 +- .../test/runtime/descriptors/SemPredEvalLexerDescriptors.java | 2 +- .../runtime/descriptors/SemPredEvalParserDescriptors.java | 2 +- .../antlr/v4/test/runtime/descriptors/SetsDescriptors.java | 2 +- .../v4/test/runtime/descriptors/VisitorsDescriptors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/BaseGoTest.java | 2 +- .../org/antlr/v4/test/runtime/go/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/go/TestCompositeParsers.java | 2 +- .../org/antlr/v4/test/runtime/go/TestFullContextParsing.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/go/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/BaseJavaTest.java | 2 +- .../org/antlr/v4/test/runtime/java/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/java/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/java/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/java/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParseTrees.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java | 2 +- .../org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/java/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/browser/BaseBrowserTest.java | 2 +- .../v4/test/runtime/javascript/chrome/BaseChromeTest.java | 2 +- .../v4/test/runtime/javascript/chrome/SharedWebDriver.java | 2 +- .../test/runtime/javascript/chrome/TestCompositeLexers.java | 2 +- .../test/runtime/javascript/chrome/TestCompositeParsers.java | 2 +- .../runtime/javascript/chrome/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/chrome/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/chrome/TestLexerErrors.java | 2 +- .../v4/test/runtime/javascript/chrome/TestLexerExec.java | 2 +- .../v4/test/runtime/javascript/chrome/TestListeners.java | 2 +- .../v4/test/runtime/javascript/chrome/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/chrome/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/chrome/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/chrome/TestPerformance.java | 2 +- .../test/runtime/javascript/chrome/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/chrome/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/chrome/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/chrome/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/explorer/BaseExplorerTest.java | 2 +- .../test/runtime/javascript/explorer/TestCompositeLexers.java | 2 +- .../runtime/javascript/explorer/TestCompositeParsers.java | 2 +- .../runtime/javascript/explorer/TestFullContextParsing.java | 2 +- .../test/runtime/javascript/explorer/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/explorer/TestLexerErrors.java | 2 +- .../v4/test/runtime/javascript/explorer/TestLexerExec.java | 2 +- .../v4/test/runtime/javascript/explorer/TestListeners.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/explorer/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/explorer/TestPerformance.java | 2 +- .../runtime/javascript/explorer/TestSemPredEvalLexer.java | 2 +- .../runtime/javascript/explorer/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/javascript/explorer/TestSets.java | 2 +- .../v4/test/runtime/javascript/explorer/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/firefox/BaseFirefoxTest.java | 2 +- .../v4/test/runtime/javascript/firefox/SharedWebDriver.java | 2 +- .../test/runtime/javascript/firefox/TestCompositeLexers.java | 2 +- .../test/runtime/javascript/firefox/TestCompositeParsers.java | 2 +- .../runtime/javascript/firefox/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/firefox/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/firefox/TestLexerErrors.java | 2 +- .../v4/test/runtime/javascript/firefox/TestLexerExec.java | 2 +- .../v4/test/runtime/javascript/firefox/TestListeners.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/firefox/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/firefox/TestPerformance.java | 2 +- .../test/runtime/javascript/firefox/TestSemPredEvalLexer.java | 2 +- .../runtime/javascript/firefox/TestSemPredEvalParser.java | 2 +- .../antlr/v4/test/runtime/javascript/firefox/TestSets.java | 2 +- .../v4/test/runtime/javascript/firefox/TestVisitors.java | 2 +- .../antlr/v4/test/runtime/javascript/node/BaseNodeTest.java | 2 +- .../v4/test/runtime/javascript/node/TestCompositeLexers.java | 2 +- .../v4/test/runtime/javascript/node/TestCompositeParsers.java | 2 +- .../test/runtime/javascript/node/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/node/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/node/TestLexerErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestLexerExec.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestListeners.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/node/TestParserErrors.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/node/TestPerformance.java | 2 +- .../v4/test/runtime/javascript/node/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/node/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/node/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/node/TestVisitors.java | 2 +- .../v4/test/runtime/javascript/safari/BaseSafariTest.java | 2 +- .../v4/test/runtime/javascript/safari/SharedWebDriver.java | 2 +- .../test/runtime/javascript/safari/TestCompositeLexers.java | 2 +- .../test/runtime/javascript/safari/TestCompositeParsers.java | 2 +- .../runtime/javascript/safari/TestFullContextParsing.java | 2 +- .../v4/test/runtime/javascript/safari/TestLeftRecursion.java | 2 +- .../v4/test/runtime/javascript/safari/TestLexerErrors.java | 2 +- .../v4/test/runtime/javascript/safari/TestLexerExec.java | 2 +- .../v4/test/runtime/javascript/safari/TestListeners.java | 2 +- .../v4/test/runtime/javascript/safari/TestParseTrees.java | 2 +- .../v4/test/runtime/javascript/safari/TestParserErrors.java | 2 +- .../v4/test/runtime/javascript/safari/TestParserExec.java | 2 +- .../v4/test/runtime/javascript/safari/TestPerformance.java | 2 +- .../test/runtime/javascript/safari/TestSemPredEvalLexer.java | 2 +- .../test/runtime/javascript/safari/TestSemPredEvalParser.java | 2 +- .../org/antlr/v4/test/runtime/javascript/safari/TestSets.java | 2 +- .../antlr/v4/test/runtime/javascript/safari/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/python/BasePythonTest.java | 2 +- .../org/antlr/v4/test/runtime/python2/BasePython2Test.java | 2 +- .../antlr/v4/test/runtime/python2/TestCompositeLexers.java | 2 +- .../antlr/v4/test/runtime/python2/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/python2/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestLeftRecursion.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestListeners.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestParserErrors.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestParserExec.java | 2 +- .../org/antlr/v4/test/runtime/python2/TestPerformance.java | 2 +- .../antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/python2/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/python2/TestVisitors.java | 2 +- .../org/antlr/v4/test/runtime/python3/BasePython3Test.java | 2 +- .../antlr/v4/test/runtime/python3/TestCompositeLexers.java | 2 +- .../antlr/v4/test/runtime/python3/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/python3/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestLeftRecursion.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestListeners.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestParserErrors.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestParserExec.java | 2 +- .../org/antlr/v4/test/runtime/python3/TestPerformance.java | 2 +- .../antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/python3/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/python3/TestVisitors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestCompositeLexers.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestCompositeParsers.java | 2 +- .../antlr/v4/test/runtime/swift/TestFullContextParsing.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestLeftRecursion.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestLexerExec.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestListeners.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestParseTrees.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestParserErrors.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestPerformance.java | 2 +- .../org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java | 2 +- .../antlr/v4/test/runtime/swift/TestSemPredEvalParser.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestSets.java | 2 +- .../test/org/antlr/v4/test/runtime/swift/TestVisitors.java | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs | 2 +- .../Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs | 2 +- .../CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs | 2 +- .../CSharp/Antlr4.Runtime/LexerNoViableAltException.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs | 2 +- .../CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RecognitionException.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs | 2 +- .../Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs | 2 +- .../CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs | 2 +- .../Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs | 2 +- .../CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs | 2 +- .../Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs | 2 +- .../CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs | 2 +- .../runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs | 2 +- runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs | 2 +- runtime/Cpp/demo/Linux/main.cpp | 2 +- runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp | 2 +- runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRErrorListener.h | 2 +- runtime/Cpp/runtime/src/ANTLRErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRFileStream.h | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.cpp | 2 +- runtime/Cpp/runtime/src/ANTLRInputStream.h | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.cpp | 2 +- runtime/Cpp/runtime/src/BailErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/BaseErrorListener.h | 2 +- runtime/Cpp/runtime/src/BufferedTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/BufferedTokenStream.h | 2 +- runtime/Cpp/runtime/src/CharStream.cpp | 2 +- runtime/Cpp/runtime/src/CharStream.h | 2 +- runtime/Cpp/runtime/src/CommonToken.cpp | 2 +- runtime/Cpp/runtime/src/CommonToken.h | 2 +- runtime/Cpp/runtime/src/CommonTokenFactory.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenFactory.h | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/CommonTokenStream.h | 2 +- runtime/Cpp/runtime/src/ConsoleErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/ConsoleErrorListener.h | 2 +- runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp | 2 +- runtime/Cpp/runtime/src/DefaultErrorStrategy.h | 2 +- runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/DiagnosticErrorListener.h | 2 +- runtime/Cpp/runtime/src/Exceptions.cpp | 2 +- runtime/Cpp/runtime/src/Exceptions.h | 2 +- runtime/Cpp/runtime/src/FailedPredicateException.cpp | 2 +- runtime/Cpp/runtime/src/FailedPredicateException.h | 2 +- runtime/Cpp/runtime/src/IRecognizer.h | 2 +- runtime/Cpp/runtime/src/InputMismatchException.cpp | 2 +- runtime/Cpp/runtime/src/InputMismatchException.h | 2 +- runtime/Cpp/runtime/src/IntStream.cpp | 2 +- runtime/Cpp/runtime/src/IntStream.h | 2 +- runtime/Cpp/runtime/src/InterpreterRuleContext.cpp | 2 +- runtime/Cpp/runtime/src/InterpreterRuleContext.h | 2 +- runtime/Cpp/runtime/src/Lexer.cpp | 2 +- runtime/Cpp/runtime/src/Lexer.h | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.cpp | 2 +- runtime/Cpp/runtime/src/LexerInterpreter.h | 2 +- runtime/Cpp/runtime/src/LexerNoViableAltException.cpp | 2 +- runtime/Cpp/runtime/src/LexerNoViableAltException.h | 2 +- runtime/Cpp/runtime/src/ListTokenSource.cpp | 2 +- runtime/Cpp/runtime/src/ListTokenSource.h | 2 +- runtime/Cpp/runtime/src/NoViableAltException.cpp | 2 +- runtime/Cpp/runtime/src/NoViableAltException.h | 2 +- runtime/Cpp/runtime/src/Parser.cpp | 2 +- runtime/Cpp/runtime/src/Parser.h | 2 +- runtime/Cpp/runtime/src/ParserInterpreter.cpp | 2 +- runtime/Cpp/runtime/src/ParserInterpreter.h | 2 +- runtime/Cpp/runtime/src/ParserRuleContext.cpp | 2 +- runtime/Cpp/runtime/src/ParserRuleContext.h | 2 +- runtime/Cpp/runtime/src/ProxyErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/ProxyErrorListener.h | 2 +- runtime/Cpp/runtime/src/RecognitionException.cpp | 2 +- runtime/Cpp/runtime/src/RecognitionException.h | 2 +- runtime/Cpp/runtime/src/Recognizer.cpp | 2 +- runtime/Cpp/runtime/src/Recognizer.h | 2 +- runtime/Cpp/runtime/src/RuleContext.cpp | 2 +- runtime/Cpp/runtime/src/RuleContext.h | 2 +- runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp | 2 +- runtime/Cpp/runtime/src/RuleContextWithAltNum.h | 2 +- runtime/Cpp/runtime/src/RuntimeMetaData.cpp | 2 +- runtime/Cpp/runtime/src/RuntimeMetaData.h | 2 +- runtime/Cpp/runtime/src/Token.h | 2 +- runtime/Cpp/runtime/src/TokenFactory.h | 2 +- runtime/Cpp/runtime/src/TokenSource.h | 2 +- runtime/Cpp/runtime/src/TokenStream.cpp | 2 +- runtime/Cpp/runtime/src/TokenStream.h | 2 +- runtime/Cpp/runtime/src/TokenStreamRewriter.cpp | 2 +- runtime/Cpp/runtime/src/TokenStreamRewriter.h | 2 +- runtime/Cpp/runtime/src/UnbufferedCharStream.cpp | 2 +- runtime/Cpp/runtime/src/UnbufferedCharStream.h | 2 +- runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp | 2 +- runtime/Cpp/runtime/src/UnbufferedTokenStream.h | 2 +- runtime/Cpp/runtime/src/Vocabulary.cpp | 2 +- runtime/Cpp/runtime/src/Vocabulary.h | 2 +- runtime/Cpp/runtime/src/WritableToken.h | 2 +- runtime/Cpp/runtime/src/antlr4-common.h | 2 +- runtime/Cpp/runtime/src/antlr4-runtime.h | 2 +- runtime/Cpp/runtime/src/atn/ATN.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATN.h | 2 +- runtime/Cpp/runtime/src/atn/ATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNConfig.h | 2 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNConfigSet.h | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNDeserializer.h | 2 +- runtime/Cpp/runtime/src/atn/ATNSerializer.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSerializer.h | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/ATNState.cpp | 2 +- runtime/Cpp/runtime/src/atn/ATNState.h | 2 +- runtime/Cpp/runtime/src/atn/ATNType.h | 2 +- runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/ActionTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/ActionTransition.h | 2 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/AmbiguityInfo.h | 2 +- runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/AtomTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/AtomTransition.h | 2 +- runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BasicBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/BasicState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BasicState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/BlockEndState.h | 2 +- runtime/Cpp/runtime/src/atn/BlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionInfo.h | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.cpp | 2 +- runtime/Cpp/runtime/src/atn/DecisionState.h | 2 +- runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/EpsilonTransition.h | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ErrorInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp | 2 +- runtime/Cpp/runtime/src/atn/LL1Analyzer.h | 2 +- runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerATNConfig.h | 2 +- runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/LexerAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerActionExecutor.h | 2 +- runtime/Cpp/runtime/src/atn/LexerActionType.h | 2 +- runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerChannelAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerCustomAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerMoreAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerPopModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerPushModeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerSkipAction.h | 2 +- runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp | 2 +- runtime/Cpp/runtime/src/atn/LexerTypeAction.h | 2 +- runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.cpp | 2 +- runtime/Cpp/runtime/src/atn/LoopEndState.h | 2 +- runtime/Cpp/runtime/src/atn/NotSetTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/NotSetTransition.h | 2 +- runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp | 2 +- runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/ParseInfo.h | 2 +- runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ParserATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/PlusBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp | 2 +- runtime/Cpp/runtime/src/atn/PlusLoopbackState.h | 2 +- runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h | 2 +- runtime/Cpp/runtime/src/atn/PredicateTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredicateTransition.h | 2 +- runtime/Cpp/runtime/src/atn/PredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/PredictionMode.cpp | 2 +- runtime/Cpp/runtime/src/atn/PredictionMode.h | 2 +- runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp | 2 +- runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h | 2 +- runtime/Cpp/runtime/src/atn/RangeTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RangeTransition.h | 2 +- runtime/Cpp/runtime/src/atn/RuleStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStartState.h | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleStopState.h | 2 +- runtime/Cpp/runtime/src/atn/RuleTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/RuleTransition.h | 2 +- runtime/Cpp/runtime/src/atn/SemanticContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/SemanticContext.h | 2 +- runtime/Cpp/runtime/src/atn/SetTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/SetTransition.h | 2 +- runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp | 2 +- runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h | 2 +- runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarBlockStartState.h | 2 +- runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarLoopEntryState.h | 2 +- runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp | 2 +- runtime/Cpp/runtime/src/atn/StarLoopbackState.h | 2 +- runtime/Cpp/runtime/src/atn/TokensStartState.cpp | 2 +- runtime/Cpp/runtime/src/atn/TokensStartState.h | 2 +- runtime/Cpp/runtime/src/atn/Transition.cpp | 2 +- runtime/Cpp/runtime/src/atn/Transition.h | 2 +- runtime/Cpp/runtime/src/atn/WildcardTransition.cpp | 2 +- runtime/Cpp/runtime/src/atn/WildcardTransition.h | 2 +- runtime/Cpp/runtime/src/dfa/DFA.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFA.h | 2 +- runtime/Cpp/runtime/src/dfa/DFASerializer.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFASerializer.h | 2 +- runtime/Cpp/runtime/src/dfa/DFAState.cpp | 2 +- runtime/Cpp/runtime/src/dfa/DFAState.h | 2 +- runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp | 2 +- runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h | 2 +- runtime/Cpp/runtime/src/misc/Interval.cpp | 2 +- runtime/Cpp/runtime/src/misc/Interval.h | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.cpp | 2 +- runtime/Cpp/runtime/src/misc/IntervalSet.h | 2 +- runtime/Cpp/runtime/src/misc/MurmurHash.cpp | 2 +- runtime/Cpp/runtime/src/misc/MurmurHash.h | 2 +- runtime/Cpp/runtime/src/misc/Predicate.h | 2 +- runtime/Cpp/runtime/src/support/Any.h | 2 +- runtime/Cpp/runtime/src/support/Arrays.cpp | 2 +- runtime/Cpp/runtime/src/support/Arrays.h | 2 +- runtime/Cpp/runtime/src/support/BitSet.h | 2 +- runtime/Cpp/runtime/src/support/CPPUtils.cpp | 2 +- runtime/Cpp/runtime/src/support/CPPUtils.h | 2 +- runtime/Cpp/runtime/src/support/Declarations.h | 2 +- runtime/Cpp/runtime/src/support/StringUtils.cpp | 2 +- runtime/Cpp/runtime/src/support/StringUtils.h | 2 +- runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h | 2 +- runtime/Cpp/runtime/src/tree/ErrorNode.h | 2 +- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp | 2 +- runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.cpp | 2 +- runtime/Cpp/runtime/src/tree/ParseTree.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeListener.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeProperty.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp | 2 +- runtime/Cpp/runtime/src/tree/ParseTreeWalker.h | 2 +- runtime/Cpp/runtime/src/tree/TerminalNode.h | 2 +- runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp | 2 +- runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h | 2 +- runtime/Cpp/runtime/src/tree/Trees.cpp | 2 +- runtime/Cpp/runtime/src/tree/Trees.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/Chunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h | 2 +- .../Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp | 2 +- .../Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TagChunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TextChunk.h | 2 +- runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp | 2 +- runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPath.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathElement.h | 2 +- .../Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h | 2 +- .../Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h | 2 +- .../Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp | 2 +- .../Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h | 2 +- .../runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp | 2 +- .../Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp | 2 +- runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h | 2 +- runtime/Go/antlr/atn.go | 2 +- runtime/Go/antlr/atn_config.go | 2 +- runtime/Go/antlr/atn_config_set.go | 2 +- runtime/Go/antlr/atn_deserialization_options.go | 2 +- runtime/Go/antlr/atn_deserializer.go | 2 +- runtime/Go/antlr/atn_simulator.go | 2 +- runtime/Go/antlr/atn_state.go | 2 +- runtime/Go/antlr/atn_type.go | 2 +- runtime/Go/antlr/char_stream.go | 2 +- runtime/Go/antlr/common_token_factory.go | 2 +- runtime/Go/antlr/common_token_stream.go | 2 +- runtime/Go/antlr/dfa.go | 2 +- runtime/Go/antlr/dfa_serializer.go | 2 +- runtime/Go/antlr/dfa_state.go | 2 +- runtime/Go/antlr/diagnostic_error_listener.go | 2 +- runtime/Go/antlr/error_listener.go | 2 +- runtime/Go/antlr/error_strategy.go | 2 +- runtime/Go/antlr/errors.go | 2 +- runtime/Go/antlr/file_stream.go | 2 +- runtime/Go/antlr/input_stream.go | 2 +- runtime/Go/antlr/int_stream.go | 2 +- runtime/Go/antlr/interval_set.go | 2 +- runtime/Go/antlr/lexer.go | 2 +- runtime/Go/antlr/lexer_action.go | 2 +- runtime/Go/antlr/lexer_action_executor.go | 2 +- runtime/Go/antlr/lexer_atn_simulator.go | 2 +- runtime/Go/antlr/ll1_analyzer.go | 2 +- runtime/Go/antlr/parser.go | 2 +- runtime/Go/antlr/parser_atn_simulator.go | 2 +- runtime/Go/antlr/parser_rule_context.go | 2 +- runtime/Go/antlr/prediction_context.go | 2 +- runtime/Go/antlr/prediction_mode.go | 2 +- runtime/Go/antlr/recognizer.go | 2 +- runtime/Go/antlr/rule_context.go | 2 +- runtime/Go/antlr/semantic_context.go | 2 +- runtime/Go/antlr/token.go | 2 +- runtime/Go/antlr/token_source.go | 2 +- runtime/Go/antlr/token_stream.go | 2 +- runtime/Go/antlr/trace_listener.go | 2 +- runtime/Go/antlr/transition.go | 2 +- runtime/Go/antlr/tree.go | 2 +- runtime/Go/antlr/trees.go | 2 +- runtime/Go/antlr/utils.go | 2 +- runtime/Java/nb-configuration.xml | 2 +- runtime/Java/pom.xml | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/BufferedTokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CharStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java | 2 +- .../src/org/antlr/v4/runtime/DiagnosticErrorListener.java | 2 +- .../src/org/antlr/v4/runtime/FailedPredicateException.java | 2 +- .../Java/src/org/antlr/v4/runtime/InputMismatchException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/IntStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Lexer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java | 2 +- .../src/org/antlr/v4/runtime/LexerNoViableAltException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java | 2 +- .../Java/src/org/antlr/v4/runtime/NoViableAltException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Parser.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/RecognitionException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Recognizer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/RuleContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Token.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenSource.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/TokenStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java | 2 +- .../Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java | 2 +- .../Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/WritableToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java | 2 +- .../org/antlr/v4/runtime/atn/ATNDeserializationOptions.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java | 2 +- .../org/antlr/v4/runtime/atn/AbstractPredicateTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/ActionTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java | 2 +- .../src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java | 2 +- .../src/org/antlr/v4/runtime/atn/BasicBlockStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/BlockStartState.java | 2 +- .../src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java | 2 +- .../src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java | 2 +- .../src/org/antlr/v4/runtime/atn/LexerActionExecutor.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerActionType.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java | 2 +- .../org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java | 2 +- .../src/org/antlr/v4/runtime/atn/LexerPushModeAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java | 2 +- .../src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java | 2 +- .../src/org/antlr/v4/runtime/atn/PlusBlockStartState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java | 2 +- .../antlr/v4/runtime/atn/PrecedencePredicateTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java | 2 +- .../src/org/antlr/v4/runtime/atn/PredicateTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/PredictionContext.java | 2 +- .../src/org/antlr/v4/runtime/atn/PredictionContextCache.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java | 2 +- .../src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/RangeTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/SemanticContext.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java | 2 +- .../org/antlr/v4/runtime/atn/SingletonPredictionContext.java | 2 +- .../src/org/antlr/v4/runtime/atn/StarBlockStartState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/TokensStartState.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java | 2 +- .../Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java | 2 +- .../Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java | 2 +- .../org/antlr/v4/runtime/misc/AbstractEqualityComparator.java | 2 +- .../Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java | 2 +- .../src/org/antlr/v4/runtime/misc/EqualityComparator.java | 2 +- .../Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java | 2 +- .../org/antlr/v4/runtime/misc/ObjectEqualityComparator.java | 2 +- .../Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java | 2 +- .../org/antlr/v4/runtime/misc/ParseCancellationException.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java | 2 +- .../org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java | 2 +- .../org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java | 2 +- .../org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java | 2 +- .../v4/runtime/tree/pattern/ParseTreePatternMatcher.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java | 2 +- .../Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java | 2 +- .../src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java | 2 +- runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java | 2 +- .../src/org/antlr/v4/runtime/tree/xpath/XPathElement.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java | 2 +- .../antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java | 2 +- .../src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java | 2 +- .../v4/runtime/tree/xpath/XPathTokenAnywhereElement.java | 2 +- .../org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java | 2 +- .../v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java | 2 +- .../org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java | 2 +- runtime/JavaScript/src/antlr4/BufferedTokenStream.js | 2 +- runtime/JavaScript/src/antlr4/CommonTokenFactory.js | 2 +- runtime/JavaScript/src/antlr4/CommonTokenStream.js | 2 +- runtime/JavaScript/src/antlr4/FileStream.js | 2 +- runtime/JavaScript/src/antlr4/InputStream.js | 2 +- runtime/JavaScript/src/antlr4/IntervalSet.js | 2 +- runtime/JavaScript/src/antlr4/LL1Analyzer.js | 2 +- runtime/JavaScript/src/antlr4/Lexer.js | 2 +- runtime/JavaScript/src/antlr4/Parser.js | 2 +- runtime/JavaScript/src/antlr4/ParserRuleContext.js | 2 +- runtime/JavaScript/src/antlr4/PredictionContext.js | 2 +- runtime/JavaScript/src/antlr4/Recognizer.js | 2 +- runtime/JavaScript/src/antlr4/RuleContext.js | 2 +- runtime/JavaScript/src/antlr4/Token.js | 2 +- runtime/JavaScript/src/antlr4/Utils.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATN.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNConfig.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js | 2 +- .../JavaScript/src/antlr4/atn/ATNDeserializationOptions.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNState.js | 2 +- runtime/JavaScript/src/antlr4/atn/ATNType.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerAction.js | 2 +- runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js | 2 +- runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js | 2 +- runtime/JavaScript/src/antlr4/atn/PredictionMode.js | 2 +- runtime/JavaScript/src/antlr4/atn/SemanticContext.js | 2 +- runtime/JavaScript/src/antlr4/atn/Transition.js | 2 +- runtime/JavaScript/src/antlr4/atn/index.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFA.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFASerializer.js | 2 +- runtime/JavaScript/src/antlr4/dfa/DFAState.js | 2 +- runtime/JavaScript/src/antlr4/dfa/index.js | 2 +- .../JavaScript/src/antlr4/error/DiagnosticErrorListener.js | 2 +- runtime/JavaScript/src/antlr4/error/ErrorListener.js | 2 +- runtime/JavaScript/src/antlr4/error/ErrorStrategy.js | 2 +- runtime/JavaScript/src/antlr4/error/Errors.js | 2 +- runtime/JavaScript/src/antlr4/error/index.js | 2 +- runtime/JavaScript/src/antlr4/index.js | 2 +- runtime/JavaScript/src/antlr4/tree/Tree.js | 2 +- runtime/JavaScript/src/antlr4/tree/Trees.js | 2 +- runtime/JavaScript/src/antlr4/tree/index.js | 2 +- runtime/Python2/src/antlr4/BufferedTokenStream.py | 2 +- runtime/Python2/src/antlr4/CommonTokenFactory.py | 2 +- runtime/Python2/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python2/src/antlr4/FileStream.py | 2 +- runtime/Python2/src/antlr4/InputStream.py | 2 +- runtime/Python2/src/antlr4/IntervalSet.py | 2 +- runtime/Python2/src/antlr4/LL1Analyzer.py | 2 +- runtime/Python2/src/antlr4/Lexer.py | 2 +- runtime/Python2/src/antlr4/ListTokenSource.py | 2 +- runtime/Python2/src/antlr4/Parser.py | 2 +- runtime/Python2/src/antlr4/ParserInterpreter.py | 2 +- runtime/Python2/src/antlr4/ParserRuleContext.py | 2 +- runtime/Python2/src/antlr4/PredictionContext.py | 2 +- runtime/Python2/src/antlr4/Recognizer.py | 2 +- runtime/Python2/src/antlr4/RuleContext.py | 2 +- runtime/Python2/src/antlr4/StdinStream.py | 2 +- runtime/Python2/src/antlr4/Token.py | 2 +- runtime/Python2/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python2/src/antlr4/Utils.py | 2 +- runtime/Python2/src/antlr4/atn/ATN.py | 2 +- runtime/Python2/src/antlr4/atn/ATNConfig.py | 2 +- runtime/Python2/src/antlr4/atn/ATNConfigSet.py | 2 +- runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py | 2 +- runtime/Python2/src/antlr4/atn/ATNDeserializer.py | 2 +- runtime/Python2/src/antlr4/atn/ATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/ATNState.py | 2 +- runtime/Python2/src/antlr4/atn/ATNType.py | 2 +- runtime/Python2/src/antlr4/atn/LexerATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/LexerAction.py | 2 +- runtime/Python2/src/antlr4/atn/LexerActionExecutor.py | 2 +- runtime/Python2/src/antlr4/atn/ParserATNSimulator.py | 2 +- runtime/Python2/src/antlr4/atn/PredictionMode.py | 2 +- runtime/Python2/src/antlr4/atn/SemanticContext.py | 2 +- runtime/Python2/src/antlr4/atn/Transition.py | 2 +- runtime/Python2/src/antlr4/dfa/DFA.py | 2 +- runtime/Python2/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python2/src/antlr4/dfa/DFAState.py | 2 +- runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py | 2 +- runtime/Python2/src/antlr4/error/ErrorListener.py | 2 +- runtime/Python2/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python2/src/antlr4/error/Errors.py | 2 +- runtime/Python2/src/antlr4/tree/Chunk.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreeMatch.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreePattern.py | 2 +- runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py | 2 +- runtime/Python2/src/antlr4/tree/RuleTagToken.py | 2 +- runtime/Python2/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python2/src/antlr4/tree/Tree.py | 2 +- runtime/Python2/src/antlr4/tree/Trees.py | 2 +- runtime/Python2/src/antlr4/xpath/XPath.py | 2 +- runtime/Python2/tests/TestTokenStreamRewriter.py | 2 +- runtime/Python3/src/antlr4/BufferedTokenStream.py | 2 +- runtime/Python3/src/antlr4/CommonTokenFactory.py | 2 +- runtime/Python3/src/antlr4/CommonTokenStream.py | 2 +- runtime/Python3/src/antlr4/FileStream.py | 2 +- runtime/Python3/src/antlr4/InputStream.py | 2 +- runtime/Python3/src/antlr4/IntervalSet.py | 2 +- runtime/Python3/src/antlr4/LL1Analyzer.py | 2 +- runtime/Python3/src/antlr4/Lexer.py | 2 +- runtime/Python3/src/antlr4/ListTokenSource.py | 2 +- runtime/Python3/src/antlr4/Parser.py | 2 +- runtime/Python3/src/antlr4/ParserInterpreter.py | 2 +- runtime/Python3/src/antlr4/ParserRuleContext.py | 2 +- runtime/Python3/src/antlr4/PredictionContext.py | 2 +- runtime/Python3/src/antlr4/Recognizer.py | 2 +- runtime/Python3/src/antlr4/RuleContext.py | 2 +- runtime/Python3/src/antlr4/Token.py | 2 +- runtime/Python3/src/antlr4/TokenStreamRewriter.py | 2 +- runtime/Python3/src/antlr4/Utils.py | 2 +- runtime/Python3/src/antlr4/atn/ATN.py | 2 +- runtime/Python3/src/antlr4/atn/ATNConfig.py | 2 +- runtime/Python3/src/antlr4/atn/ATNConfigSet.py | 2 +- runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py | 2 +- runtime/Python3/src/antlr4/atn/ATNDeserializer.py | 2 +- runtime/Python3/src/antlr4/atn/ATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/ATNState.py | 2 +- runtime/Python3/src/antlr4/atn/ATNType.py | 2 +- runtime/Python3/src/antlr4/atn/LexerATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/LexerAction.py | 2 +- runtime/Python3/src/antlr4/atn/LexerActionExecutor.py | 2 +- runtime/Python3/src/antlr4/atn/ParserATNSimulator.py | 2 +- runtime/Python3/src/antlr4/atn/PredictionMode.py | 2 +- runtime/Python3/src/antlr4/atn/SemanticContext.py | 2 +- runtime/Python3/src/antlr4/atn/Transition.py | 2 +- runtime/Python3/src/antlr4/dfa/DFA.py | 2 +- runtime/Python3/src/antlr4/dfa/DFASerializer.py | 2 +- runtime/Python3/src/antlr4/dfa/DFAState.py | 2 +- runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py | 2 +- runtime/Python3/src/antlr4/error/ErrorListener.py | 2 +- runtime/Python3/src/antlr4/error/ErrorStrategy.py | 2 +- runtime/Python3/src/antlr4/error/Errors.py | 2 +- runtime/Python3/src/antlr4/tree/Chunk.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreeMatch.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreePattern.py | 2 +- runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py | 2 +- runtime/Python3/src/antlr4/tree/RuleTagToken.py | 2 +- runtime/Python3/src/antlr4/tree/TokenTagToken.py | 2 +- runtime/Python3/src/antlr4/tree/Tree.py | 2 +- runtime/Python3/src/antlr4/tree/Trees.py | 2 +- runtime/Python3/src/antlr4/xpath/XPath.py | 2 +- runtime/Python3/test/ctest.py | 2 +- .../Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift | 2 +- .../org/antlr/v4/runtime/FailedPredicateException.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/InputMismatchException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift | 2 +- .../org/antlr/v4/runtime/LexerNoViableAltException.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/NoViableAltException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/RecognitionException.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift | 2 +- .../org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift | 2 +- .../antlr/v4/runtime/atn/AbstractPredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift | 2 +- .../org/antlr/v4/runtime/atn/ArrayPredictionContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift | 2 +- .../org/antlr/v4/runtime/atn/BasicBlockStartState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift | 2 +- .../org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift | 2 +- .../org/antlr/v4/runtime/atn/EmptyPredictionContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift | 2 +- .../org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift | 2 +- .../antlr/v4/runtime/atn/PrecedencePredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift | 2 +- .../org/antlr/v4/runtime/atn/PredictionContextCache.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift | 2 +- .../org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift | 2 +- .../org/antlr/v4/runtime/atn/SingletonPredictionContext.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift | 2 +- .../org/antlr/v4/runtime/misc/exception/ANTLRError.swift | 2 +- .../org/antlr/v4/runtime/misc/exception/ANTLRException.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/ArrayExtension.swift | 2 +- .../antlr/v4/runtime/misc/extension/CharacterExtension.swift | 2 +- .../antlr/v4/runtime/misc/extension/IntStreamExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/StirngExtension.swift | 2 +- .../org/antlr/v4/runtime/misc/extension/TokenExtension.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift | 2 +- .../org/antlr/v4/runtime/misc/utils/StringBuilder.swift | 2 +- .../org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift | 2 +- .../Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift | 2 +- runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift | 2 +- .../v4/runtime/tree/pattern/ParseTreePatternMatcher.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift | 2 +- .../Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift | 2 +- .../org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift | 2 +- runtime/Swift/Antlr4Tests/Antlr4Tests.swift | 2 +- runtime/Swift/Antlr4Tests/BaseTest.swift | 2 +- runtime/Swift/Antlr4Tests/HashMapTest.swift | 2 +- tool-testsuite/pom.xml | 2 +- .../test/org/antlr/v4/test/tool/BaseJavaToolTest.java | 2 +- .../org/antlr/v4/test/tool/InterpreterTreeTextProvider.java | 2 +- .../test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java | 2 +- .../org/antlr/v4/test/tool/ParserInterpreterForTesting.java | 2 +- .../test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4 | 4 ++-- .../test/org/antlr/v4/test/tool/TestASTStructure.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNConstruction.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNDeserialization.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNParserPrediction.java | 2 +- .../test/org/antlr/v4/test/tool/TestATNSerialization.java | 2 +- .../test/org/antlr/v4/test/tool/TestActionSplitter.java | 2 +- .../test/org/antlr/v4/test/tool/TestActionTranslation.java | 2 +- .../test/org/antlr/v4/test/tool/TestAmbigParseTrees.java | 2 +- .../test/org/antlr/v4/test/tool/TestAttributeChecks.java | 2 +- .../test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java | 2 +- .../test/org/antlr/v4/test/tool/TestBufferedTokenStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestCodeGeneration.java | 2 +- .../test/org/antlr/v4/test/tool/TestCommonTokenStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestCompositeGrammars.java | 2 +- .../test/org/antlr/v4/test/tool/TestDollarParser.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java | 2 +- .../org/antlr/v4/test/tool/TestGrammarParserInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestGraphNodes.java | 2 +- .../test/org/antlr/v4/test/tool/TestIntervalSet.java | 2 +- .../org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java | 2 +- .../test/org/antlr/v4/test/tool/TestLexerActions.java | 2 +- .../test/org/antlr/v4/test/tool/TestLookaheadTrees.java | 2 +- .../test/org/antlr/v4/test/tool/TestParseTreeMatcher.java | 2 +- .../test/org/antlr/v4/test/tool/TestParserExec.java | 2 +- .../test/org/antlr/v4/test/tool/TestParserInterpreter.java | 2 +- .../test/org/antlr/v4/test/tool/TestParserProfiler.java | 2 +- .../test/org/antlr/v4/test/tool/TestPerformance.java | 2 +- .../test/org/antlr/v4/test/tool/TestScopeParsing.java | 2 +- .../test/org/antlr/v4/test/tool/TestSymbolIssues.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenPositionOptions.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java | 2 +- .../test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java | 2 +- .../test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java | 2 +- .../test/org/antlr/v4/test/tool/TestTopologicalSort.java | 2 +- .../test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java | 2 +- .../org/antlr/v4/test/tool/TestUnbufferedTokenStream.java | 2 +- .../test/org/antlr/v4/test/tool/TestVocabulary.java | 2 +- tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java | 2 +- tool/nb-configuration.xml | 2 +- tool/pom.xml | 2 +- .../org/antlr/v4/tool/templates/LeftRecursiveRules.stg | 4 ++-- .../org/antlr/v4/tool/templates/codegen/Java/Java.stg | 4 ++-- .../antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg | 4 ++-- .../org/antlr/v4/tool/templates/codegen/Python2/Python2.stg | 4 ++-- .../org/antlr/v4/tool/templates/codegen/Python3/Python3.stg | 4 ++-- .../org/antlr/v4/tool/templates/codegen/Swift/Swift.stg | 4 ++-- tool/resources/org/antlr/v4/tool/templates/depend.stg | 4 ++-- tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg | 4 ++-- tool/src/org/antlr/v4/Tool.java | 2 +- tool/src/org/antlr/v4/analysis/AnalysisPipeline.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java | 2 +- tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java | 2 +- .../org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java | 2 +- tool/src/org/antlr/v4/automata/ATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/ATNOptimizer.java | 2 +- tool/src/org/antlr/v4/automata/ATNPrinter.java | 2 +- tool/src/org/antlr/v4/automata/ATNVisitor.java | 2 +- tool/src/org/antlr/v4/automata/LexerATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/ParserATNFactory.java | 2 +- tool/src/org/antlr/v4/automata/TailEpsilonRemover.java | 2 +- tool/src/org/antlr/v4/codegen/ActionTranslator.java | 2 +- tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGenPipeline.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGenerator.java | 2 +- tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java | 2 +- tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/LexerFactory.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelController.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelFactory.java | 2 +- tool/src/org/antlr/v4/codegen/OutputModelWalker.java | 2 +- tool/src/org/antlr/v4/codegen/ParserFactory.java | 2 +- tool/src/org/antlr/v4/codegen/SourceGenTriggers.g | 4 ++-- tool/src/org/antlr/v4/codegen/Target.java | 2 +- tool/src/org/antlr/v4/codegen/Wildcard.java | 2 +- tool/src/org/antlr/v4/codegen/model/Action.java | 2 +- tool/src/org/antlr/v4/codegen/model/AddToLabelList.java | 2 +- tool/src/org/antlr/v4/codegen/model/AltBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/ArgAction.java | 2 +- tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java | 2 +- tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java | 2 +- tool/src/org/antlr/v4/codegen/model/Choice.java | 2 +- tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java | 2 +- .../org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/DispatchMethod.java | 2 +- .../org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java | 2 +- tool/src/org/antlr/v4/codegen/model/ExceptionClause.java | 2 +- tool/src/org/antlr/v4/codegen/model/InvokeRule.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1Choice.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1Loop.java | 2 +- tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java | 2 +- .../org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java | 2 +- .../src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java | 2 +- .../src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java | 2 +- tool/src/org/antlr/v4/codegen/model/LabeledOp.java | 2 +- .../org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/Lexer.java | 2 +- tool/src/org/antlr/v4/codegen/model/LexerFile.java | 2 +- .../org/antlr/v4/codegen/model/ListenerDispatchMethod.java | 2 +- tool/src/org/antlr/v4/codegen/model/ListenerFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/Loop.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchNotSet.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchSet.java | 2 +- tool/src/org/antlr/v4/codegen/model/MatchToken.java | 2 +- tool/src/org/antlr/v4/codegen/model/ModelElement.java | 2 +- tool/src/org/antlr/v4/codegen/model/OptionalBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/OutputFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/OutputModelObject.java | 2 +- tool/src/org/antlr/v4/codegen/model/Parser.java | 2 +- tool/src/org/antlr/v4/codegen/model/ParserFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/PlusBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/Recognizer.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleElement.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java | 2 +- tool/src/org/antlr/v4/codegen/model/SemPred.java | 2 +- tool/src/org/antlr/v4/codegen/model/SerializedATN.java | 2 +- tool/src/org/antlr/v4/codegen/model/SrcOp.java | 2 +- tool/src/org/antlr/v4/codegen/model/StarBlock.java | 2 +- tool/src/org/antlr/v4/codegen/model/Sync.java | 2 +- tool/src/org/antlr/v4/codegen/model/TestSetInline.java | 2 +- .../org/antlr/v4/codegen/model/ThrowEarlyExitException.java | 2 +- tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java | 2 +- .../org/antlr/v4/codegen/model/ThrowRecognitionException.java | 2 +- .../src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java | 2 +- tool/src/org/antlr/v4/codegen/model/VisitorFile.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java | 2 +- .../src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java | 2 +- .../src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java | 2 +- .../org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java | 2 +- .../antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java | 2 +- .../antlr/v4/codegen/model/chunk/RulePropertyRef_start.java | 2 +- .../antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java | 2 +- .../antlr/v4/codegen/model/chunk/RulePropertyRef_text.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java | 2 +- .../src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java | 2 +- .../antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java | 2 +- .../v4/codegen/model/chunk/ThisRulePropertyRef_parser.java | 2 +- .../v4/codegen/model/chunk/ThisRulePropertyRef_start.java | 2 +- .../v4/codegen/model/chunk/ThisRulePropertyRef_stop.java | 2 +- .../v4/codegen/model/chunk/ThisRulePropertyRef_text.java | 2 +- .../org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java | 2 +- .../v4/codegen/model/chunk/TokenPropertyRef_channel.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java | 2 +- .../antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java | 2 +- tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java | 2 +- tool/src/org/antlr/v4/codegen/model/dbg.java | 2 +- .../org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java | 2 +- .../org/antlr/v4/codegen/model/decl/ContextGetterDecl.java | 2 +- .../antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java | 2 +- .../v4/codegen/model/decl/ContextRuleListGetterDecl.java | 2 +- .../codegen/model/decl/ContextRuleListIndexedGetterDecl.java | 2 +- .../antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java | 2 +- .../v4/codegen/model/decl/ContextTokenListGetterDecl.java | 2 +- .../codegen/model/decl/ContextTokenListIndexedGetterDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/Decl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java | 2 +- .../org/antlr/v4/codegen/model/decl/RuleContextListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java | 2 +- tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java | 2 +- tool/src/org/antlr/v4/codegen/target/CSharpTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/CppTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/GoTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/JavaTarget.java | 2 +- tool/src/org/antlr/v4/codegen/target/Python2Target.java | 2 +- tool/src/org/antlr/v4/codegen/target/Python3Target.java | 2 +- tool/src/org/antlr/v4/codegen/target/SwiftTarget.java | 2 +- tool/src/org/antlr/v4/gui/BasicFontMetrics.java | 2 +- tool/src/org/antlr/v4/gui/GraphicsSupport.java | 2 +- tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java | 2 +- tool/src/org/antlr/v4/gui/PostScriptDocument.java | 2 +- tool/src/org/antlr/v4/gui/SystemFontMetrics.java | 2 +- tool/src/org/antlr/v4/gui/TestRig.java | 2 +- tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java | 2 +- tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java | 2 +- tool/src/org/antlr/v4/gui/TreeTextProvider.java | 2 +- tool/src/org/antlr/v4/gui/TreeViewer.java | 2 +- tool/src/org/antlr/v4/gui/Trees.java | 2 +- tool/src/org/antlr/v4/misc/CharSupport.java | 2 +- tool/src/org/antlr/v4/misc/FrequencySet.java | 2 +- tool/src/org/antlr/v4/misc/Graph.java | 2 +- tool/src/org/antlr/v4/misc/MutableInt.java | 2 +- tool/src/org/antlr/v4/misc/OrderedHashMap.java | 2 +- tool/src/org/antlr/v4/misc/Utils.java | 2 +- tool/src/org/antlr/v4/parse/ANTLRLexer.g | 4 ++-- tool/src/org/antlr/v4/parse/ANTLRParser.g | 4 ++-- tool/src/org/antlr/v4/parse/ATNBuilder.g | 4 ++-- tool/src/org/antlr/v4/parse/ActionSplitter.g | 4 ++-- tool/src/org/antlr/v4/parse/ActionSplitterListener.java | 2 +- tool/src/org/antlr/v4/parse/BlockSetTransformer.g | 4 ++-- tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java | 2 +- tool/src/org/antlr/v4/parse/GrammarToken.java | 2 +- tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g | 4 ++-- tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g | 4 ++-- tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java | 2 +- tool/src/org/antlr/v4/parse/ScopeParser.java | 2 +- tool/src/org/antlr/v4/parse/TokenVocabParser.java | 2 +- tool/src/org/antlr/v4/parse/ToolANTLRLexer.java | 2 +- tool/src/org/antlr/v4/parse/ToolANTLRParser.java | 2 +- tool/src/org/antlr/v4/parse/v3TreeGrammarException.java | 2 +- tool/src/org/antlr/v4/parse/v4ParserException.java | 2 +- tool/src/org/antlr/v4/semantics/ActionSniffer.java | 2 +- tool/src/org/antlr/v4/semantics/AttributeChecks.java | 2 +- tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java | 2 +- .../org/antlr/v4/semantics/BlankActionSplitterListener.java | 2 +- tool/src/org/antlr/v4/semantics/RuleCollector.java | 2 +- tool/src/org/antlr/v4/semantics/SemanticPipeline.java | 2 +- tool/src/org/antlr/v4/semantics/SymbolChecks.java | 2 +- tool/src/org/antlr/v4/semantics/SymbolCollector.java | 2 +- tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java | 2 +- tool/src/org/antlr/v4/tool/ANTLRMessage.java | 2 +- tool/src/org/antlr/v4/tool/ANTLRToolListener.java | 2 +- tool/src/org/antlr/v4/tool/Alternative.java | 2 +- tool/src/org/antlr/v4/tool/Attribute.java | 2 +- tool/src/org/antlr/v4/tool/AttributeDict.java | 2 +- tool/src/org/antlr/v4/tool/AttributeResolver.java | 2 +- tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java | 2 +- tool/src/org/antlr/v4/tool/DOTGenerator.java | 2 +- tool/src/org/antlr/v4/tool/DefaultToolListener.java | 2 +- tool/src/org/antlr/v4/tool/ErrorManager.java | 2 +- tool/src/org/antlr/v4/tool/ErrorSeverity.java | 2 +- tool/src/org/antlr/v4/tool/ErrorType.java | 2 +- tool/src/org/antlr/v4/tool/Grammar.java | 2 +- tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java | 2 +- tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java | 2 +- tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java | 2 +- tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java | 2 +- tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java | 2 +- tool/src/org/antlr/v4/tool/LabelElementPair.java | 2 +- tool/src/org/antlr/v4/tool/LabelType.java | 2 +- tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java | 2 +- tool/src/org/antlr/v4/tool/LeftRecursiveRule.java | 2 +- tool/src/org/antlr/v4/tool/LexerGrammar.java | 2 +- tool/src/org/antlr/v4/tool/Rule.java | 2 +- tool/src/org/antlr/v4/tool/ToolMessage.java | 2 +- tool/src/org/antlr/v4/tool/ast/ActionAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/AltAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/BlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java | 2 +- tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/NotAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/PredAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/QuantifierAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RangeAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleElementAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/RuleRefAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/SetAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/StarBlockAST.java | 2 +- tool/src/org/antlr/v4/tool/ast/TerminalAST.java | 2 +- 1535 files changed, 1566 insertions(+), 1566 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 275ee2326..5496b67fd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ [The "BSD 3-clause license"] -Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +Copyright (c) 2012-2016 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 diff --git a/antlr4-maven-plugin/nb-configuration.xml b/antlr4-maven-plugin/nb-configuration.xml index 7399c5b4a..65ed43cba 100644 --- a/antlr4-maven-plugin/nb-configuration.xml +++ b/antlr4-maven-plugin/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/pom.xml b/antlr4-maven-plugin/pom.xml index 7f37673e1..127a7a259 100644 --- a/antlr4-maven-plugin/pom.xml +++ b/antlr4-maven-plugin/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 82a74534f..84a4919d2 100644 --- a/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/antlr4-maven-plugin/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,6 +1,6 @@ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java index 63035380a..92d237789 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4ErrorLog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java index 73de35b78..0afe54f35 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/Antlr4Mojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java index 55e9e9c1f..f8ebb1e0d 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/GrammarDependencies.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java index 4c084d5c3..56da59be9 100644 --- a/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java +++ b/antlr4-maven-plugin/src/main/java/org/antlr/mojo/antlr4/MojoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/site/site.xml b/antlr4-maven-plugin/src/site/site.xml index 907c84b1f..987658bdd 100644 --- a/antlr4-maven-plugin/src/site/site.xml +++ b/antlr4-maven-plugin/src/site/site.xml @@ -1,7 +1,7 @@ diff --git a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java index 8fbf076ba..12c45cd7d 100644 --- a/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java +++ b/antlr4-maven-plugin/src/test/java/org/antlr/mojo/antlr4/Antlr4MojoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml index 0254d7b20..3163b81bb 100644 --- a/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/dependencyRemoved/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml index e71d76ee0..478b51788 100644 --- a/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importTokens/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml index fc3e9742b..a5826bc12 100644 --- a/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsCustom/pom.xml @@ -1,5 +1,5 @@ diff --git a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml index 7429d86bb..77f63a238 100644 --- a/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml +++ b/antlr4-maven-plugin/src/test/projects/importsStandard/pom.xml @@ -1,5 +1,5 @@ diff --git a/pom.xml b/pom.xml index e11dcc75e..a48e1767e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite-legacy/pom.xml b/runtime-testsuite-legacy/pom.xml index 00661ab9c..7bfda4c4f 100644 --- a/runtime-testsuite-legacy/pom.xml +++ b/runtime-testsuite-legacy/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java index 61e80b456..a2e944069 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/DescrGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java index 84b6e3f7f..3df2c7687 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/JavaEscapeStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java index 5547b7333..80e404d14 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/LinesStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java index ddfc775d9..220b5cd38 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/STGroupModelAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java index 2b850eac8..4e5f8ffac 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/StrlenStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java index b4b5359ce..2b69ea548 100644 --- a/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java +++ b/runtime-testsuite-legacy/src/org/antlr/v4/testgen/TestGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/cpp/BaseCppTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/cpp/BaseCppTest.java index 96ccaddba..338444e1a 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/cpp/BaseCppTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/cpp/BaseCppTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/csharp/BaseCSharpTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/csharp/BaseCSharpTest.java index e1d417854..70e399af9 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/csharp/BaseCSharpTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/csharp/BaseCSharpTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/go/BaseGoTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/go/BaseGoTest.java index ad76e406a..52fb789ae 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/go/BaseGoTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/go/BaseGoTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/ErrorQueue.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/ErrorQueue.java index 10eb3c155..6d1f06126 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/ErrorQueue.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/ErrorQueue.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/LegacyBaseJavaTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/LegacyBaseJavaTest.java index b92244d5d..ba35849eb 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/LegacyBaseJavaTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/java/LegacyBaseJavaTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/browser/BaseBrowserTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/browser/BaseBrowserTest.java index b3ff7ad75..9c7efd068 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/browser/BaseBrowserTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/browser/BaseBrowserTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/chrome/BaseChromeTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/chrome/BaseChromeTest.java index 3378e1ea5..0e31b8c4f 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/chrome/BaseChromeTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/chrome/BaseChromeTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/explorer/BaseExplorerTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/explorer/BaseExplorerTest.java index ac1688259..fb45fba6f 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/explorer/BaseExplorerTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/explorer/BaseExplorerTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/firefox/BaseFirefoxTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/firefox/BaseFirefoxTest.java index 44d209b3e..c4accbdbb 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/firefox/BaseFirefoxTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/firefox/BaseFirefoxTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/node/BaseNodeTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/node/BaseNodeTest.java index bbf18efbb..66a122c1b 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/node/BaseNodeTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/node/BaseNodeTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/safari/BaseSafariTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/safari/BaseSafariTest.java index e0be40d5b..44389a39c 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/safari/BaseSafariTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/javascript/safari/BaseSafariTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python/BasePythonTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python/BasePythonTest.java index 108f4f215..20eb4f7e6 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python/BasePythonTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python/BasePythonTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python3/BasePython3Test.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python3/BasePython3Test.java index 5bf515180..1090627fa 100644 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python3/BasePython3Test.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/python3/BasePython3Test.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/swift/BaseTest.java b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/swift/BaseTest.java index e9cd5923c..b0f4e2225 100755 --- a/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/swift/BaseTest.java +++ b/runtime-testsuite-legacy/test/org/antlr/v4/test/runtime/legacy/swift/BaseTest.java @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * Copyright (c) 2016 Janyou * All rights reserved. * diff --git a/runtime-testsuite/annotations/pom.xml b/runtime-testsuite/annotations/pom.xml index 951e11550..8ac4e325a 100644 --- a/runtime-testsuite/annotations/pom.xml +++ b/runtime-testsuite/annotations/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java index e015a97c1..b2bf48656 100644 --- a/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java +++ b/runtime-testsuite/annotations/src/org/antlr/v4/test/runtime/CommentHasStringValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/pom.xml b/runtime-testsuite/pom.xml index 2e629b947..e063b9661 100644 --- a/runtime-testsuite/pom.xml +++ b/runtime-testsuite/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/processors/pom.xml b/runtime-testsuite/processors/pom.xml index 1949b84f2..2b0c2d96e 100644 --- a/runtime-testsuite/processors/pom.xml +++ b/runtime-testsuite/processors/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java index e1d79ab02..b4fcb0609 100644 --- a/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java +++ b/runtime-testsuite/processors/src/org/antlr/v4/test/runtime/CommentHasStringValueProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java index 8bde4a61c..61218aa20 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeLexerTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java index 5e39f6a21..265ec0f76 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseCompositeParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java index 14a0d4ddc..69f3468a5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseDiagnosticParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java index ed330869a..64e62b276 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseLexerTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java index 2fa557153..412cfa795 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseParserTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java index 9a8f9aa9d..b462c6f56 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java index 9c7413b54..8b7e7103a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/BaseRuntimeTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java index cd1cae4dd..5c1bc5ca7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/ErrorQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java index fc321c1bc..46a011f0e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java index 79bf0f1f5..85d41b24c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/RuntimeTestSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java index 219c94833..36fcdf1c1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/SpecialRuntimeTestAssert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java index f985e3304..146812f8f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/BaseCppTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java index efb2bfd62..a18990ecd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java index b5f5ed176..9be3017c7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java index 095075c8a..63602cc43 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java index 150483c5b..3534b940f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java index ac6987641..d1ff835d3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java index 2d27b695b..a39d78404 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java index 5fb0fdc85..7531e7365 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java index 398d1ab17..d6d4b315a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java index 9bb122cb2..416cb9ec2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java index e71e1f9f3..9b92cd343 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java index f3b0e6c83..6c6f6d4fb 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java index 8d7bd120b..37bb4a308 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java index 5da9ce22c..92e77ea35 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java index bb9375060..1b4506857 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java index 2534cc636..f3e0cd5d5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java index 565f8882d..734223522 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/BaseCSharpTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java index cc7287ae0..5196094c3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java index 57172362a..26a20298e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java index 0b5818214..6b2115b37 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java index af90c02f1..57f4d1cd1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java index cd885a6bc..4fa7b9387 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java index e2239df50..615bd8807 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java index 0c857aa7b..c05874f15 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java index 42fc56e1f..1fe92cef3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java index 157263b34..e0b6beba5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java index 3a7c2cf4f..8a8c87967 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java index 59519f99d..96f0dcb84 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java index c37694bc3..621480f44 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java index 598ac1d49..a95f7bac3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java index e47ae88e0..1ae0f6793 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java index d93eb9078..29569a472 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/csharp/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java index ca77330af..2cdb8a709 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeLexersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java index cdf3fe432..a7d073f3e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/CompositeParsersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java index 8b8db52cd..3004ed2ad 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/FullContextParsingDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java index 6b4a71a26..607feeedd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LeftRecursionDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java index 5b936b792..64cf6bcdd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerErrorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java index b33ee34a0..46fc4812f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/LexerExecDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java index 618b8c383..069875ef8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ListenersDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java index 511117fce..3b5553764 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParseTreesDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java index 10c7229cc..02fb884f7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserErrorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java index 56fae6ee8..1d1b75845 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/ParserExecDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java index 01d6b144a..4707b73e4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/PerformanceDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java index 4774b2ab6..fc43a6f83 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalLexerDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java index f2a498105..f179ebf98 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SemPredEvalParserDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java index a1a1bee71..8519077e3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/SetsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java index 50f105297..aa081e4ff 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/descriptors/VisitorsDescriptors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java index 36dbda54a..7a6c591c7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/BaseGoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java index 6c395ad3d..205bd9fdd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java index 6d8956925..e6aa80470 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java index 8dcf8688d..62e63c0ee 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java index 62bf01ba7..669305e6a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java index afe73a358..6685bd0ac 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java index 95d9009fc..39b8a21d4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java index f6786cb41..1c6d90605 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java index 0ad939aea..6e66dc380 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java index 9146a8b58..07ee5ff6b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java index d6bd71392..551081de2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java index 6fa387811..42b0c8583 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java index a36c07098..fbae8840b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java index a0da1dca0..6dc1d8276 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java index d90ccf2a1..bd4295737 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java index d51abbba0..ee2c152b5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/go/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java index 725967509..9f7acc37c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/BaseJavaTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java index 5253b006f..2f5203b03 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java index 052232609..fe54ead17 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java index ac30f27f0..46bc6c4f1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java index a9f63fce8..c18ef02d3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java index 3e39b5ae8..8c5ecef49 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java index 961c48613..d836ededf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java index a797b8327..2580d1ab8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java index 34e8505bf..9cab8b8ed 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java index c06a5e599..ff0852269 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java index 7b213bacd..4ffc4a312 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java index 77039493e..9b0c44c1c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java index c2bf272f4..13e1ab716 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java index 0e5493a4f..ea6bbde42 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java index 636151254..c73e84d40 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java index 2134806e1..289220e42 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/java/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java index 4d6e2469a..5629ed853 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/browser/BaseBrowserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java index 193ba235b..121cd0e66 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/BaseChromeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java index 54e2a8eeb..9db58b2f9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java index 1a3d7a394..db9bd6be1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java index 49a8a2283..b4abb5a02 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java index 74d06983f..d42bba4a0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java index b3da30f40..de8e85219 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java index 6d3c5b023..f7c200b1d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java index c0fa207ab..96569ae80 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java index ed23b87c8..237fd8e89 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java index 55a350d5a..a0286d9a4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java index 01d1e0a61..f437a8248 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java index 7236777ee..f75a64a76 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java index a43d05437..eb337837e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java index 1aec8bfa5..8507e411f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java index bf8beba4a..72c8167e3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java index 1466e1198..6b61f11c3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java index e446dcdb9..465821450 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/chrome/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java index 42527b09e..572734cf4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/BaseExplorerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java index 3faf8eb8a..78d454418 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java index 8bac2c966..5f6115fa9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java index ac8698d5b..ff7c72247 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java index b0fe41516..e28036e94 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java index 20e3728c2..7e4a7000b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java index 2b73dc5e6..098c5482c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java index e019fd8db..f2234ab76 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java index c30985354..2e272df15 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java index 2ab06d075..2c8c80692 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java index b3b080c0a..73e1bb388 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java index 51d2d6c36..31e0795dc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java index 6c7ee9f89..43e5d4c7a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java index 7ef2acdec..154a6b9b6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java index 56a91b669..bbf475052 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java index 8879a7075..ad942e649 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/explorer/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java index a3705fb28..860fc7480 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/BaseFirefoxTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java index 31d556380..56013d1d6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java index 5d7b3c294..a26d96081 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java index d4b16ecfa..6e7c72777 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java index 80600e0e8..e17af74f6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java index 53f28658b..43f5520cd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java index 40c42fb7d..63b5c9045 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java index 433d8c6c3..61859261f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java index d2eda7887..4ad858d5b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java index a465bdf57..4673959a2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java index fdfb78db7..cf3972049 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java index d3f9f234a..f1c238d82 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java index e0a602022..2fea95aea 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java index 900a0dfb6..8d5bbb987 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java index 29c5edac0..dc4a98faf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java index 7bf6880d8..2a7a29a32 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java index 96a6595e9..5725884f6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/firefox/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java index febd96e09..e85f619da 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/BaseNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java index e549043ea..5f3101d21 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java index e741edd98..de26b33e9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java index 9536f31be..5b140778d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java index 9cc93662d..02e7b7683 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java index c91d6d3b2..57c8bf574 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java index 9398d881a..aa7865dfc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java index 157dccf7e..ec044ad06 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java index b44d539a2..2b25eb2cd 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java index 9a437abfc..6cb22d367 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java index fa794ffe8..da617856f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java index edf61d3ac..6f49b2eb1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java index c96a420ce..0966da39e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java index f54f363eb..30a58d539 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java index dfe167399..256cbe1a7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java index 592ee6966..939cc05ca 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/node/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java index 640567ea7..3d8b02998 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/BaseSafariTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java index 0ae45898a..ea5f58e19 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/SharedWebDriver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java index f4b667c6e..a7d6c57b9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java index 183ed26eb..c4bba3b64 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java index 2f691aa4c..d5eb1400d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java index 5347180aa..cf994f343 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java index ee2790f86..2dd0718d7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java index e349d4891..952eee6a1 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java index 2b843c3d7..10482bdf4 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java index b56e4152d..bedb06a83 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java index 54968f603..4ac22aa4c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java index 719c0a723..38077613f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java index ed896a52e..975c20348 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java index 5497b50b0..839160978 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java index f218bebe7..a752db0f5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java index 630becb03..07b399e4c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java index f37c1066f..801df5c6b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/javascript/safari/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java index 76fea1326..60507c9dc 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python/BasePythonTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java index fc4eef918..0bbb82329 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/BasePython2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java index 0714e9911..6758b495c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java index eb5ae40b0..4113410e8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java index 6c7f1f445..ce743c88a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java index 3ea3622e1..84eedeb36 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java index 7af206b6f..e81b746a6 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java index d56a772a0..8bc811084 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java index d1ea68eef..5b6904ae9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java index 79e88dff0..96ba228ac 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java index 43082f270..c462d1c3e 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java index d4af6b413..77f0e7175 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java index 07b841cf4..091552178 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java index fb0478413..443045d64 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java index cd59db68b..f54b8982d 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java index 14999f152..012128b0f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java index 17d3af995..b64483c5a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python2/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java index c83a943e5..a9104e0a7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/BasePython3Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java index f7f785efd..6fd4d66ea 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java index ec84bfa4e..b2568ecb8 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java index c7fd6954a..6555db0ff 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java index b1e478f82..d96c67a98 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java index b019c9819..66b1b3ad9 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java index a97a278fe..3faabcdc7 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java index 01b971318..93c80d719 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java index 03f4ba2b9..636995f96 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java index 305e89893..60612b7d3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java index 96e89854e..0413dd37a 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java index b039b4fda..6f19c25c2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java index 62f4e6f50..402ac040b 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java index d305466fb..e37e86885 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java index 34327108e..4c6c1babe 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java index d6275264f..83325a9cf 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/python3/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java index d2da92e1e..b9dbb629f 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/BaseSwiftTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java index dbae2742b..252cd1988 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeLexers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java index 7f03419c5..22cb447af 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestCompositeParsers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java index fd3ff09f7..17f3ae738 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestFullContextParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java index 860d48de1..48994df9c 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLeftRecursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java index a336db362..54ab79e06 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java index d1e25b6dd..74a901c95 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestLexerExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java index 6bab81e86..0b2ecbeb0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestListeners.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java index cff509625..08ed6ccf5 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java index 66d5101f2..40bb39843 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java index cae4340fd..acf41bbd2 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java index e7bd7e8d7..2ec5fdfe0 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java index d574dcbcb..293005053 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java index 313053ac9..71e2d5630 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSemPredEvalParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java index 79713f599..7e3934163 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java index ea68fe6a3..00dacf1b3 100644 --- a/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java +++ b/runtime-testsuite/test/org/antlr/v4/test/runtime/swift/TestVisitors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs index 52152a997..b696cbe0e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrFileStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs index a000e4039..344e87a20 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/AntlrInputStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs index ebfeb2c5a..b233a712c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATN.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs index 6cdbf81b8..8a770d8c7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfig.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs index fb9d4ca95..eb0f807a4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNConfigSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs index 7f804468a..e04b23cf2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializationOptions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs index 030b7b122..ddc585906 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNDeserializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs index 16240e9d0..9953944cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs index 9266f1801..7413574d8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs index 3b3f844ee..0823bd1a1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ATNType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs index 2912ff86a..f4c8df9a0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AbstractPredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs index ffab81c62..46f7bcd19 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ActionTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs index 12f7f3da1..5dd6621fe 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AmbiguityInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs index 07867dc2c..7800b300a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ArrayPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs index beed05515..f01c50354 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/AtomTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs index 60828c215..c36bc58f8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs index 0ec5b05b3..5933c990c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BasicState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs index 7a5cf7ba1..c8c935156 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockEndState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs index 5c64c90de..0b9196f3c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/BlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs index 74273d44c..f39965f2d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ConflictInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs index 492cbedb8..446fc03ec 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ContextSensitivityInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs index 0123484a0..86a2f6901 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionEventInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs index 7a517446b..5757b4bfa 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs index f833cc59f..0b0fc1ccd 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/DecisionState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs index 704eab244..38f46eeaa 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EmptyPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs index 93134ba5b..5da8757d5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/EpsilonTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs index 032d89cce..22e805869 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ErrorInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs index b1ecca6b9..83330322d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ILexerAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs index a8671211e..9b0553b5d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LL1Analyzer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs index 0d79401a3..6464ec60c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs index 1c80d78f4..73b24e862 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionExecutor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs index 7c06e3e17..7356a12cb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerActionType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs index 6ce910b0d..009a79bb2 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerChannelAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs index dfd854b59..49c776eb5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerCustomAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs index 5aeda4208..c1f4df6b0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerIndexedCustomAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs index 0559575d3..3fa571dba 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs index 3f93658b0..993cb5366 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerMoreAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs index 0af787526..92c9a441b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPopModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs index a5eeb9974..e4df466d4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerPushModeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs index e8f52aac4..b7dd16201 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerSkipAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs index d770705fb..0530c299b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LexerTypeAction.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs index e38556c34..e200dcec4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LookaheadEventInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs index 372c8151d..70d9653fc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/LoopEndState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs index 706a78fcd..769014dab 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/NotSetTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs index 6a8a2ba1a..f2f8468e5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/OrderedATNConfigSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs index 6e8df5ea2..d536ef321 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParseInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs index 70f2fbbc2..22695af53 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ParserATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs index 5080903e3..143179fea 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs index b2cfefeaf..a07a4ed6f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PlusLoopbackState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs index 98fe6a023..2cb7ffee7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PrecedencePredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs index fe3c439da..6aecbb9a5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateEvalInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs index 08a5e68b0..d9ae06284 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredicateTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs index c32d152fc..7208b56e3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs index 826acaaad..032de6e8d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionContextCache.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs index 19bf8cb4b..ee386161c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/PredictionMode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs index 8f1c457d7..04f5b8d2b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/ProfilingATNSimulator.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs index 1ae24f1af..7ea586a3e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RangeTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs index 59100f4e8..cfa1675d1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs index c12e2cf10..ec03a17b1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleStopState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs index e8bbff99f..9f59f0e3e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/RuleTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs index 3f77d9309..15be36b87 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SemanticContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs index be445953e..d74b20a61 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SetTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs index 00dfa0560..cea1f8f15 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SimulatorState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs index 75c70c142..9f3a3df8d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/SingletonPredictionContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs index f7bf4823b..48034defc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarBlockStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs index ffa249838..8c975f38e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopEntryState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs index 6fe93e4fd..18aed2004 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StarLoopbackState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs index d48e32172..d0a72662e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/StateType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs index 41a14f7f0..82efa94ab 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TokensStartState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs index ed2a41a03..cc8106663 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/Transition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs index 084bbf73d..b8b6e5bae 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/TransitionType.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs index 3e21ef6d5..2781b477b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Atn/WildcardTransition.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs index cc92eda97..e6e4e0c4d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BailErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs index ffc43de5c..d2197b0f0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BaseErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs index 96552b647..f594d54b4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/BufferedTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs index 19972e1b7..660098cad 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs index 137a526c0..540f99de1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenFactory.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs index 9df024193..cb9496c8e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/CommonTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs index 97952c0fd..c3944fac8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ConsoleErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs index d3ca06c4b..6ff3ab2c9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DefaultErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs index 4c7a2de62..e84a6fd6c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dependents.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs index 4c3e2acc2..112323884 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AbstractEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs index fa1d8ac55..00a514341 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/AcceptStateInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs index 239018899..5d3b37bf4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/ArrayEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs index 0c7a35c8e..1485d33ab 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFA.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs index 1ff435750..6ad784444 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFASerializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs index 1419aeef5..783c5fc6e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/DFAState.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs index 875f9760b..eea446b72 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/EmptyEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs index ec29a9098..33eb25a03 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/IEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs index 23450173c..41e369459 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/LexerDFASerializer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs index 6e5f914de..2dab6b192 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SingletonEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs index 998eb5c6b..a796f4043 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/SparseEdgeMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs index a55eeb38a..43d7eb71a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/DiagnosticErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs index 475eb2a2c..55b611544 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/FailedPredicateException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs index 7300f82bd..f3f696f7f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs index 066d842b0..5c19d0f1c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IAntlrErrorStrategy.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs index 06c889f5c..0103baa1c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ICharStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs index ed5681b37..32bf132a8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IIntStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs index 353895ee1..ff05a2d89 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IParserErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs index 3d43b64cc..3a1edf8cb 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IRecognizer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs index 40f2eb2de..f587b7eab 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs index d8533acba..3b270b76a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenFactory.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs index f5798b6ee..6b7acfc23 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenSource.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs index 3cac8e7a7..23b4b3b17 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ITokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs index fec99a9f9..7e6e5e411 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IVocabulary.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs index 5944e1e50..edd5bea2b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/IWritableToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs index beabec2ea..493fb2676 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InputMismatchException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs index be1e5cc77..dbaa42db4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/InterpreterRuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs index 0cbb79250..54aa6d509 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Lexer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs index b66167d9a..6f7c5cec7 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerInterpreter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs index dae6b65c6..200295c38 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/LexerNoViableAltException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs index 377705657..8d79c73dc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ListTokenSource.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs index e0906592c..9f131b82d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Args.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs index 42787b55a..ef9201330 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IIntSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs index 2415094bf..064edfe16 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Interval.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs index 18ac908aa..b0ab6c140 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/IntervalSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs index b7c26efd3..ef8f3990f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MultiMap.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs index 741720980..ad618f13f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/MurmurHash.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs index 8f63ab854..23743e7b4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NotNullAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs index 0abe35f4e..0229207a8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/NullableAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs index b03cfd4b2..2b75d328c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/ParseCanceledException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs index dd8dd027d..0cf32b317 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/RuleDependencyChecker.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs index 46bae4427..891f75103 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Misc/Utils.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs index 483833d39..74655c7cc 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/NoViableAltException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs index 03e194158..c8b3b08d9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Parser.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs index e82dd38e9..6258d479b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserInterpreter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs index ebfc62ebf..bc4ca114c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ParserRuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs index 523da610d..3bb88e173 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs index f3aa4c836..f790726e8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs index 8ac900bc0..4661cbddf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/ProxyParserErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs index f740d44db..f63589f0b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RecognitionException.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs index 647b763a8..1e69e4ff8 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Recognizer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs index 6171b53e1..e3672c392 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleContext.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs index 6e2e44dea..74d99b2be 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleDependencyAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs index b4655c8fe..54a1bba2e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/RuleVersionAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs index 3fc887fa3..951788f31 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Arrays.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs index 0cc821b86..b569a5c29 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/AtomicReference.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs index ab83c3432..0d39d83c5 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/BitSet.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs index d6013daf2..1c4dcb096 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Collections.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs index 4f2609f42..9ff2b310b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Compat/SerializableAttribute.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs index e389f4c32..9e4077b3f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/DictionaryExtensions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs index 996d098a9..35ee2512b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/ListExtensions.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs index ad3a5b79b..3e1b1b151 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/Runtime.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs index 41ecec2b6..3496e91b4 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Sharpen/SequenceEqualityComparer.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs index 9b1b94b76..aa319999d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenStreamRewriter.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs index b86a4d800..f3f85f372 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/TokenTypes.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs index ec8ebb39a..ab2657e72 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/AbstractParseTreeVisitor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs index 2ee1fe442..4b9533c7d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ErrorNodeImpl.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs index 2f5906391..3730ef654 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IErrorNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs index 878b9acb7..0596ad78e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs index 9129d419f..3296e024a 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs index db15c7d60..175d2f7bf 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IParseTreeVisitor.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs index ffd14fc44..677cdc72e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/IRuleNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs index 3f78045de..e93ac4c50 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ISyntaxTree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs index 814706c18..f699b7006 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITerminalNode.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs index 8ada79b1a..d689fcb51 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ITree.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs index 2faf10d02..68aa9a12d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeProperty.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs index 298a186f7..5e10a960e 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/ParseTreeWalker.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs index 872c4aec7..e31c5ef7c 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/Chunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs index f682804a4..e35b1ac06 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreeMatch.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs index c08e57ee2..ff5d9192f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePattern.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs index d69c204e2..e24bfb14d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/ParseTreePatternMatcher.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs index 4966140c0..3affc5eff 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/RuleTagToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs index 969375f02..463d9d4a0 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TagChunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs index 24dca0310..c3e84610f 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TextChunk.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs index c3aefa916..c74f92493 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Pattern/TokenTagToken.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs index 399a8c5e3..80f454a38 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/TerminalNodeImpl.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs index be82d1981..1fe0017a9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Trees.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs index 35d9ef003..3aea996ea 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPath.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs index 9edb2dd21..e0b971ef1 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs index c4fa0d619..9bd4d1431 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathLexerErrorListener.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs index 70499d2d9..67bc23660 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs index c56670a6d..7f771c9ce 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathRuleElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs index 152764afd..de23c1d9d 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs index 0a42d2907..435bae956 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathTokenElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs index 0765574ca..49b74e82b 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardAnywhereElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs index 1e5bf74b2..31aeac8ea 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/XPathWildcardElement.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs index 9ff08a810..25a347cb3 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedCharStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs index 427977ad4..0166e1fd9 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/UnbufferedTokenStream.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs index b632f827a..85b677aed 100644 --- a/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs +++ b/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Vocabulary.cs @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Linux/main.cpp b/runtime/Cpp/demo/Linux/main.cpp index a9450c41c..4b1592ba9 100644 --- a/runtime/Cpp/demo/Linux/main.cpp +++ b/runtime/Cpp/demo/Linux/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp index 58096972e..f72a28511 100644 --- a/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Mac/antlr4-cpp-demo/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp index ba3a1974b..28b61a785 100644 --- a/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp +++ b/runtime/Cpp/demo/Windows/antlr4-cpp-demo/main.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorListener.h b/runtime/Cpp/runtime/src/ANTLRErrorListener.h index c9dda33f3..7729b2537 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorListener.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h index eb6ba7f5c..393dbcc15 100755 --- a/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +++ b/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp index fcbb41929..31de797ed 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRFileStream.h b/runtime/Cpp/runtime/src/ANTLRFileStream.h index 2616bbbe1..d0a6500ab 100755 --- a/runtime/Cpp/runtime/src/ANTLRFileStream.h +++ b/runtime/Cpp/runtime/src/ANTLRFileStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp index f9b3b0dd0..14c2d8a99 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ANTLRInputStream.h b/runtime/Cpp/runtime/src/ANTLRInputStream.h index 7441a8489..3d85bed0b 100755 --- a/runtime/Cpp/runtime/src/ANTLRInputStream.h +++ b/runtime/Cpp/runtime/src/ANTLRInputStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp index 898b6cc8c..11b024cb6 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BailErrorStrategy.h b/runtime/Cpp/runtime/src/BailErrorStrategy.h index 147734500..a09442902 100755 --- a/runtime/Cpp/runtime/src/BailErrorStrategy.h +++ b/runtime/Cpp/runtime/src/BailErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.cpp b/runtime/Cpp/runtime/src/BaseErrorListener.cpp index 9bf23ef9b..47ef00cbf 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.cpp +++ b/runtime/Cpp/runtime/src/BaseErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BaseErrorListener.h b/runtime/Cpp/runtime/src/BaseErrorListener.h index 070920870..75aefc60a 100755 --- a/runtime/Cpp/runtime/src/BaseErrorListener.h +++ b/runtime/Cpp/runtime/src/BaseErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp index e5b4ff0ff..54577229e 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/BufferedTokenStream.h b/runtime/Cpp/runtime/src/BufferedTokenStream.h index deed78d32..9236e7037 100755 --- a/runtime/Cpp/runtime/src/BufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/BufferedTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CharStream.cpp b/runtime/Cpp/runtime/src/CharStream.cpp index ad239a8a2..a8de8cbdb 100755 --- a/runtime/Cpp/runtime/src/CharStream.cpp +++ b/runtime/Cpp/runtime/src/CharStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CharStream.h b/runtime/Cpp/runtime/src/CharStream.h index 421ba3620..e7ecfb6cf 100755 --- a/runtime/Cpp/runtime/src/CharStream.h +++ b/runtime/Cpp/runtime/src/CharStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.cpp b/runtime/Cpp/runtime/src/CommonToken.cpp index 78b681db5..52cfb9ed6 100755 --- a/runtime/Cpp/runtime/src/CommonToken.cpp +++ b/runtime/Cpp/runtime/src/CommonToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonToken.h b/runtime/Cpp/runtime/src/CommonToken.h index 5a9947a92..83e2343d2 100755 --- a/runtime/Cpp/runtime/src/CommonToken.h +++ b/runtime/Cpp/runtime/src/CommonToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp index f88f7d6aa..6011030f2 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenFactory.h b/runtime/Cpp/runtime/src/CommonTokenFactory.h index 9263693f9..10e49e4f4 100755 --- a/runtime/Cpp/runtime/src/CommonTokenFactory.h +++ b/runtime/Cpp/runtime/src/CommonTokenFactory.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.cpp b/runtime/Cpp/runtime/src/CommonTokenStream.cpp index 949fb3344..92fbeffda 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.cpp +++ b/runtime/Cpp/runtime/src/CommonTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/CommonTokenStream.h b/runtime/Cpp/runtime/src/CommonTokenStream.h index 511f53cbd..ae8ded8ba 100755 --- a/runtime/Cpp/runtime/src/CommonTokenStream.h +++ b/runtime/Cpp/runtime/src/CommonTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp index 26dcde0a3..3f06925f8 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ConsoleErrorListener.h b/runtime/Cpp/runtime/src/ConsoleErrorListener.h index c60ebd280..a0869b6ad 100755 --- a/runtime/Cpp/runtime/src/ConsoleErrorListener.h +++ b/runtime/Cpp/runtime/src/ConsoleErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp index 56b49cf19..d3e40b2da 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h index 7c88b0bab..f9d7c7ea3 100755 --- a/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +++ b/runtime/Cpp/runtime/src/DefaultErrorStrategy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp index b92ca9c6a..c39851f29 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h index ee22c83c2..43f0b2243 100755 --- a/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +++ b/runtime/Cpp/runtime/src/DiagnosticErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.cpp b/runtime/Cpp/runtime/src/Exceptions.cpp index fb87a2a85..303e6a06c 100644 --- a/runtime/Cpp/runtime/src/Exceptions.cpp +++ b/runtime/Cpp/runtime/src/Exceptions.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Exceptions.h b/runtime/Cpp/runtime/src/Exceptions.h index c6c83c748..329611908 100644 --- a/runtime/Cpp/runtime/src/Exceptions.h +++ b/runtime/Cpp/runtime/src/Exceptions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.cpp b/runtime/Cpp/runtime/src/FailedPredicateException.cpp index a98c6082b..6ca0bebc9 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.cpp +++ b/runtime/Cpp/runtime/src/FailedPredicateException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/FailedPredicateException.h b/runtime/Cpp/runtime/src/FailedPredicateException.h index e2b3e531c..7f8ac88dd 100755 --- a/runtime/Cpp/runtime/src/FailedPredicateException.h +++ b/runtime/Cpp/runtime/src/FailedPredicateException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IRecognizer.h b/runtime/Cpp/runtime/src/IRecognizer.h index a82ac179e..4c247c740 100644 --- a/runtime/Cpp/runtime/src/IRecognizer.h +++ b/runtime/Cpp/runtime/src/IRecognizer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.cpp b/runtime/Cpp/runtime/src/InputMismatchException.cpp index cdd224fc7..0caa77a3c 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.cpp +++ b/runtime/Cpp/runtime/src/InputMismatchException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InputMismatchException.h b/runtime/Cpp/runtime/src/InputMismatchException.h index 7b841a9fc..2b851cb48 100755 --- a/runtime/Cpp/runtime/src/InputMismatchException.h +++ b/runtime/Cpp/runtime/src/InputMismatchException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.cpp b/runtime/Cpp/runtime/src/IntStream.cpp index 18d84203e..b23d8a85a 100755 --- a/runtime/Cpp/runtime/src/IntStream.cpp +++ b/runtime/Cpp/runtime/src/IntStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/IntStream.h b/runtime/Cpp/runtime/src/IntStream.h index b988f1378..47f2b2913 100755 --- a/runtime/Cpp/runtime/src/IntStream.h +++ b/runtime/Cpp/runtime/src/IntStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp index 6e33066d9..5445f42e4 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/InterpreterRuleContext.h b/runtime/Cpp/runtime/src/InterpreterRuleContext.h index 216ef2725..e0991d933 100755 --- a/runtime/Cpp/runtime/src/InterpreterRuleContext.h +++ b/runtime/Cpp/runtime/src/InterpreterRuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.cpp b/runtime/Cpp/runtime/src/Lexer.cpp index 9d235ab25..3ee95c50c 100755 --- a/runtime/Cpp/runtime/src/Lexer.cpp +++ b/runtime/Cpp/runtime/src/Lexer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Lexer.h b/runtime/Cpp/runtime/src/Lexer.h index 42faac168..077ca1968 100755 --- a/runtime/Cpp/runtime/src/Lexer.h +++ b/runtime/Cpp/runtime/src/Lexer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.cpp b/runtime/Cpp/runtime/src/LexerInterpreter.cpp index 0530d7dcd..2705365da 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.cpp +++ b/runtime/Cpp/runtime/src/LexerInterpreter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerInterpreter.h b/runtime/Cpp/runtime/src/LexerInterpreter.h index 3156c99d4..f4592f420 100755 --- a/runtime/Cpp/runtime/src/LexerInterpreter.h +++ b/runtime/Cpp/runtime/src/LexerInterpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp index bf3053275..015d808da 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/LexerNoViableAltException.h b/runtime/Cpp/runtime/src/LexerNoViableAltException.h index 1b28f7432..9d1c380c9 100755 --- a/runtime/Cpp/runtime/src/LexerNoViableAltException.h +++ b/runtime/Cpp/runtime/src/LexerNoViableAltException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ListTokenSource.cpp b/runtime/Cpp/runtime/src/ListTokenSource.cpp index f27c04494..78b202573 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.cpp +++ b/runtime/Cpp/runtime/src/ListTokenSource.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ListTokenSource.h b/runtime/Cpp/runtime/src/ListTokenSource.h index acfacae68..a250f910d 100755 --- a/runtime/Cpp/runtime/src/ListTokenSource.h +++ b/runtime/Cpp/runtime/src/ListTokenSource.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.cpp b/runtime/Cpp/runtime/src/NoViableAltException.cpp index 9196b4e72..41764b184 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.cpp +++ b/runtime/Cpp/runtime/src/NoViableAltException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/NoViableAltException.h b/runtime/Cpp/runtime/src/NoViableAltException.h index 64ced8c6c..6a6618171 100755 --- a/runtime/Cpp/runtime/src/NoViableAltException.h +++ b/runtime/Cpp/runtime/src/NoViableAltException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Parser.cpp b/runtime/Cpp/runtime/src/Parser.cpp index dfb73a380..33ce7664c 100755 --- a/runtime/Cpp/runtime/src/Parser.cpp +++ b/runtime/Cpp/runtime/src/Parser.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Parser.h b/runtime/Cpp/runtime/src/Parser.h index a26e36ec5..47883c716 100755 --- a/runtime/Cpp/runtime/src/Parser.h +++ b/runtime/Cpp/runtime/src/Parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.cpp b/runtime/Cpp/runtime/src/ParserInterpreter.cpp index 359f983d1..1e0a351df 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.cpp +++ b/runtime/Cpp/runtime/src/ParserInterpreter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserInterpreter.h b/runtime/Cpp/runtime/src/ParserInterpreter.h index 6ef179273..b059813eb 100755 --- a/runtime/Cpp/runtime/src/ParserInterpreter.h +++ b/runtime/Cpp/runtime/src/ParserInterpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.cpp b/runtime/Cpp/runtime/src/ParserRuleContext.cpp index 7dab9cdfd..bfa77172f 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.cpp +++ b/runtime/Cpp/runtime/src/ParserRuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ParserRuleContext.h b/runtime/Cpp/runtime/src/ParserRuleContext.h index 0c00fba0c..f8e3d856d 100755 --- a/runtime/Cpp/runtime/src/ParserRuleContext.h +++ b/runtime/Cpp/runtime/src/ParserRuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp index fe4fcffb4..45ad43c22 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/ProxyErrorListener.h b/runtime/Cpp/runtime/src/ProxyErrorListener.h index 3280ea8a7..f2d8d47ea 100755 --- a/runtime/Cpp/runtime/src/ProxyErrorListener.h +++ b/runtime/Cpp/runtime/src/ProxyErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RecognitionException.cpp b/runtime/Cpp/runtime/src/RecognitionException.cpp index 822860a61..608497fed 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.cpp +++ b/runtime/Cpp/runtime/src/RecognitionException.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RecognitionException.h b/runtime/Cpp/runtime/src/RecognitionException.h index 43e99878f..b444cbcbf 100755 --- a/runtime/Cpp/runtime/src/RecognitionException.h +++ b/runtime/Cpp/runtime/src/RecognitionException.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Recognizer.cpp b/runtime/Cpp/runtime/src/Recognizer.cpp index 741c3365c..148d994af 100755 --- a/runtime/Cpp/runtime/src/Recognizer.cpp +++ b/runtime/Cpp/runtime/src/Recognizer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Recognizer.h b/runtime/Cpp/runtime/src/Recognizer.h index 2a3b1e231..dabc21151 100755 --- a/runtime/Cpp/runtime/src/Recognizer.h +++ b/runtime/Cpp/runtime/src/Recognizer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContext.cpp b/runtime/Cpp/runtime/src/RuleContext.cpp index d686d1d5d..d878b30c6 100755 --- a/runtime/Cpp/runtime/src/RuleContext.cpp +++ b/runtime/Cpp/runtime/src/RuleContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContext.h b/runtime/Cpp/runtime/src/RuleContext.h index 7ef5285be..5522f9b4f 100755 --- a/runtime/Cpp/runtime/src/RuleContext.h +++ b/runtime/Cpp/runtime/src/RuleContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp index 6be596d2e..ec72b7ebd 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h index f349e66f1..e169120f6 100755 --- a/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +++ b/runtime/Cpp/runtime/src/RuleContextWithAltNum.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp index bccf29829..15f940e90 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/RuntimeMetaData.h b/runtime/Cpp/runtime/src/RuntimeMetaData.h index 7fa3db453..5f9b0256b 100755 --- a/runtime/Cpp/runtime/src/RuntimeMetaData.h +++ b/runtime/Cpp/runtime/src/RuntimeMetaData.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Token.h b/runtime/Cpp/runtime/src/Token.h index 77e8cf445..cec0dea1c 100755 --- a/runtime/Cpp/runtime/src/Token.h +++ b/runtime/Cpp/runtime/src/Token.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenFactory.h b/runtime/Cpp/runtime/src/TokenFactory.h index cdee0d8c4..293a35cfe 100755 --- a/runtime/Cpp/runtime/src/TokenFactory.h +++ b/runtime/Cpp/runtime/src/TokenFactory.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenSource.h b/runtime/Cpp/runtime/src/TokenSource.h index 654114546..ebff8d520 100755 --- a/runtime/Cpp/runtime/src/TokenSource.h +++ b/runtime/Cpp/runtime/src/TokenSource.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.cpp b/runtime/Cpp/runtime/src/TokenStream.cpp index 036e88e44..467672ee9 100755 --- a/runtime/Cpp/runtime/src/TokenStream.cpp +++ b/runtime/Cpp/runtime/src/TokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStream.h b/runtime/Cpp/runtime/src/TokenStream.h index e7fcedcba..e45df4f18 100755 --- a/runtime/Cpp/runtime/src/TokenStream.h +++ b/runtime/Cpp/runtime/src/TokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp index eadd679d1..80c572d01 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/TokenStreamRewriter.h b/runtime/Cpp/runtime/src/TokenStreamRewriter.h index ed2537433..797ae03b2 100755 --- a/runtime/Cpp/runtime/src/TokenStreamRewriter.h +++ b/runtime/Cpp/runtime/src/TokenStreamRewriter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp index b9d5453e7..9b33f265b 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedCharStream.h b/runtime/Cpp/runtime/src/UnbufferedCharStream.h index 45bca7c45..b489f18be 100755 --- a/runtime/Cpp/runtime/src/UnbufferedCharStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedCharStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp index 4a858d4ad..3ec0d5038 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h index ddb60587e..b0e531b13 100755 --- a/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +++ b/runtime/Cpp/runtime/src/UnbufferedTokenStream.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Vocabulary.cpp b/runtime/Cpp/runtime/src/Vocabulary.cpp index be669af74..f8918bda6 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.cpp +++ b/runtime/Cpp/runtime/src/Vocabulary.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/Vocabulary.h b/runtime/Cpp/runtime/src/Vocabulary.h index da09614c1..79f710a64 100755 --- a/runtime/Cpp/runtime/src/Vocabulary.h +++ b/runtime/Cpp/runtime/src/Vocabulary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/WritableToken.h b/runtime/Cpp/runtime/src/WritableToken.h index 6456e31e6..b832987a2 100755 --- a/runtime/Cpp/runtime/src/WritableToken.h +++ b/runtime/Cpp/runtime/src/WritableToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-common.h b/runtime/Cpp/runtime/src/antlr4-common.h index 5e4abb8cb..8f5b74b43 100644 --- a/runtime/Cpp/runtime/src/antlr4-common.h +++ b/runtime/Cpp/runtime/src/antlr4-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/antlr4-runtime.h b/runtime/Cpp/runtime/src/antlr4-runtime.h index 979f3c60c..9f854728b 100644 --- a/runtime/Cpp/runtime/src/antlr4-runtime.h +++ b/runtime/Cpp/runtime/src/antlr4-runtime.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.cpp b/runtime/Cpp/runtime/src/atn/ATN.cpp index 2193c23ab..cee12da47 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.cpp +++ b/runtime/Cpp/runtime/src/atn/ATN.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATN.h b/runtime/Cpp/runtime/src/atn/ATN.h index 1101a205f..a7d087ffc 100755 --- a/runtime/Cpp/runtime/src/atn/ATN.h +++ b/runtime/Cpp/runtime/src/atn/ATN.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp index 81531c258..1ec436dd0 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfig.h b/runtime/Cpp/runtime/src/atn/ATNConfig.h index 50f116495..d204cf311 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfig.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp index bb9004532..59d27e47e 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h index 2e9fb87e4..fb6c0015f 100755 --- a/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/ATNConfigSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp index 0b6f0bd02..4b2244495 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h index 3a8eadcc9..cddb52d58 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp index 0d43fdb37..1d7a3f562 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h index edd9796d5..c2b0156f7 100755 --- a/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNDeserializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp index ad1551f1a..149e7bebc 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSerializer.h b/runtime/Cpp/runtime/src/atn/ATNSerializer.h index d852f35d3..60973beaf 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSerializer.h +++ b/runtime/Cpp/runtime/src/atn/ATNSerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp index 56436d001..8e0ad3e13 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNSimulator.h b/runtime/Cpp/runtime/src/atn/ATNSimulator.h index e76b4a761..9705143d7 100755 --- a/runtime/Cpp/runtime/src/atn/ATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.cpp b/runtime/Cpp/runtime/src/atn/ATNState.cpp index e260bf772..bbd121977 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.cpp +++ b/runtime/Cpp/runtime/src/atn/ATNState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNState.h b/runtime/Cpp/runtime/src/atn/ATNState.h index 803b72139..36f7e0000 100755 --- a/runtime/Cpp/runtime/src/atn/ATNState.h +++ b/runtime/Cpp/runtime/src/atn/ATNState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ATNType.h b/runtime/Cpp/runtime/src/atn/ATNType.h index 75d62eb67..d7a6fb131 100755 --- a/runtime/Cpp/runtime/src/atn/ATNType.h +++ b/runtime/Cpp/runtime/src/atn/ATNType.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp index c4061716a..c47279a8d 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h index da4e205b8..dd9c5bec0 100755 --- a/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/AbstractPredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp index cc3671425..7b19bbb1d 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ActionTransition.h b/runtime/Cpp/runtime/src/atn/ActionTransition.h index 0d3b7cca9..a83125b59 100755 --- a/runtime/Cpp/runtime/src/atn/ActionTransition.h +++ b/runtime/Cpp/runtime/src/atn/ActionTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp index a5a3cb553..3af3046da 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h index 8438a265f..ce9ca008d 100755 --- a/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +++ b/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp index c6b9b225b..65efbc674 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h index 71902b9e8..927157f7c 100755 --- a/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h @@ -1,5 +1,5 @@  -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp index a323a3cbe..ef4365308 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/AtomTransition.h b/runtime/Cpp/runtime/src/atn/AtomTransition.h index 9561d8787..b82fa4825 100755 --- a/runtime/Cpp/runtime/src/atn/AtomTransition.h +++ b/runtime/Cpp/runtime/src/atn/AtomTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp index d1da1fb09..27d792ccf 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h index ab4dfea36..a623ce4ab 100755 --- a/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.cpp b/runtime/Cpp/runtime/src/atn/BasicState.cpp index dd103cb90..34ff7ed06 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.cpp +++ b/runtime/Cpp/runtime/src/atn/BasicState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BasicState.h b/runtime/Cpp/runtime/src/atn/BasicState.h index 2d2e6c261..84f19ba1c 100755 --- a/runtime/Cpp/runtime/src/atn/BasicState.h +++ b/runtime/Cpp/runtime/src/atn/BasicState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp index c785c0f84..dc19c7fbc 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockEndState.h b/runtime/Cpp/runtime/src/atn/BlockEndState.h index badb405e8..ffb0e7979 100755 --- a/runtime/Cpp/runtime/src/atn/BlockEndState.h +++ b/runtime/Cpp/runtime/src/atn/BlockEndState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/BlockStartState.h b/runtime/Cpp/runtime/src/atn/BlockStartState.h index 4d8aed52e..974f8720d 100755 --- a/runtime/Cpp/runtime/src/atn/BlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/BlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp index 00002c904..6a0a44359 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h index d0a62b5b9..fa84a25e1 100755 --- a/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +++ b/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp index be614f13a..25be358bd 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h index e2c7ab650..556ed5b45 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp index 93bf68a58..620845cf3 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionInfo.h b/runtime/Cpp/runtime/src/atn/DecisionInfo.h index 6f56c47b3..b5d2a5aba 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionInfo.h +++ b/runtime/Cpp/runtime/src/atn/DecisionInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.cpp b/runtime/Cpp/runtime/src/atn/DecisionState.cpp index 6426c4284..a80792945 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.cpp +++ b/runtime/Cpp/runtime/src/atn/DecisionState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/DecisionState.h b/runtime/Cpp/runtime/src/atn/DecisionState.h index e6b729e15..f71927594 100755 --- a/runtime/Cpp/runtime/src/atn/DecisionState.h +++ b/runtime/Cpp/runtime/src/atn/DecisionState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp index 9a53c8a46..941d94c68 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h index 7ca370164..ed24f828a 100755 --- a/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/EmptyPredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp index b5c76f88a..6eb5263b5 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h index 726273299..5c899959a 100755 --- a/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +++ b/runtime/Cpp/runtime/src/atn/EpsilonTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp index 93e872e5c..59fe82b25 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ErrorInfo.h b/runtime/Cpp/runtime/src/atn/ErrorInfo.h index 6c3490f9c..992b827fa 100755 --- a/runtime/Cpp/runtime/src/atn/ErrorInfo.h +++ b/runtime/Cpp/runtime/src/atn/ErrorInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp index 99764fe06..783bf9020 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h index f3028c0e9..1bd687cec 100755 --- a/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +++ b/runtime/Cpp/runtime/src/atn/LL1Analyzer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp index 04bb40bef..c0ba36035 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h index 86828d344..7268c052a 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNConfig.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp index d65925ddd..9fd6cb97e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h index c689387e7..7e163d17d 100755 --- a/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerAction.h b/runtime/Cpp/runtime/src/atn/LexerAction.h index ef16dcb3d..ea52d41cf 100755 --- a/runtime/Cpp/runtime/src/atn/LexerAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp index c90fa8875..6a9bf588a 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h index 4d9d3aaad..d3133893f 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerActionType.h b/runtime/Cpp/runtime/src/atn/LexerActionType.h index 7056034b1..d0a42d1c2 100755 --- a/runtime/Cpp/runtime/src/atn/LexerActionType.h +++ b/runtime/Cpp/runtime/src/atn/LexerActionType.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp index cc97c12ec..9c2148529 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h index 91bec37b2..afad5c92c 100755 --- a/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerChannelAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp index 940506430..825761e59 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h index 8bd03799d..90c14332c 100755 --- a/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerCustomAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp index b932a518c..bb317abd7 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h index 9ceb6f212..b234cc7c9 100755 --- a/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp index 3b5d74681..f0ef55f02 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerModeAction.h b/runtime/Cpp/runtime/src/atn/LexerModeAction.h index 11c69510b..2dbe0080e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp index 90e363391..2bced0140 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h index 801eea25f..8be722c07 100755 --- a/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerMoreAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp index 086f2d2e4..0c68ddd01 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h index b57043a7f..905a60ecc 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp index 4a0010b99..86f77314e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h index c10619d32..df7ee9dd4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp index 6c7e881f9..1b4e60246 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h index 1a766383a..8fbf89f1e 100755 --- a/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerSkipAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp index 62b193e45..f6860e861 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h index 2a567e911..e52d8c8e4 100755 --- a/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +++ b/runtime/Cpp/runtime/src/atn/LexerTypeAction.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp index 5316187a4..705efbd1e 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h index 9f8582a82..c073a55e2 100755 --- a/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +++ b/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp index de5a977f0..dbc1a7104 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.cpp +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/LoopEndState.h b/runtime/Cpp/runtime/src/atn/LoopEndState.h index f0fc9d064..87212849a 100755 --- a/runtime/Cpp/runtime/src/atn/LoopEndState.h +++ b/runtime/Cpp/runtime/src/atn/LoopEndState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp index c94a474c5..8e491b933 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/NotSetTransition.h b/runtime/Cpp/runtime/src/atn/NotSetTransition.h index ac2f6d9f8..cc20893d8 100755 --- a/runtime/Cpp/runtime/src/atn/NotSetTransition.h +++ b/runtime/Cpp/runtime/src/atn/NotSetTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp index 11725bd2c..3ae7d023e 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h index aa94029f2..47caf842a 100755 --- a/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +++ b/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp index 4edae6a58..c50206d9e 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParseInfo.h b/runtime/Cpp/runtime/src/atn/ParseInfo.h index 2e4bba1a6..05f021203 100755 --- a/runtime/Cpp/runtime/src/atn/ParseInfo.h +++ b/runtime/Cpp/runtime/src/atn/ParseInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp index baef6a122..d864af00a 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h index e7298c99a..cfa65f17b 100755 --- a/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp index 3147b8950..1adc00aed 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h index 127cf4214..777758b63 100755 --- a/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp index 9ae30bc4e..d464d00ad 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h index 199484d20..2bf46113c 100755 --- a/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp index 7cb6dc4e4..eb36da1d4 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h index 94ac334db..d3680cdae 100755 --- a/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp index bbeb4eabc..c51025075 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h index 10704772e..528615191 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +++ b/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp index dfe56fc6c..1d06b2e8a 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredicateTransition.h b/runtime/Cpp/runtime/src/atn/PredicateTransition.h index d7ed89497..78ba744a1 100755 --- a/runtime/Cpp/runtime/src/atn/PredicateTransition.h +++ b/runtime/Cpp/runtime/src/atn/PredicateTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp index 4f2d415ce..ddb7516cf 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionContext.h b/runtime/Cpp/runtime/src/atn/PredictionContext.h index e9e17b47a..f956c57c0 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/PredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp index dbfcd7572..dff9e7e11 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/PredictionMode.h b/runtime/Cpp/runtime/src/atn/PredictionMode.h index ec3975d4f..6919bad24 100755 --- a/runtime/Cpp/runtime/src/atn/PredictionMode.h +++ b/runtime/Cpp/runtime/src/atn/PredictionMode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp index 74d06f9f6..e5fcd780d 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h index add52f8b7..f897a70b2 100755 --- a/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +++ b/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp index 56474091d..af4ac0014 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RangeTransition.h b/runtime/Cpp/runtime/src/atn/RangeTransition.h index fe413b3bb..d4ab64bc2 100755 --- a/runtime/Cpp/runtime/src/atn/RangeTransition.h +++ b/runtime/Cpp/runtime/src/atn/RangeTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp index e3ae25bf2..cee2b107c 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStartState.h b/runtime/Cpp/runtime/src/atn/RuleStartState.h index 909dc5043..fdee562e1 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStartState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp index d2be9a9e3..d6258032f 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleStopState.h b/runtime/Cpp/runtime/src/atn/RuleStopState.h index 70161b773..5421bbbe9 100755 --- a/runtime/Cpp/runtime/src/atn/RuleStopState.h +++ b/runtime/Cpp/runtime/src/atn/RuleStopState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp index cff785617..4f18ce053 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/RuleTransition.h b/runtime/Cpp/runtime/src/atn/RuleTransition.h index 768a69340..be6262538 100755 --- a/runtime/Cpp/runtime/src/atn/RuleTransition.h +++ b/runtime/Cpp/runtime/src/atn/RuleTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp index bd3fb66b0..27e3e63ef 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SemanticContext.h b/runtime/Cpp/runtime/src/atn/SemanticContext.h index 78aab536a..294e102f1 100755 --- a/runtime/Cpp/runtime/src/atn/SemanticContext.h +++ b/runtime/Cpp/runtime/src/atn/SemanticContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.cpp b/runtime/Cpp/runtime/src/atn/SetTransition.cpp index cc24e7ab2..f97301a2f 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/SetTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SetTransition.h b/runtime/Cpp/runtime/src/atn/SetTransition.h index bee24f77d..c489768bb 100755 --- a/runtime/Cpp/runtime/src/atn/SetTransition.h +++ b/runtime/Cpp/runtime/src/atn/SetTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp index 479f26ee8..6df02d297 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h index f266fe32c..d696cd1fc 100755 --- a/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +++ b/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp index 61ae181ad..123a52f5e 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h index 744b13325..c381f12e0 100755 --- a/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +++ b/runtime/Cpp/runtime/src/atn/StarBlockStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp index 355a136a7..08cd8abfb 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h index 34cc6cfa0..651d76580 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp index 1d9063dc8..ce135aeca 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h index 8cba9d8a2..d7f225d9b 100755 --- a/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +++ b/runtime/Cpp/runtime/src/atn/StarLoopbackState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp index b24e9274e..d7c2d244b 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.cpp +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/TokensStartState.h b/runtime/Cpp/runtime/src/atn/TokensStartState.h index c69618985..7577fdfc0 100755 --- a/runtime/Cpp/runtime/src/atn/TokensStartState.h +++ b/runtime/Cpp/runtime/src/atn/TokensStartState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.cpp b/runtime/Cpp/runtime/src/atn/Transition.cpp index 40072085c..bb485600a 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.cpp +++ b/runtime/Cpp/runtime/src/atn/Transition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/Transition.h b/runtime/Cpp/runtime/src/atn/Transition.h index ece8eeead..278f0a2f1 100755 --- a/runtime/Cpp/runtime/src/atn/Transition.h +++ b/runtime/Cpp/runtime/src/atn/Transition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp index c9414c64f..71fce294b 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/atn/WildcardTransition.h b/runtime/Cpp/runtime/src/atn/WildcardTransition.h index 90b8344d7..054608a94 100755 --- a/runtime/Cpp/runtime/src/atn/WildcardTransition.h +++ b/runtime/Cpp/runtime/src/atn/WildcardTransition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFA.cpp b/runtime/Cpp/runtime/src/dfa/DFA.cpp index 4a173200b..13c6ea3f7 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFA.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFA.h b/runtime/Cpp/runtime/src/dfa/DFA.h index 7c0c2e9e0..8f14b82bc 100755 --- a/runtime/Cpp/runtime/src/dfa/DFA.h +++ b/runtime/Cpp/runtime/src/dfa/DFA.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp index c1a85b920..6771b6f39 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFASerializer.h b/runtime/Cpp/runtime/src/dfa/DFASerializer.h index 930957030..e24708ea9 100755 --- a/runtime/Cpp/runtime/src/dfa/DFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/DFASerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.cpp b/runtime/Cpp/runtime/src/dfa/DFAState.cpp index 3aa389989..8270ec577 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.cpp +++ b/runtime/Cpp/runtime/src/dfa/DFAState.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/DFAState.h b/runtime/Cpp/runtime/src/dfa/DFAState.h index 71c14d22f..bbf89b9b9 100755 --- a/runtime/Cpp/runtime/src/dfa/DFAState.h +++ b/runtime/Cpp/runtime/src/dfa/DFAState.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp index 4ac1c18a1..37c366576 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h index f4e369410..2129d5612 100755 --- a/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +++ b/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.cpp b/runtime/Cpp/runtime/src/misc/Interval.cpp index e4bd24271..eb45027e7 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.cpp +++ b/runtime/Cpp/runtime/src/misc/Interval.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Interval.h b/runtime/Cpp/runtime/src/misc/Interval.h index fbeda4940..8a9be5470 100755 --- a/runtime/Cpp/runtime/src/misc/Interval.h +++ b/runtime/Cpp/runtime/src/misc/Interval.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp index 89738eb05..00c87f653 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/IntervalSet.h b/runtime/Cpp/runtime/src/misc/IntervalSet.h index ba2bd8b08..fc2bd3477 100755 --- a/runtime/Cpp/runtime/src/misc/IntervalSet.h +++ b/runtime/Cpp/runtime/src/misc/IntervalSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp index 06bd9b1c5..b65cc5e56 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/MurmurHash.h b/runtime/Cpp/runtime/src/misc/MurmurHash.h index 49cd0a425..417587bdc 100755 --- a/runtime/Cpp/runtime/src/misc/MurmurHash.h +++ b/runtime/Cpp/runtime/src/misc/MurmurHash.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/misc/Predicate.h b/runtime/Cpp/runtime/src/misc/Predicate.h index cc2b65d5a..bd02e34de 100755 --- a/runtime/Cpp/runtime/src/misc/Predicate.h +++ b/runtime/Cpp/runtime/src/misc/Predicate.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Any.h b/runtime/Cpp/runtime/src/support/Any.h index 32a7e9393..808465656 100644 --- a/runtime/Cpp/runtime/src/support/Any.h +++ b/runtime/Cpp/runtime/src/support/Any.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Arrays.cpp b/runtime/Cpp/runtime/src/support/Arrays.cpp index b602ce6c5..fee5ab6cd 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.cpp +++ b/runtime/Cpp/runtime/src/support/Arrays.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Arrays.h b/runtime/Cpp/runtime/src/support/Arrays.h index 1c1e89d79..78e09a338 100644 --- a/runtime/Cpp/runtime/src/support/Arrays.h +++ b/runtime/Cpp/runtime/src/support/Arrays.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/BitSet.h b/runtime/Cpp/runtime/src/support/BitSet.h index 9fe81f0d9..540b10057 100644 --- a/runtime/Cpp/runtime/src/support/BitSet.h +++ b/runtime/Cpp/runtime/src/support/BitSet.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.cpp b/runtime/Cpp/runtime/src/support/CPPUtils.cpp index fb1fd6903..3efd2db20 100755 --- a/runtime/Cpp/runtime/src/support/CPPUtils.cpp +++ b/runtime/Cpp/runtime/src/support/CPPUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/CPPUtils.h b/runtime/Cpp/runtime/src/support/CPPUtils.h index b599a6487..968d94aef 100644 --- a/runtime/Cpp/runtime/src/support/CPPUtils.h +++ b/runtime/Cpp/runtime/src/support/CPPUtils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/Declarations.h b/runtime/Cpp/runtime/src/support/Declarations.h index 055c1d8c9..2172735d5 100644 --- a/runtime/Cpp/runtime/src/support/Declarations.h +++ b/runtime/Cpp/runtime/src/support/Declarations.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.cpp b/runtime/Cpp/runtime/src/support/StringUtils.cpp index b767b607c..f5158073f 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.cpp +++ b/runtime/Cpp/runtime/src/support/StringUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/support/StringUtils.h b/runtime/Cpp/runtime/src/support/StringUtils.h index 0dda765a8..cb751a73f 100644 --- a/runtime/Cpp/runtime/src/support/StringUtils.h +++ b/runtime/Cpp/runtime/src/support/StringUtils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h index 77147c6e1..ec1b2551a 100755 --- a/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNode.h b/runtime/Cpp/runtime/src/tree/ErrorNode.h index 0fb71e26f..86ead3154 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNode.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp index 88acaf2ed..3653a67fb 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h index 2d2a28df7..e1319f409 100755 --- a/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.cpp b/runtime/Cpp/runtime/src/tree/ParseTree.cpp index ccd7fd355..e2272c943 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTree.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTree.h b/runtime/Cpp/runtime/src/tree/ParseTree.h index 061482733..1fe82982b 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTree.h +++ b/runtime/Cpp/runtime/src/tree/ParseTree.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h index 150653aa1..0ef34bf44 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h index 2a1c82f14..885d0051d 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h index 658283414..b17b3a585 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp index 2c5935273..2a5945bcf 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h index 9201c8d67..24f12690d 100755 --- a/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +++ b/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNode.h b/runtime/Cpp/runtime/src/tree/TerminalNode.h index f13030b7c..90415ac3a 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNode.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNode.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp index 2b2d7def6..32b9bae0b 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h index 074ee310c..1b3116021 100755 --- a/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +++ b/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.cpp b/runtime/Cpp/runtime/src/tree/Trees.cpp index 803ba1114..6c068664f 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.cpp +++ b/runtime/Cpp/runtime/src/tree/Trees.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/Trees.h b/runtime/Cpp/runtime/src/tree/Trees.h index 04e15a21c..e947b06a1 100755 --- a/runtime/Cpp/runtime/src/tree/Trees.h +++ b/runtime/Cpp/runtime/src/tree/Trees.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h index 52531d063..bcc3745cb 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/Chunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp index 0d30a3c76..c4a602b59 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h index 92a4abff0..07063ba7b 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp index 4cbb333ce..47371246c 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h index e6014620d..afa452bd7 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp index 76e9eba2f..ee19084ce 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h index bfa697b83..ba709ddd8 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +++ b/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp index ecb0b2ef5..039d581b5 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h index b05e04205..67be760b8 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp index 293d06229..b5db16414 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h index 84504a1ec..e4d99591c 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp index 535a64b68..dcab49e3c 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h index b9a116e1e..b9098e70b 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp index f1d0cf1f4..b2a8034f4 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h index 6e86d9e6b..0922ab963 100755 --- a/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +++ b/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp index 1157f5c93..7809ba820 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPath.h b/runtime/Cpp/runtime/src/tree/xpath/XPath.h index 3315f9caf..a539f19f0 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPath.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPath.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp index 3166116d4..0fee3a758 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h index a32d88cc0..75fd96d8f 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp index 83f7fa945..aa678e833 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h index ef0ba1260..f6c51cb93 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp index 990e33a98..f8c770f44 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h index 2cf242239..be70c43e3 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp index f9c34b983..877f258f8 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h index 0d028a2f8..c6f8e403b 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp index ee4fe285b..23cd569c3 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h index f9177ba5c..d7635e310 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp index 67ea2c51a..f675e9a95 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h index 65a730666..cc8a99d7c 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp index 86f9290bc..48cfbc460 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h index 9f5afbbc8..d59316dad 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp index e8672aaaa..4a4488c01 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h index a3b2ca36d..e73762d66 100755 --- a/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +++ b/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn.go b/runtime/Go/antlr/atn.go index 745459686..6fcdccb53 100644 --- a/runtime/Go/antlr/atn.go +++ b/runtime/Go/antlr/atn.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_config.go b/runtime/Go/antlr/atn_config.go index 641ef0af1..e5fe0c238 100644 --- a/runtime/Go/antlr/atn_config.go +++ b/runtime/Go/antlr/atn_config.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_config_set.go b/runtime/Go/antlr/atn_config_set.go index 115f5b5f6..2a5a2fce3 100644 --- a/runtime/Go/antlr/atn_config_set.go +++ b/runtime/Go/antlr/atn_config_set.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_deserialization_options.go b/runtime/Go/antlr/atn_deserialization_options.go index f7f1bc4a7..c324a339e 100644 --- a/runtime/Go/antlr/atn_deserialization_options.go +++ b/runtime/Go/antlr/atn_deserialization_options.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_deserializer.go b/runtime/Go/antlr/atn_deserializer.go index 38aee9e9d..40a8df009 100644 --- a/runtime/Go/antlr/atn_deserializer.go +++ b/runtime/Go/antlr/atn_deserializer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_simulator.go b/runtime/Go/antlr/atn_simulator.go index 54507da92..0ee2943fc 100644 --- a/runtime/Go/antlr/atn_simulator.go +++ b/runtime/Go/antlr/atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_state.go b/runtime/Go/antlr/atn_state.go index aaaff0de3..64dd825ee 100644 --- a/runtime/Go/antlr/atn_state.go +++ b/runtime/Go/antlr/atn_state.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/atn_type.go b/runtime/Go/antlr/atn_type.go index 11db5b7af..55a5629c8 100644 --- a/runtime/Go/antlr/atn_type.go +++ b/runtime/Go/antlr/atn_type.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/char_stream.go b/runtime/Go/antlr/char_stream.go index d77ab82c6..7acfe628c 100644 --- a/runtime/Go/antlr/char_stream.go +++ b/runtime/Go/antlr/char_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/common_token_factory.go b/runtime/Go/antlr/common_token_factory.go index 191ef3eb1..bdb5285a0 100644 --- a/runtime/Go/antlr/common_token_factory.go +++ b/runtime/Go/antlr/common_token_factory.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/common_token_stream.go b/runtime/Go/antlr/common_token_stream.go index cf34d05e2..8a02f4494 100644 --- a/runtime/Go/antlr/common_token_stream.go +++ b/runtime/Go/antlr/common_token_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa.go b/runtime/Go/antlr/dfa.go index 8e1877e23..e6a007992 100644 --- a/runtime/Go/antlr/dfa.go +++ b/runtime/Go/antlr/dfa.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa_serializer.go b/runtime/Go/antlr/dfa_serializer.go index 9f2638c0d..9ba4d4ca7 100644 --- a/runtime/Go/antlr/dfa_serializer.go +++ b/runtime/Go/antlr/dfa_serializer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/dfa_state.go b/runtime/Go/antlr/dfa_state.go index bdb2380e4..7dccb313a 100644 --- a/runtime/Go/antlr/dfa_state.go +++ b/runtime/Go/antlr/dfa_state.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/diagnostic_error_listener.go b/runtime/Go/antlr/diagnostic_error_listener.go index 33af82220..e32188748 100644 --- a/runtime/Go/antlr/diagnostic_error_listener.go +++ b/runtime/Go/antlr/diagnostic_error_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/error_listener.go b/runtime/Go/antlr/error_listener.go index 6b4a93eda..be6278d53 100644 --- a/runtime/Go/antlr/error_listener.go +++ b/runtime/Go/antlr/error_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/error_strategy.go b/runtime/Go/antlr/error_strategy.go index 389a2bad0..153e10dcb 100644 --- a/runtime/Go/antlr/error_strategy.go +++ b/runtime/Go/antlr/error_strategy.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/errors.go b/runtime/Go/antlr/errors.go index 96ce11e59..54a34aa1f 100644 --- a/runtime/Go/antlr/errors.go +++ b/runtime/Go/antlr/errors.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/file_stream.go b/runtime/Go/antlr/file_stream.go index af6f1123e..7031fe543 100644 --- a/runtime/Go/antlr/file_stream.go +++ b/runtime/Go/antlr/file_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/input_stream.go b/runtime/Go/antlr/input_stream.go index cfd118515..80ce6bdb6 100644 --- a/runtime/Go/antlr/input_stream.go +++ b/runtime/Go/antlr/input_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/int_stream.go b/runtime/Go/antlr/int_stream.go index 15dd629c4..0ed2ad788 100644 --- a/runtime/Go/antlr/int_stream.go +++ b/runtime/Go/antlr/int_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/interval_set.go b/runtime/Go/antlr/interval_set.go index 776a59da1..53e88d24d 100644 --- a/runtime/Go/antlr/interval_set.go +++ b/runtime/Go/antlr/interval_set.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer.go b/runtime/Go/antlr/lexer.go index 60ed8c5bf..a462c02c4 100644 --- a/runtime/Go/antlr/lexer.go +++ b/runtime/Go/antlr/lexer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_action.go b/runtime/Go/antlr/lexer_action.go index 15323f2d1..c7c18c9b5 100644 --- a/runtime/Go/antlr/lexer_action.go +++ b/runtime/Go/antlr/lexer_action.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_action_executor.go b/runtime/Go/antlr/lexer_action_executor.go index 400ebe7ec..095488c10 100644 --- a/runtime/Go/antlr/lexer_action_executor.go +++ b/runtime/Go/antlr/lexer_action_executor.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/lexer_atn_simulator.go b/runtime/Go/antlr/lexer_atn_simulator.go index 1f2292188..1668817a4 100644 --- a/runtime/Go/antlr/lexer_atn_simulator.go +++ b/runtime/Go/antlr/lexer_atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/ll1_analyzer.go b/runtime/Go/antlr/ll1_analyzer.go index 169b069a5..df542c754 100644 --- a/runtime/Go/antlr/ll1_analyzer.go +++ b/runtime/Go/antlr/ll1_analyzer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser.go b/runtime/Go/antlr/parser.go index 978a1bcfb..c9427dc98 100644 --- a/runtime/Go/antlr/parser.go +++ b/runtime/Go/antlr/parser.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser_atn_simulator.go b/runtime/Go/antlr/parser_atn_simulator.go index 1b25e8947..0586997fe 100644 --- a/runtime/Go/antlr/parser_atn_simulator.go +++ b/runtime/Go/antlr/parser_atn_simulator.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/parser_rule_context.go b/runtime/Go/antlr/parser_rule_context.go index c74faf010..f481fa614 100644 --- a/runtime/Go/antlr/parser_rule_context.go +++ b/runtime/Go/antlr/parser_rule_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/prediction_context.go b/runtime/Go/antlr/prediction_context.go index 459ac8050..aab64b969 100644 --- a/runtime/Go/antlr/prediction_context.go +++ b/runtime/Go/antlr/prediction_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/prediction_mode.go b/runtime/Go/antlr/prediction_mode.go index 5062632c5..bb217c79d 100644 --- a/runtime/Go/antlr/prediction_mode.go +++ b/runtime/Go/antlr/prediction_mode.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/recognizer.go b/runtime/Go/antlr/recognizer.go index 5ef31b045..084135fa8 100644 --- a/runtime/Go/antlr/recognizer.go +++ b/runtime/Go/antlr/recognizer.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/rule_context.go b/runtime/Go/antlr/rule_context.go index 241d0edbf..59a671079 100644 --- a/runtime/Go/antlr/rule_context.go +++ b/runtime/Go/antlr/rule_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/semantic_context.go b/runtime/Go/antlr/semantic_context.go index d84026f56..efea3c609 100644 --- a/runtime/Go/antlr/semantic_context.go +++ b/runtime/Go/antlr/semantic_context.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token.go b/runtime/Go/antlr/token.go index 870ed73e7..b245e6df2 100644 --- a/runtime/Go/antlr/token.go +++ b/runtime/Go/antlr/token.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token_source.go b/runtime/Go/antlr/token_source.go index 39bd2647e..1f1edb115 100644 --- a/runtime/Go/antlr/token_source.go +++ b/runtime/Go/antlr/token_source.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/token_stream.go b/runtime/Go/antlr/token_stream.go index 131211ef5..3a523b57f 100644 --- a/runtime/Go/antlr/token_stream.go +++ b/runtime/Go/antlr/token_stream.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/trace_listener.go b/runtime/Go/antlr/trace_listener.go index 0c5d635e0..1b8c9dec8 100644 --- a/runtime/Go/antlr/trace_listener.go +++ b/runtime/Go/antlr/trace_listener.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/transition.go b/runtime/Go/antlr/transition.go index f66120a66..8c327ed13 100644 --- a/runtime/Go/antlr/transition.go +++ b/runtime/Go/antlr/transition.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/tree.go b/runtime/Go/antlr/tree.go index 9ac0fc206..c97481bbd 100644 --- a/runtime/Go/antlr/tree.go +++ b/runtime/Go/antlr/tree.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/trees.go b/runtime/Go/antlr/trees.go index 6f26c8834..d25ca1044 100644 --- a/runtime/Go/antlr/trees.go +++ b/runtime/Go/antlr/trees.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Go/antlr/utils.go b/runtime/Go/antlr/utils.go index 107fe601f..7729a239d 100644 --- a/runtime/Go/antlr/utils.go +++ b/runtime/Go/antlr/utils.go @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/nb-configuration.xml b/runtime/Java/nb-configuration.xml index cde3cc778..042c9a926 100644 --- a/runtime/Java/nb-configuration.xml +++ b/runtime/Java/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/runtime/Java/pom.xml b/runtime/Java/pom.xml index a69de2a35..5e6568d5d 100644 --- a/runtime/Java/pom.xml +++ b/runtime/Java/pom.xml @@ -1,5 +1,5 @@ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java index 144888c0c..013f1cf97 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java index ae32b0284..90c5528d7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java index 9a1181bde..e31ff3209 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRFileStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java index 63bb6416d..7ee3cca65 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ANTLRInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java index de9c4dcc0..a7f08c932 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BailErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java index bbc5f4d88..7f6ea8ebc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BaseErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java index e429b8cdc..8ca392877 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/BufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java index 3a1aa22e9..fcd6bfb14 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java index 2a299b20f..b98e824c6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java index 3430f1648..da7bacec3 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java index 09699be9f..a510bc4c4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/CommonTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java index 94c07c1a5..f7d36b5cb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ConsoleErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java index ce57c9cfe..db5061c37 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java index 2c83224e3..94a8e9bfb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/DiagnosticErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java index 59b65bd12..422a7a916 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/FailedPredicateException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java index 748eb1be6..1f45d7c5d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InputMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java index 2bd9dce0a..4fd59dc51 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/IntStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/IntStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java index 45476701a..893a5a894 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/InterpreterRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java index fa7726399..bb082aa20 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Lexer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Lexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java index b8ae96673..bb50c5322 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java index a6417944d..2540d1085 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/LexerNoViableAltException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java index d879b7077..592c8d9f7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ListTokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java index 2c98364c3..a805e8086 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/NoViableAltException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Parser.java b/runtime/Java/src/org/antlr/v4/runtime/Parser.java index 7a388dd78..1edc45779 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Parser.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java index ea61fcd10..568495b17 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java index 355e2b762..b42483cf7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ParserRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java index bd680d610..35d7546f4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/ProxyErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java index c4391cf1e..5157421b4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RecognitionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java index 465a5f200..990578f88 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Recognizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java index 42d0184e0..91eafd08a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java index abfaaa599..81fe4765c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuleContextWithAltNum.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java index 242edb8f4..9355d3196 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java +++ b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Token.java b/runtime/Java/src/org/antlr/v4/runtime/Token.java index 54ace40bf..f25bed578 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Token.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Token.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java index 307445f38..005353794 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java index f7865eef6..1e01bf8ae 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java index 053d601af..18b06f7a6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java index 499e728bf..8b8abcaa9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java +++ b/runtime/Java/src/org/antlr/v4/runtime/TokenStreamRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java index 65cac16ae..712dc856d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedCharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java index 1e02bf176..046d82190 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java +++ b/runtime/Java/src/org/antlr/v4/runtime/UnbufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java index e0900d094..c3662eaaa 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java +++ b/runtime/Java/src/org/antlr/v4/runtime/Vocabulary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java index a169b0659..75b450e40 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/VocabularyImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java index 8039ec1f5..bdaaac39c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/WritableToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java index cb0a23fa0..add9984b0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATN.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java index 4726844a9..6cededb7d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java index d12b5f90c..423c5d34f 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNConfigSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java index 3050b24c0..2191eb15d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializationOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java index c5fb840b6..9821b8be7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java index 04332fefd..e5f0344ea 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java index 18a7039c5..5a1abe0fe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java index c24df6135..deb845d50 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java index f2829e81d..2ac99b1c6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ATNType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java index 47ec9d060..d00a793ad 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AbstractPredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java index 20221058e..e89f5c2ca 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ActionTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java index 76b47176e..647f4b1f0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AmbiguityInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java index 17f49076e..178b08567 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ArrayPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java index a91cc4308..446f5b3d8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/AtomTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java index 5436dd4b5..84216ae73 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java index 701930748..b139ceab4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BasicState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java index cbe572140..c8cc871a1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockEndState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java index ac5e6da35..0fb8380cf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/BlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java index 7847cff74..e825a74ef 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ContextSensitivityInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java index 9c4c75b2e..a0a117e67 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionEventInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java index fb80c454c..98ff1c30a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java index 0fd9e685d..e4c710ecf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/DecisionState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java index 425083be7..a7c66e91c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EmptyPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java index b468ebf18..ea1b639f8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/EpsilonTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java index 37417dca8..35d92773a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ErrorInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java index 409727a7d..aba995d43 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LL1Analyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java index 0214ed2f6..db7b8e89e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java index 5258b52d5..81f7f6493 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java index 1040c973f..9657f63ca 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java index ed4241175..f8c214b92 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java index e4e1b40a5..e1413d4d6 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerActionType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java index 0e60c2621..b37f77301 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerChannelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java index 29848f94e..04bec9fda 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerCustomAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java index 01c799d90..9fcd797d9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java index d3238c415..a7afcca80 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java index 7023252c5..ee1543c9c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerMoreAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java index f960fc020..36e744505 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPopModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java index af80dc6a6..eb1c1385d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerPushModeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java index 6e34db94a..762477b3a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerSkipAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java index b497ab42e..9f30eccd2 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LexerTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java index 529209a94..4f929fd78 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LookaheadEventInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java index 97f283170..e06fcbf43 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/LoopEndState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java index 1c418b4e6..36f0cbb46 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/NotSetTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java index 4107fdcd3..5b3dc3d97 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/OrderedATNConfigSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java index 7bad533a5..3f8bd88af 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParseInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java index 201aff31f..36965ad15 100755 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ParserATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java index d4b3d9ca1..095a48a7f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java index 96ab62e15..96b5d16e7 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PlusLoopbackState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java index d5912f179..546bafda5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java index c8dd0400b..d2a73b4de 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateEvalInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java index 6dcdf61d2..c4381bd0d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredicateTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java index 8b29cc6c2..8a23d341d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java index df58fa472..62c91962e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionContextCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java index ef30ae8f6..b0ca60197 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/PredictionMode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java index ca955fe15..51ded0a1a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/ProfilingATNSimulator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java index 99a080c71..92001cc26 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RangeTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java index f1d405bd9..e7c96295f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java index 4aa09f2fb..b72ee31c9 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleStopState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java index b602d7f59..ff855d7eb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/RuleTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java index 796e22ed3..922e931e8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SemanticContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java index 6212f7f68..86904bd93 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SetTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java index 1f86ff34f..582c6a60d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/SingletonPredictionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java index 078977e4c..3321e0adf 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarBlockStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java index 7d977ed1a..aa1fe0232 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopEntryState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java index 9d0e3f172..f7ad420db 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/StarLoopbackState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java index 5ab37d973..d1be204eb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/TokensStartState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java index f89159930..04b368f9b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/Transition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java index f108ec796..1634196fc 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java +++ b/runtime/Java/src/org/antlr/v4/runtime/atn/WildcardTransition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java index dd91597ae..b508f8b5f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFA.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java index f7e7cc5bf..54b0fab0b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFASerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java index 99ac8e7da..5b74f6c0e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/DFAState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java index 346c3047f..d1d0cca35 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java +++ b/runtime/Java/src/org/antlr/v4/runtime/dfa/LexerDFASerializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java index d9ea75624..c149d9e70 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/AbstractEqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java index 45607d3ef..4595275cd 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Array2DHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java index d0c0aa142..a61234741 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/DoubleKeyMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java index 8f723ef22..0fee89bd4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/EqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java index 91245b92f..a05008e32 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/FlexibleHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java index 95ca241f8..80d908b8f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java index 41062b52c..21d5bcdf0 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java index 4c7524980..5250a7258 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntegerStack.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java index d5abda559..b5d7d1d3b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Interval.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java index a29a03fbd..27fb574b5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/IntervalSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java index d4832d253..d47b5a221 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/LogManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java index b850208d0..ce7972ebe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MultiMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java index 3ab70c5de..c498b06e4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/MurmurHash.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java index 7c843d7d7..25c59e461 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/NotNull.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java index 6294c9b8f..256a17b4a 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ObjectEqualityComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java index f14b88630..d8f9d1b80 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/OrderedHashSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java index e0875ae1e..c01c9071c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java index db4ecf867..4e1ebdb15 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/ParseCancellationException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java index f87720610..1c297a522 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Predicate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java index 4c572b898..de6f63021 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/TestRig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java index ed921afc4..fdbf1c0f4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Triple.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java index 1d0eb1159..450c6034d 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java +++ b/runtime/Java/src/org/antlr/v4/runtime/misc/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java index 6bc3ea0b6..f565fbfde 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java index 160e6083c..87bf2fad8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java index d0b49a8cc..929528201 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ErrorNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java index cb8d88b26..edb0746fe 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/IterativeParseTreeWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java index 818387cb5..ebb20db8c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java index 068848db6..4fa245e60 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java index b6917cf95..ca16b1806 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java index 4b1e5e3a6..f9519da10 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java index b77d86898..3d0546d22 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/ParseTreeWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java index a256f2651..5e3143718 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/RuleNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java index 2d0ce4578..cedfa1970 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/SyntaxTree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java index 882eb1307..d8a3e65a1 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java index 216b90810..1882d16a8 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/TerminalNodeImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java index 2458a4bd4..78f2b753c 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Tree.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java index bc5d9ebd9..9c0729867 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/Trees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java index fd1329f77..fc33fedea 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/Chunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java index 2b4945bd9..3101916ad 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java index 38755b2ae..a8f5d14cb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java index 22e9a20ac..7c2c9547e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java index 1d1e60320..1fcb0c621 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/RuleTagToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java index 72c916b74..420c892ea 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TagChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java index d0bec0c0c..0ef75a352 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TextChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java index 9929c631e..740a8982b 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/pattern/TokenTagToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java index 1b57a4a79..a4a91bb8f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPath.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java index f2ffe8dec..221a72904 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java index 3ae14a19b..a669850d5 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathLexerErrorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java index 631e4bdcb..66684ae0f 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java index 370757037..2827914ab 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathRuleElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java index 4f23dd08e..af08ec9eb 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java index 53e5919fb..9560af184 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathTokenElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java index 1e573d4fd..43c63edd4 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardAnywhereElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java index 59a71a408..e0272995e 100644 --- a/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java +++ b/runtime/Java/src/org/antlr/v4/runtime/tree/xpath/XPathWildcardElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js index 343d2b218..a29c2f1a5 100644 --- a/runtime/JavaScript/src/antlr4/BufferedTokenStream.js +++ b/runtime/JavaScript/src/antlr4/BufferedTokenStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js index df686d149..806b06a1e 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenFactory.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenFactory.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/CommonTokenStream.js b/runtime/JavaScript/src/antlr4/CommonTokenStream.js index 3f6d6ba91..2477e270b 100644 --- a/runtime/JavaScript/src/antlr4/CommonTokenStream.js +++ b/runtime/JavaScript/src/antlr4/CommonTokenStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/FileStream.js b/runtime/JavaScript/src/antlr4/FileStream.js index 492ceb213..97c0eb583 100644 --- a/runtime/JavaScript/src/antlr4/FileStream.js +++ b/runtime/JavaScript/src/antlr4/FileStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/InputStream.js b/runtime/JavaScript/src/antlr4/InputStream.js index 62d20577d..3ed0ba2f1 100644 --- a/runtime/JavaScript/src/antlr4/InputStream.js +++ b/runtime/JavaScript/src/antlr4/InputStream.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/IntervalSet.js b/runtime/JavaScript/src/antlr4/IntervalSet.js index b869cfea0..05044ae87 100644 --- a/runtime/JavaScript/src/antlr4/IntervalSet.js +++ b/runtime/JavaScript/src/antlr4/IntervalSet.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/LL1Analyzer.js b/runtime/JavaScript/src/antlr4/LL1Analyzer.js index 65633088d..8e983928d 100644 --- a/runtime/JavaScript/src/antlr4/LL1Analyzer.js +++ b/runtime/JavaScript/src/antlr4/LL1Analyzer.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Lexer.js b/runtime/JavaScript/src/antlr4/Lexer.js index 31a4c5dcd..0b2dbc28b 100644 --- a/runtime/JavaScript/src/antlr4/Lexer.js +++ b/runtime/JavaScript/src/antlr4/Lexer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Parser.js b/runtime/JavaScript/src/antlr4/Parser.js index a60a0b7b1..74211aacd 100644 --- a/runtime/JavaScript/src/antlr4/Parser.js +++ b/runtime/JavaScript/src/antlr4/Parser.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/ParserRuleContext.js b/runtime/JavaScript/src/antlr4/ParserRuleContext.js index 31f89c190..2d0493cb4 100644 --- a/runtime/JavaScript/src/antlr4/ParserRuleContext.js +++ b/runtime/JavaScript/src/antlr4/ParserRuleContext.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/PredictionContext.js b/runtime/JavaScript/src/antlr4/PredictionContext.js index 39e4926dc..eb1235206 100644 --- a/runtime/JavaScript/src/antlr4/PredictionContext.js +++ b/runtime/JavaScript/src/antlr4/PredictionContext.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Recognizer.js b/runtime/JavaScript/src/antlr4/Recognizer.js index fd4c74367..3d38d3adf 100644 --- a/runtime/JavaScript/src/antlr4/Recognizer.js +++ b/runtime/JavaScript/src/antlr4/Recognizer.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/RuleContext.js b/runtime/JavaScript/src/antlr4/RuleContext.js index 63b6faf85..395ee6ed6 100644 --- a/runtime/JavaScript/src/antlr4/RuleContext.js +++ b/runtime/JavaScript/src/antlr4/RuleContext.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Token.js b/runtime/JavaScript/src/antlr4/Token.js index 41c124e69..10f4ed823 100644 --- a/runtime/JavaScript/src/antlr4/Token.js +++ b/runtime/JavaScript/src/antlr4/Token.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/Utils.js b/runtime/JavaScript/src/antlr4/Utils.js index 534f046c1..a49ed69f4 100644 --- a/runtime/JavaScript/src/antlr4/Utils.js +++ b/runtime/JavaScript/src/antlr4/Utils.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATN.js b/runtime/JavaScript/src/antlr4/atn/ATN.js index 8c6108b3a..d10893901 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATN.js +++ b/runtime/JavaScript/src/antlr4/atn/ATN.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js index 31f531a48..f36c0530d 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfig.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfig.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js index 51ae5a65f..ce161ff62 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNConfigSet.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js index 1239d6ef9..ac88311f3 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializationOptions.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js index 98de1667d..cdedf34de 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNDeserializer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js index 6c1b749f9..02b6bdf43 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNState.js b/runtime/JavaScript/src/antlr4/atn/ATNState.js index 2aeeb84f8..bc7512e0c 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNState.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNState.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ATNType.js b/runtime/JavaScript/src/antlr4/atn/ATNType.js index 3462228d7..5e93d72ce 100644 --- a/runtime/JavaScript/src/antlr4/atn/ATNType.js +++ b/runtime/JavaScript/src/antlr4/atn/ATNType.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js index d777ddafc..28609c880 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerAction.js b/runtime/JavaScript/src/antlr4/atn/LexerAction.js index 558f4d7e5..8b299424e 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerAction.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerAction.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js index c81d6df3e..73c82399f 100644 --- a/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js +++ b/runtime/JavaScript/src/antlr4/atn/LexerActionExecutor.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js index b525e739a..c7b28a3fc 100644 --- a/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js +++ b/runtime/JavaScript/src/antlr4/atn/ParserATNSimulator.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js index 40598b799..b6d9c48dd 100644 --- a/runtime/JavaScript/src/antlr4/atn/PredictionMode.js +++ b/runtime/JavaScript/src/antlr4/atn/PredictionMode.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js index 925dfe784..cc2865329 100644 --- a/runtime/JavaScript/src/antlr4/atn/SemanticContext.js +++ b/runtime/JavaScript/src/antlr4/atn/SemanticContext.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/Transition.js b/runtime/JavaScript/src/antlr4/atn/Transition.js index 19a8a98a6..7a24c4dce 100644 --- a/runtime/JavaScript/src/antlr4/atn/Transition.js +++ b/runtime/JavaScript/src/antlr4/atn/Transition.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/atn/index.js b/runtime/JavaScript/src/antlr4/atn/index.js index 124426029..11ebe82ec 100644 --- a/runtime/JavaScript/src/antlr4/atn/index.js +++ b/runtime/JavaScript/src/antlr4/atn/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFA.js b/runtime/JavaScript/src/antlr4/dfa/DFA.js index 606496005..9b8390fec 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFA.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFA.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js index e7dc95818..90b38cffd 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFASerializer.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/DFAState.js b/runtime/JavaScript/src/antlr4/dfa/DFAState.js index d56b193a6..e15f25401 100644 --- a/runtime/JavaScript/src/antlr4/dfa/DFAState.js +++ b/runtime/JavaScript/src/antlr4/dfa/DFAState.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/dfa/index.js b/runtime/JavaScript/src/antlr4/dfa/index.js index 0424b1626..b184bff8f 100644 --- a/runtime/JavaScript/src/antlr4/dfa/index.js +++ b/runtime/JavaScript/src/antlr4/dfa/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js index 6af59dc14..33ca91d6b 100644 --- a/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/DiagnosticErrorListener.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/ErrorListener.js b/runtime/JavaScript/src/antlr4/error/ErrorListener.js index 36c45edd5..cde003d85 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorListener.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorListener.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js index 6b1597b07..d4eac5e91 100644 --- a/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js +++ b/runtime/JavaScript/src/antlr4/error/ErrorStrategy.js @@ -1,5 +1,5 @@ // -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/Errors.js b/runtime/JavaScript/src/antlr4/error/Errors.js index 310eaeda2..21cb4b5af 100644 --- a/runtime/JavaScript/src/antlr4/error/Errors.js +++ b/runtime/JavaScript/src/antlr4/error/Errors.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/error/index.js b/runtime/JavaScript/src/antlr4/error/index.js index a70fa0da9..3cf4aa976 100644 --- a/runtime/JavaScript/src/antlr4/error/index.js +++ b/runtime/JavaScript/src/antlr4/error/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/index.js b/runtime/JavaScript/src/antlr4/index.js index 1d4970050..61a090e91 100644 --- a/runtime/JavaScript/src/antlr4/index.js +++ b/runtime/JavaScript/src/antlr4/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/Tree.js b/runtime/JavaScript/src/antlr4/tree/Tree.js index e72840c52..22ea34496 100644 --- a/runtime/JavaScript/src/antlr4/tree/Tree.js +++ b/runtime/JavaScript/src/antlr4/tree/Tree.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/Trees.js b/runtime/JavaScript/src/antlr4/tree/Trees.js index e7c2a2f15..76d66a772 100644 --- a/runtime/JavaScript/src/antlr4/tree/Trees.js +++ b/runtime/JavaScript/src/antlr4/tree/Trees.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/JavaScript/src/antlr4/tree/index.js b/runtime/JavaScript/src/antlr4/tree/index.js index 1427cb6d0..b8c59e3fa 100644 --- a/runtime/JavaScript/src/antlr4/tree/index.js +++ b/runtime/JavaScript/src/antlr4/tree/index.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Python2/src/antlr4/BufferedTokenStream.py b/runtime/Python2/src/antlr4/BufferedTokenStream.py index c343010d5..570900750 100644 --- a/runtime/Python2/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python2/src/antlr4/BufferedTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/CommonTokenFactory.py b/runtime/Python2/src/antlr4/CommonTokenFactory.py index bf45da775..6035e83d9 100644 --- a/runtime/Python2/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python2/src/antlr4/CommonTokenFactory.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/CommonTokenStream.py b/runtime/Python2/src/antlr4/CommonTokenStream.py index 44d1a1ee6..423f94763 100644 --- a/runtime/Python2/src/antlr4/CommonTokenStream.py +++ b/runtime/Python2/src/antlr4/CommonTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/FileStream.py b/runtime/Python2/src/antlr4/FileStream.py index 9484ff2fc..ae5d8d4e7 100644 --- a/runtime/Python2/src/antlr4/FileStream.py +++ b/runtime/Python2/src/antlr4/FileStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/InputStream.py b/runtime/Python2/src/antlr4/InputStream.py index ff25aa7d3..0bc6fafa9 100644 --- a/runtime/Python2/src/antlr4/InputStream.py +++ b/runtime/Python2/src/antlr4/InputStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/IntervalSet.py b/runtime/Python2/src/antlr4/IntervalSet.py index 91d417afa..11f177285 100644 --- a/runtime/Python2/src/antlr4/IntervalSet.py +++ b/runtime/Python2/src/antlr4/IntervalSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/LL1Analyzer.py b/runtime/Python2/src/antlr4/LL1Analyzer.py index 922186465..8917a4da6 100644 --- a/runtime/Python2/src/antlr4/LL1Analyzer.py +++ b/runtime/Python2/src/antlr4/LL1Analyzer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/Lexer.py b/runtime/Python2/src/antlr4/Lexer.py index 14f784036..59dca2a62 100644 --- a/runtime/Python2/src/antlr4/Lexer.py +++ b/runtime/Python2/src/antlr4/Lexer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/ListTokenSource.py b/runtime/Python2/src/antlr4/ListTokenSource.py index d7cc47a19..2373e038a 100644 --- a/runtime/Python2/src/antlr4/ListTokenSource.py +++ b/runtime/Python2/src/antlr4/ListTokenSource.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/Parser.py b/runtime/Python2/src/antlr4/Parser.py index 26a942c83..97cf4924a 100644 --- a/runtime/Python2/src/antlr4/Parser.py +++ b/runtime/Python2/src/antlr4/Parser.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from __future__ import print_function diff --git a/runtime/Python2/src/antlr4/ParserInterpreter.py b/runtime/Python2/src/antlr4/ParserInterpreter.py index 112dac578..779076f46 100644 --- a/runtime/Python2/src/antlr4/ParserInterpreter.py +++ b/runtime/Python2/src/antlr4/ParserInterpreter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/ParserRuleContext.py b/runtime/Python2/src/antlr4/ParserRuleContext.py index 41e9be884..f0eb4995f 100644 --- a/runtime/Python2/src/antlr4/ParserRuleContext.py +++ b/runtime/Python2/src/antlr4/ParserRuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/PredictionContext.py b/runtime/Python2/src/antlr4/PredictionContext.py index bb6d40dde..25c02c05c 100644 --- a/runtime/Python2/src/antlr4/PredictionContext.py +++ b/runtime/Python2/src/antlr4/PredictionContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/Recognizer.py b/runtime/Python2/src/antlr4/Recognizer.py index c711a6c27..052b7cf47 100644 --- a/runtime/Python2/src/antlr4/Recognizer.py +++ b/runtime/Python2/src/antlr4/Recognizer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/RuleContext.py b/runtime/Python2/src/antlr4/RuleContext.py index 036313376..f6e5d5df7 100644 --- a/runtime/Python2/src/antlr4/RuleContext.py +++ b/runtime/Python2/src/antlr4/RuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/StdinStream.py b/runtime/Python2/src/antlr4/StdinStream.py index 1d5925bc5..382db85a0 100644 --- a/runtime/Python2/src/antlr4/StdinStream.py +++ b/runtime/Python2/src/antlr4/StdinStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/Token.py b/runtime/Python2/src/antlr4/Token.py index 4691b640a..3ac260afa 100644 --- a/runtime/Python2/src/antlr4/Token.py +++ b/runtime/Python2/src/antlr4/Token.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/TokenStreamRewriter.py b/runtime/Python2/src/antlr4/TokenStreamRewriter.py index da4df9f84..0d3e7a3fb 100644 --- a/runtime/Python2/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python2/src/antlr4/TokenStreamRewriter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/Utils.py b/runtime/Python2/src/antlr4/Utils.py index c251a1d28..2c1bf09d9 100644 --- a/runtime/Python2/src/antlr4/Utils.py +++ b/runtime/Python2/src/antlr4/Utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATN.py b/runtime/Python2/src/antlr4/atn/ATN.py index 71f985415..8dad40990 100644 --- a/runtime/Python2/src/antlr4/atn/ATN.py +++ b/runtime/Python2/src/antlr4/atn/ATN.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNConfig.py b/runtime/Python2/src/antlr4/atn/ATNConfig.py index 0f4b06893..6410f53c2 100644 --- a/runtime/Python2/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfig.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py index b8d849af4..c924ff93b 100755 --- a/runtime/Python2/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python2/src/antlr4/atn/ATNConfigSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py index a4b550aa8..210c94d2c 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py index 85cc831a8..2d554cd99 100644 --- a/runtime/Python2/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python2/src/antlr4/atn/ATNDeserializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNSimulator.py b/runtime/Python2/src/antlr4/atn/ATNSimulator.py index 5c688afe5..be5cd4b02 100644 --- a/runtime/Python2/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ATNState.py b/runtime/Python2/src/antlr4/atn/ATNState.py index c043296ea..19d541a5e 100644 --- a/runtime/Python2/src/antlr4/atn/ATNState.py +++ b/runtime/Python2/src/antlr4/atn/ATNState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/ATNType.py b/runtime/Python2/src/antlr4/atn/ATNType.py index 6ff21e746..adf6ce5d2 100644 --- a/runtime/Python2/src/antlr4/atn/ATNType.py +++ b/runtime/Python2/src/antlr4/atn/ATNType.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py index ce4046512..451f51b56 100644 --- a/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/LexerATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/LexerAction.py b/runtime/Python2/src/antlr4/atn/LexerAction.py index 91dfcb384..805d55df3 100644 --- a/runtime/Python2/src/antlr4/atn/LexerAction.py +++ b/runtime/Python2/src/antlr4/atn/LexerAction.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py index ab9dc2bdd..89a36c190 100644 --- a/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python2/src/antlr4/atn/LexerActionExecutor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py index 607a08fc6..7066905cc 100755 --- a/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python2/src/antlr4/atn/ParserATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/PredictionMode.py b/runtime/Python2/src/antlr4/atn/PredictionMode.py index 50a80487e..fd693a825 100644 --- a/runtime/Python2/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python2/src/antlr4/atn/PredictionMode.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/SemanticContext.py b/runtime/Python2/src/antlr4/atn/SemanticContext.py index 71c62d1a4..b9a9224ff 100644 --- a/runtime/Python2/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python2/src/antlr4/atn/SemanticContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/atn/Transition.py b/runtime/Python2/src/antlr4/atn/Transition.py index 1850bb4d6..b7ebc7f0b 100644 --- a/runtime/Python2/src/antlr4/atn/Transition.py +++ b/runtime/Python2/src/antlr4/atn/Transition.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/dfa/DFA.py b/runtime/Python2/src/antlr4/dfa/DFA.py index 89bfea8bd..b92dfa996 100644 --- a/runtime/Python2/src/antlr4/dfa/DFA.py +++ b/runtime/Python2/src/antlr4/dfa/DFA.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python2/src/antlr4/dfa/DFASerializer.py b/runtime/Python2/src/antlr4/dfa/DFASerializer.py index 58c336611..4cb8065e2 100644 --- a/runtime/Python2/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python2/src/antlr4/dfa/DFASerializer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/dfa/DFAState.py b/runtime/Python2/src/antlr4/dfa/DFAState.py index 77d60d97c..9e9763343 100644 --- a/runtime/Python2/src/antlr4/dfa/DFAState.py +++ b/runtime/Python2/src/antlr4/dfa/DFAState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py index 30c31273d..9b96d5191 100644 --- a/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python2/src/antlr4/error/DiagnosticErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/ErrorListener.py b/runtime/Python2/src/antlr4/error/ErrorListener.py index 5e192b70d..98ff12395 100644 --- a/runtime/Python2/src/antlr4/error/ErrorListener.py +++ b/runtime/Python2/src/antlr4/error/ErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python2/src/antlr4/error/ErrorStrategy.py b/runtime/Python2/src/antlr4/error/ErrorStrategy.py index cb2118456..ec6a5d4c7 100644 --- a/runtime/Python2/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python2/src/antlr4/error/ErrorStrategy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/error/Errors.py b/runtime/Python2/src/antlr4/error/Errors.py index 96bc358e4..a4ac228d4 100644 --- a/runtime/Python2/src/antlr4/error/Errors.py +++ b/runtime/Python2/src/antlr4/error/Errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Chunk.py b/runtime/Python2/src/antlr4/tree/Chunk.py index fcfaeaa15..8589c175f 100644 --- a/runtime/Python2/src/antlr4/tree/Chunk.py +++ b/runtime/Python2/src/antlr4/tree/Chunk.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py index b192b2c33..511935d01 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreeMatch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py index 209dcb977..87c8ee1cc 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePattern.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py index 22eb97555..604089083 100644 --- a/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python2/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/RuleTagToken.py b/runtime/Python2/src/antlr4/tree/RuleTagToken.py index 5b559c739..7e6738f3e 100644 --- a/runtime/Python2/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python2/src/antlr4/tree/RuleTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/TokenTagToken.py b/runtime/Python2/src/antlr4/tree/TokenTagToken.py index d4177f56f..f24fc7a35 100644 --- a/runtime/Python2/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python2/src/antlr4/tree/TokenTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/tree/Tree.py b/runtime/Python2/src/antlr4/tree/Tree.py index ab1aac077..25d7c091c 100644 --- a/runtime/Python2/src/antlr4/tree/Tree.py +++ b/runtime/Python2/src/antlr4/tree/Tree.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python2/src/antlr4/tree/Trees.py b/runtime/Python2/src/antlr4/tree/Trees.py index 743f5fcf8..b71243148 100644 --- a/runtime/Python2/src/antlr4/tree/Trees.py +++ b/runtime/Python2/src/antlr4/tree/Trees.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/src/antlr4/xpath/XPath.py b/runtime/Python2/src/antlr4/xpath/XPath.py index e10f6f2ed..5f4ddf256 100644 --- a/runtime/Python2/src/antlr4/xpath/XPath.py +++ b/runtime/Python2/src/antlr4/xpath/XPath.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python2/tests/TestTokenStreamRewriter.py b/runtime/Python2/tests/TestTokenStreamRewriter.py index d312baec1..a12be768a 100644 --- a/runtime/Python2/tests/TestTokenStreamRewriter.py +++ b/runtime/Python2/tests/TestTokenStreamRewriter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/BufferedTokenStream.py b/runtime/Python3/src/antlr4/BufferedTokenStream.py index 7ca2b8408..67f894fab 100644 --- a/runtime/Python3/src/antlr4/BufferedTokenStream.py +++ b/runtime/Python3/src/antlr4/BufferedTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/CommonTokenFactory.py b/runtime/Python3/src/antlr4/CommonTokenFactory.py index fc3c5b1c0..2a0cca330 100644 --- a/runtime/Python3/src/antlr4/CommonTokenFactory.py +++ b/runtime/Python3/src/antlr4/CommonTokenFactory.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/CommonTokenStream.py b/runtime/Python3/src/antlr4/CommonTokenStream.py index 7ee4cfc74..b1b9cc22d 100644 --- a/runtime/Python3/src/antlr4/CommonTokenStream.py +++ b/runtime/Python3/src/antlr4/CommonTokenStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/FileStream.py b/runtime/Python3/src/antlr4/FileStream.py index 271d706e3..92b97bbb3 100644 --- a/runtime/Python3/src/antlr4/FileStream.py +++ b/runtime/Python3/src/antlr4/FileStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/InputStream.py b/runtime/Python3/src/antlr4/InputStream.py index 42c7f3bdd..da5103784 100644 --- a/runtime/Python3/src/antlr4/InputStream.py +++ b/runtime/Python3/src/antlr4/InputStream.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/IntervalSet.py b/runtime/Python3/src/antlr4/IntervalSet.py index ba6b565f5..dbf1f91da 100644 --- a/runtime/Python3/src/antlr4/IntervalSet.py +++ b/runtime/Python3/src/antlr4/IntervalSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/LL1Analyzer.py b/runtime/Python3/src/antlr4/LL1Analyzer.py index 7d923d77f..e76444275 100644 --- a/runtime/Python3/src/antlr4/LL1Analyzer.py +++ b/runtime/Python3/src/antlr4/LL1Analyzer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Lexer.py b/runtime/Python3/src/antlr4/Lexer.py index 086a93ead..e4864b9df 100644 --- a/runtime/Python3/src/antlr4/Lexer.py +++ b/runtime/Python3/src/antlr4/Lexer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/ListTokenSource.py b/runtime/Python3/src/antlr4/ListTokenSource.py index 286d54d22..97c254a42 100644 --- a/runtime/Python3/src/antlr4/ListTokenSource.py +++ b/runtime/Python3/src/antlr4/ListTokenSource.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Parser.py b/runtime/Python3/src/antlr4/Parser.py index c6ea10e2d..e831b6415 100644 --- a/runtime/Python3/src/antlr4/Parser.py +++ b/runtime/Python3/src/antlr4/Parser.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.BufferedTokenStream import TokenStream diff --git a/runtime/Python3/src/antlr4/ParserInterpreter.py b/runtime/Python3/src/antlr4/ParserInterpreter.py index 7e10c269a..937547496 100644 --- a/runtime/Python3/src/antlr4/ParserInterpreter.py +++ b/runtime/Python3/src/antlr4/ParserInterpreter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/ParserRuleContext.py b/runtime/Python3/src/antlr4/ParserRuleContext.py index 63b5f2f9f..e72c6e04f 100644 --- a/runtime/Python3/src/antlr4/ParserRuleContext.py +++ b/runtime/Python3/src/antlr4/ParserRuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/PredictionContext.py b/runtime/Python3/src/antlr4/PredictionContext.py index ac770791c..1316180fc 100644 --- a/runtime/Python3/src/antlr4/PredictionContext.py +++ b/runtime/Python3/src/antlr4/PredictionContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Recognizer.py b/runtime/Python3/src/antlr4/Recognizer.py index b80f4ae3a..199c0c07d 100644 --- a/runtime/Python3/src/antlr4/Recognizer.py +++ b/runtime/Python3/src/antlr4/Recognizer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/RuleContext.py b/runtime/Python3/src/antlr4/RuleContext.py index 276100926..3c2a37f45 100644 --- a/runtime/Python3/src/antlr4/RuleContext.py +++ b/runtime/Python3/src/antlr4/RuleContext.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/Token.py b/runtime/Python3/src/antlr4/Token.py index 7476655d9..b20df8ea8 100644 --- a/runtime/Python3/src/antlr4/Token.py +++ b/runtime/Python3/src/antlr4/Token.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/TokenStreamRewriter.py b/runtime/Python3/src/antlr4/TokenStreamRewriter.py index 8d48c70c7..b55debaf0 100644 --- a/runtime/Python3/src/antlr4/TokenStreamRewriter.py +++ b/runtime/Python3/src/antlr4/TokenStreamRewriter.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/Utils.py b/runtime/Python3/src/antlr4/Utils.py index f3efa2829..993d12ff6 100644 --- a/runtime/Python3/src/antlr4/Utils.py +++ b/runtime/Python3/src/antlr4/Utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATN.py b/runtime/Python3/src/antlr4/atn/ATN.py index 00db47567..f2335c6a1 100644 --- a/runtime/Python3/src/antlr4/atn/ATN.py +++ b/runtime/Python3/src/antlr4/atn/ATN.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNConfig.py b/runtime/Python3/src/antlr4/atn/ATNConfig.py index c5a4e286f..c94f7f402 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfig.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfig.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py index cd1a9bf46..036350675 100644 --- a/runtime/Python3/src/antlr4/atn/ATNConfigSet.py +++ b/runtime/Python3/src/antlr4/atn/ATNConfigSet.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py index 9e2ae3782..91393b5c4 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializationOptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py index 24fdc0a43..8fc63bcab 100644 --- a/runtime/Python3/src/antlr4/atn/ATNDeserializer.py +++ b/runtime/Python3/src/antlr4/atn/ATNDeserializer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNSimulator.py b/runtime/Python3/src/antlr4/atn/ATNSimulator.py index 3a8af0d63..b974a3ba9 100644 --- a/runtime/Python3/src/antlr4/atn/ATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ATNState.py b/runtime/Python3/src/antlr4/atn/ATNState.py index 01a9e1019..c416ff6c4 100644 --- a/runtime/Python3/src/antlr4/atn/ATNState.py +++ b/runtime/Python3/src/antlr4/atn/ATNState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/ATNType.py b/runtime/Python3/src/antlr4/atn/ATNType.py index 2dc822629..fbba66a67 100644 --- a/runtime/Python3/src/antlr4/atn/ATNType.py +++ b/runtime/Python3/src/antlr4/atn/ATNType.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py index 0ae131be9..c9dbb12e3 100644 --- a/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/LexerATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/LexerAction.py b/runtime/Python3/src/antlr4/atn/LexerAction.py index 0fc28926e..352ba2bfb 100644 --- a/runtime/Python3/src/antlr4/atn/LexerAction.py +++ b/runtime/Python3/src/antlr4/atn/LexerAction.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py index b91e752ec..6b89138ef 100644 --- a/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py +++ b/runtime/Python3/src/antlr4/atn/LexerActionExecutor.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py index 19b1c5b52..820540873 100644 --- a/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py +++ b/runtime/Python3/src/antlr4/atn/ParserATNSimulator.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/PredictionMode.py b/runtime/Python3/src/antlr4/atn/PredictionMode.py index e8c144e4f..b6fd72cdb 100644 --- a/runtime/Python3/src/antlr4/atn/PredictionMode.py +++ b/runtime/Python3/src/antlr4/atn/PredictionMode.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/SemanticContext.py b/runtime/Python3/src/antlr4/atn/SemanticContext.py index 7a8107a91..41a28ea37 100644 --- a/runtime/Python3/src/antlr4/atn/SemanticContext.py +++ b/runtime/Python3/src/antlr4/atn/SemanticContext.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/atn/Transition.py b/runtime/Python3/src/antlr4/atn/Transition.py index ad8932eb3..9b2986531 100644 --- a/runtime/Python3/src/antlr4/atn/Transition.py +++ b/runtime/Python3/src/antlr4/atn/Transition.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/dfa/DFA.py b/runtime/Python3/src/antlr4/dfa/DFA.py index 5d857d360..4f7454d0d 100644 --- a/runtime/Python3/src/antlr4/dfa/DFA.py +++ b/runtime/Python3/src/antlr4/dfa/DFA.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. from antlr4.atn.ATNState import StarLoopEntryState diff --git a/runtime/Python3/src/antlr4/dfa/DFASerializer.py b/runtime/Python3/src/antlr4/dfa/DFASerializer.py index 08b8c2e13..d5bf22c4d 100644 --- a/runtime/Python3/src/antlr4/dfa/DFASerializer.py +++ b/runtime/Python3/src/antlr4/dfa/DFASerializer.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/dfa/DFAState.py b/runtime/Python3/src/antlr4/dfa/DFAState.py index a1c49d317..496ad5b59 100644 --- a/runtime/Python3/src/antlr4/dfa/DFAState.py +++ b/runtime/Python3/src/antlr4/dfa/DFAState.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py index b1a9c95f4..16f75b245 100644 --- a/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py +++ b/runtime/Python3/src/antlr4/error/DiagnosticErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/ErrorListener.py b/runtime/Python3/src/antlr4/error/ErrorListener.py index 9072d434d..18f54521b 100644 --- a/runtime/Python3/src/antlr4/error/ErrorListener.py +++ b/runtime/Python3/src/antlr4/error/ErrorListener.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. diff --git a/runtime/Python3/src/antlr4/error/ErrorStrategy.py b/runtime/Python3/src/antlr4/error/ErrorStrategy.py index 396415e56..c7fd1208b 100644 --- a/runtime/Python3/src/antlr4/error/ErrorStrategy.py +++ b/runtime/Python3/src/antlr4/error/ErrorStrategy.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/error/Errors.py b/runtime/Python3/src/antlr4/error/Errors.py index d2f71b467..f11f8ddf4 100644 --- a/runtime/Python3/src/antlr4/error/Errors.py +++ b/runtime/Python3/src/antlr4/error/Errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Chunk.py b/runtime/Python3/src/antlr4/tree/Chunk.py index 6c2cd69e2..f1f57d382 100644 --- a/runtime/Python3/src/antlr4/tree/Chunk.py +++ b/runtime/Python3/src/antlr4/tree/Chunk.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py index d96d5f60d..48ef27e2c 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreeMatch.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py index 3556bcf7e..5571f5d4c 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePattern.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePattern.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py index 00ba86fe4..566c580ac 100644 --- a/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py +++ b/runtime/Python3/src/antlr4/tree/ParseTreePatternMatcher.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/RuleTagToken.py b/runtime/Python3/src/antlr4/tree/RuleTagToken.py index e725190c6..c8a54cd28 100644 --- a/runtime/Python3/src/antlr4/tree/RuleTagToken.py +++ b/runtime/Python3/src/antlr4/tree/RuleTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/TokenTagToken.py b/runtime/Python3/src/antlr4/tree/TokenTagToken.py index 40583fa61..b3a2c0ed5 100644 --- a/runtime/Python3/src/antlr4/tree/TokenTagToken.py +++ b/runtime/Python3/src/antlr4/tree/TokenTagToken.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/tree/Tree.py b/runtime/Python3/src/antlr4/tree/Tree.py index 27b409540..07cad8d9a 100644 --- a/runtime/Python3/src/antlr4/tree/Tree.py +++ b/runtime/Python3/src/antlr4/tree/Tree.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. #/ diff --git a/runtime/Python3/src/antlr4/tree/Trees.py b/runtime/Python3/src/antlr4/tree/Trees.py index 0e113bf60..07f0ada4c 100644 --- a/runtime/Python3/src/antlr4/tree/Trees.py +++ b/runtime/Python3/src/antlr4/tree/Trees.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/src/antlr4/xpath/XPath.py b/runtime/Python3/src/antlr4/xpath/XPath.py index 66f2e3479..e9cba5238 100644 --- a/runtime/Python3/src/antlr4/xpath/XPath.py +++ b/runtime/Python3/src/antlr4/xpath/XPath.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Python3/test/ctest.py b/runtime/Python3/test/ctest.py index d76022253..1678ccb9a 100644 --- a/runtime/Python3/test/ctest.py +++ b/runtime/Python3/test/ctest.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +# Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. # Use of this file is governed by the BSD 3-clause license that # can be found in the LICENSE.txt file in the project root. # diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift index 70ba8e8a8..a2675be05 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift index 4d1fda757..dec361c79 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift index 9d3cd4043..b88b38e74 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRFileStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift index 99ed18486..cf3effe5e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ANTLRInputStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift index cd707b298..8e9bf83f6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BailErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift index 8215eebb6..aa6fe49bb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BaseErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift index 5eac1256a..1c1122812 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/BufferedTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift index 89a84f81d..e37c18786 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CharStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift index 7ead31d29..f9d8541ff 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift index f71547cae..b17738f91 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenFactory.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift index 7f9a6104d..0f34d1fc3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/CommonTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift index 8d49044e3..95fe4d334 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ConsoleErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift index 73c0e181e..171d3c393 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DefaultErrorStrategy.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift index 26a72b6b2..4d0daab67 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/DiagnosticErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift index 4d0bb31e2..5dc761848 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/FailedPredicateException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift index a220fc03a..69ec3d93f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InputMismatchException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift index 970283ad3..8a684131a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/IntStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift index 58302da3a..7346a31ae 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/InterpreterRuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift index d07881a74..6a56cd704 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Lexer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift index 777c07903..82e121471 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerInterpreter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift index 266f34318..f6d34aa12 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/LexerNoViableAltException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift index 5d0e5f853..06ccc485d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ListTokenSource.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift index 38dae153d..ab3ae0dec 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/NoViableAltException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift index 07a367231..f4360c743 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Parser.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift index 1a996780d..e79b212a3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserInterpreter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift index 9d94abb31..1e36ac7a1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ParserRuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift index bfbc239f7..f51f5fa46 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/ProxyErrorListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift index 2aacb6d01..856d8b438 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RecognitionException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift index 6b8bf99f1..735a5dd37 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Recognizer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift index 33442277e..3bf262770 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuleContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift index cf2cf4f64..9d6215552 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/RuntimeMetaData.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift index 348c0a659..a2babbc95 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/Token.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift index 0cf306f01..bf29572c3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenFactory.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift index debac6a4b..081fc3148 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenSource.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift index e2bbc4616..b313c98ab 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift index d6c118693..355840e01 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/TokenStreamRewriter.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift index fd6cfa5c4..5e9ef07c0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/UnbufferedTokenStream.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift index 31e313d0f..ddf0db685 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/VocabularySingle.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift index b2a9e8c2e..a7b6b7ea2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/WritableToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift index 66f49be76..ac45ad165 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATN.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift index bfd24eb41..08e88620a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift index eea322ca2..fe02ba151 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNConfigSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift index 0fbc35f34..f42d9e45d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializationOptions.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift index 05f4f2170..6ab6f535f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNDeserializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift index 503493219..c079516fe 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift index 3db7b6260..b3ed0a77d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift index aa0a70de8..4d628776d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ATNType.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift index 039fdae34..5f8d98ace 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AbstractPredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift index a37104c59..bebe83364 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ActionTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift index a3804698f..3e6adaa71 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AmbiguityInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift index 51e53b52a..38dbc116c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ArrayPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift index 370670c39..6b96077ff 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/AtomTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift index 971387e83..a86363759 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift index 863f68ccf..91c51d5d5 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BasicState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift index c3faffa06..6518ac968 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockEndState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift index 13bcdb3e9..2e4ac7822 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/BlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift index 2ca3dd2c3..ee01ff617 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ContextSensitivityInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift index d3ced9212..dd9805c01 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionEventInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift index 114bd6247..2300e363d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift index bf36385c8..fd909d895 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DecisionState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift index a8c563090..99cec5e1b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/DefaultATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift index fea88390c..f09f14cde 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EmptyPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift index 326cc83ac..a955d0eb9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/EpsilonTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift index ff98404c1..51c67f6a1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ErrorInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift index 015dfbb85..e4791a016 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LL1Analyzer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift index 25b121865..10fb784c2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift index 9ce3201d5..87b09967e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift index b2c9e03bf..450a1f692 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift index b3bb3375d..006cfd6d1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionExecutor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift index 6590d55ce..0b9eb8084 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerActionType.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift index fd610fea3..58580635b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerChannelAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift index 817da9cc7..3cc6d9700 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerCustomAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift index fa4a4be6f..315f01fb1 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerIndexedCustomAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift index baaf072f0..fdf065336 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift index c5ec3a6df..6bea6e82d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerMoreAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift index 4fddb92fe..0acc6589e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPopModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift index 1b0549d1d..a998f732d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerPushModeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift index f76c1ddbf..35893f30a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerSkipAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift index 886f5e2f2..3934c80aa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LexerTypeAction.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift index ad08ede22..afe7b519e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookaheadEventInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift index 4c062bc1a..3cadf29f0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift index 7588057bb..eabad6523 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LookupDictionary.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift index 23754b093..0a5dca192 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/LoopEndState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift index e33d9039f..040460ebf 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/NotSetTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift index 3eddd1023..01357aca9 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfig.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift index ca3e4a0aa..943157f4a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/OrderedATNConfigSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift index a5b5c3680..b43ff076f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParseInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift index c33a19959..4e7ff246c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ParserATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift index fe0fc13fd..5fbdf9a7e 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift index 3244f1db5..a324ea992 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PlusLoopbackState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift index 580dc408b..289b21361 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PrecedencePredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift index 1a2ff877a..a5e6cf1f6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateEvalInfo.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift index 885ae1e09..bd327dc38 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredicateTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift index aa452721c..9291ff847 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift index 5ffdb2e65..06366116d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionContextCache.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift index 4652d0eac..5cc1feb10 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/PredictionMode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift index b7091c792..23ef4bee6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/ProfilingATNSimulator.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift index 26a683029..1318cd526 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RangeTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift index fcba5f500..b2fd854fa 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift index ce35f363c..da06b9b62 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleStopState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift index 603433f2b..4bdd48232 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/RuleTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift index 38c76271a..6704a2133 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SemanticContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift index d8d6c7150..cd6972456 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SetTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift index 347fa8deb..060c36b9c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/SingletonPredictionContext.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift index f0efb2e8b..f81c03e9a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarBlockStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift index c3fbbf8af..94cf0157c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopEntryState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift index ae77919b3..5360d5736 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/StarLoopbackState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift index 56be08c23..26c2412cb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/TokensStartState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift index 855e4d917..e2e394d22 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/Transition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift index 49d0019a3..4c02d77e3 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/atn/WildcardTransition.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift index 7b6b2d858..2330c4fe2 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFA.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift index 19077d437..74e01379b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFASerializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift index b6ef79698..5433fc4bd 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/DFAState.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift index 12cc71e18..09aca3f0c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/dfa/LexerDFASerializer.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift index c8da6ccb0..4b08c558d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayList.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift index 21f92c8aa..69f287e60 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/ArrayWrapper.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift index 0216646b4..097793446 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/BitSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift index bab3235a2..56d4df4b4 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/DoubleKeyMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift index 66b9d9e84..f84c06875 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/HashMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift index fd337ba99..964c16292 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift index 54d29f364..d27d6a7fc 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Interval.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift index 384e49cd9..4283d950c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/IntervalSet.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift index 878732556..28e6d9248 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MultiMap.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift index 3e76b9f34..46b9d828c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/MurmurHash.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift index 30086bca0..29cda5415 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Triple.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift index ec1f8df88..28e187691 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/Utils.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift index 637601f62..8ddab6dba 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRError.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift index 7aa5107f2..9400cb687 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/exception/ANTLRException.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift index 7e8769e98..785d1289b 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/ArrayExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift index e5a821537..bc47e21f8 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/CharacterExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift index d66727ec7..41eece9c0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/IntStreamExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift index 114f76ddb..34b417f18 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/NSUUIDExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift index dd8b72dd8..f8868189d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/StirngExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift index ca26f009a..6056d588f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/extension/TokenExtension.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift index 40395dddb..da76d2b4f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/CommonUtil.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift index cd21cee20..9bd29c41a 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/Stack.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift index 471076e4e..528e4e5ed 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/misc/utils/StringBuilder.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift index e3ec61fe5..5cfa95aec 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/AbstractParseTreeVisitor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift index 5749ef08f..ed9a13e10 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ErrorNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift index 93f32baba..6fde54db6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift index 09331fe43..33766e8e6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeListener.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift index 0946051fc..19a99d2a0 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeVisitor.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift index fc6ffcebb..14bb117bb 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/ParseTreeWalker.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift index 5483d1bcd..8893010e7 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/RuleNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift index 0b5bfa56d..d8da1e801 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/SyntaxTree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift index bea7f7664..f3d41f648 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNode.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift index ff2d14d11..a53f8a6ed 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/TerminalNodeImpl.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift index 8da33e262..47e3d4bc6 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Tree.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift index 60bbc68e4..dfc329479 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/Trees.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift index 7014db1c0..a96019c12 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/Chunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift index 2bebf7ab9..c4bf61300 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreeMatch.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift index 0b85e0b48..16779569d 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePattern.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift index 68ed945f1..41a4d9b0c 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/ParseTreePatternMatcher.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift index 9075fdf16..2f10baeac 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/RuleTagToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift index db31c5a07..7f695455f 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TagChunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift index 8186afd1a..244900c25 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TextChunk.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift index 40fdde825..941ff9951 100644 --- a/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift +++ b/runtime/Swift/Antlr4/org/antlr/v4/runtime/tree/pattern/TokenTagToken.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift index 79c4e30ef..c46975204 100644 --- a/runtime/Swift/Antlr4Tests/Antlr4Tests.swift +++ b/runtime/Swift/Antlr4Tests/Antlr4Tests.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/BaseTest.swift b/runtime/Swift/Antlr4Tests/BaseTest.swift index b5330daf9..507da7ba6 100644 --- a/runtime/Swift/Antlr4Tests/BaseTest.swift +++ b/runtime/Swift/Antlr4Tests/BaseTest.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/runtime/Swift/Antlr4Tests/HashMapTest.swift b/runtime/Swift/Antlr4Tests/HashMapTest.swift index 4dbe731aa..77c4ccaf8 100644 --- a/runtime/Swift/Antlr4Tests/HashMapTest.swift +++ b/runtime/Swift/Antlr4Tests/HashMapTest.swift @@ -1,4 +1,4 @@ -/* Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. +/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/pom.xml b/tool-testsuite/pom.xml index 922085537..ddd20e93e 100644 --- a/tool-testsuite/pom.xml +++ b/tool-testsuite/pom.xml @@ -1,5 +1,5 @@ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java index 257405963..d13af2dc3 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/BaseJavaToolTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java index 9a160f70e..d97393917 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/InterpreterTreeTextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java index ed8df8cdc..cdbf9c325 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/JavaUnicodeInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java index 8ffb51601..2f5ac4dac 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/ParserInterpreterForTesting.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4 b/tool-testsuite/test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4 index 4d52dfc29..4d1522f7d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4 +++ b/tool-testsuite/test/org/antlr/v4/test/tool/PositionAdjustingLexer.g4 @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java index 26c5b6953..7211efdac 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestASTStructure.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java index 52edf48b9..5764175a5 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNConstruction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java index 1068bada1..5f19024a4 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNDeserialization.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java index c82cf520b..14e82ae8b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java index b3bf701f2..0324d393d 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNLexerInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java index 275d4dc82..3049fd8c2 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNParserPrediction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java index 96e9bcd09..5e2b57ea1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestATNSerialization.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java index 13a26e5a7..391da8e34 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java index 9c7c90cfb..db73a813f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestActionTranslation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java index 12847da67..546517e13 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAmbigParseTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java index 1985eccd2..33ca19b47 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestAttributeChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java index 8f2380f02..661506de9 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBasicSemanticErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java index e91eeda3b..d9cbab541 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestBufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java index 1269ab789..7574c7c14 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCodeGeneration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java index 8bcf436ec..2453addce 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCommonTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java index 5a907d443..9b89b0e15 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestCompositeGrammars.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java index d0882befd..03f0f0edd 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestDollarParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java index b0ff8d8cd..70715005a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestErrorSets.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java index d51fd0710..926be09e1 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestFastQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java index 2ac6acbae..b15ed0978 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGrammarParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java index 337ee9d34..fd7b7815f 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestGraphNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java index d79781a0b..1d3157b6b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestIntervalSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java index 053799578..1ac210c17 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLeftRecursionToolIssues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java index ed4e71447..526efed78 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLexerActions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java index cf58c54dc..3fdad47e6 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestLookaheadTrees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java index 815405c4e..a75088034 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParseTreeMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java index b1c1479cb..fc9a62fee 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java index 1b5abef43..2a8952f8a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java index dfa87d882..e18aa7543 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestParserProfiler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java index 5319488ce..70ee76406 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestPerformance.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java index 376693656..6c8f5892b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestScopeParsing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java index 198d6965f..c3a24a5db 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestSymbolIssues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java index 428012db1..c6af3ee92 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenPositionOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java index 920867602..24c070bc6 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenStreamRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java index dc87b1d18..c338eec54 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTokenTypeAssignment.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java index 2edca5b75..475d6345b 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestToolSyntaxErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java index 155f3f9f1..2c0b596bc 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestTopologicalSort.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java index 54288f1de..fec093603 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedCharStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java index 2498f071e..5d9795d8a 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestUnbufferedTokenStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java index ba879a4f8..b95649473 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestVocabulary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java index 3e67f90a5..7dbd741f7 100644 --- a/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java +++ b/tool-testsuite/test/org/antlr/v4/test/tool/TestXPath.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/nb-configuration.xml b/tool/nb-configuration.xml index e36bc6496..3c214415c 100644 --- a/tool/nb-configuration.xml +++ b/tool/nb-configuration.xml @@ -1,6 +1,6 @@ diff --git a/tool/pom.xml b/tool/pom.xml index 97a38bf3d..3bada876f 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -1,5 +1,5 @@ diff --git a/tool/resources/org/antlr/v4/tool/templates/LeftRecursiveRules.stg b/tool/resources/org/antlr/v4/tool/templates/LeftRecursiveRules.stg index f4085e2a0..9f1dbb07f 100644 --- a/tool/resources/org/antlr/v4/tool/templates/LeftRecursiveRules.stg +++ b/tool/resources/org/antlr/v4/tool/templates/LeftRecursiveRules.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/Java/Java.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/Java/Java.stg index 132ce1b64..295b7ac16 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/Java/Java.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/Java/Java.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg index 96046aa14..3cc2f62eb 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/JavaScript/JavaScript.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * Copyright (c) 2014 Eric Vergnaud * All rights reserved. * diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/Python2/Python2.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/Python2/Python2.stg index 57151f8fd..ff6c237d1 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/Python2/Python2.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/Python2/Python2.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * Copyright (c) 2014 Eric Vergnaud * All rights reserved. * diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/Python3/Python3.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/Python3/Python3.stg index a3fe5d6ce..de8af1975 100644 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/Python3/Python3.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/Python3/Python3.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * Copyright (c) 2014 Eric Vergnaud * All rights reserved. * diff --git a/tool/resources/org/antlr/v4/tool/templates/codegen/Swift/Swift.stg b/tool/resources/org/antlr/v4/tool/templates/codegen/Swift/Swift.stg index 7c6100834..47846f36a 100755 --- a/tool/resources/org/antlr/v4/tool/templates/codegen/Swift/Swift.stg +++ b/tool/resources/org/antlr/v4/tool/templates/codegen/Swift/Swift.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * Copyright (c) 2015 Janyou * All rights reserved. * diff --git a/tool/resources/org/antlr/v4/tool/templates/depend.stg b/tool/resources/org/antlr/v4/tool/templates/depend.stg index dad756808..3a1c01a86 100644 --- a/tool/resources/org/antlr/v4/tool/templates/depend.stg +++ b/tool/resources/org/antlr/v4/tool/templates/depend.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg b/tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg index cf071f1e9..5e706c98d 100644 --- a/tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg +++ b/tool/resources/org/antlr/v4/tool/templates/dot/graphs.stg @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/Tool.java b/tool/src/org/antlr/v4/Tool.java index 2b24e39e3..93a59ffc5 100644 --- a/tool/src/org/antlr/v4/Tool.java +++ b/tool/src/org/antlr/v4/Tool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java index 5aea54089..2018e58b6 100644 --- a/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java +++ b/tool/src/org/antlr/v4/analysis/AnalysisPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java index 32c3c1753..c1800830f 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursionDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java index 11a07368e..980fcaf28 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAltInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java index d6a1f55df..a2040e765 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java index c7c592a82..610c5505d 100644 --- a/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java +++ b/tool/src/org/antlr/v4/analysis/LeftRecursiveRuleTransformer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNFactory.java b/tool/src/org/antlr/v4/automata/ATNFactory.java index cccda178e..a7de4ff44 100644 --- a/tool/src/org/antlr/v4/automata/ATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNOptimizer.java b/tool/src/org/antlr/v4/automata/ATNOptimizer.java index deaa23a66..a2eda1fb8 100644 --- a/tool/src/org/antlr/v4/automata/ATNOptimizer.java +++ b/tool/src/org/antlr/v4/automata/ATNOptimizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNPrinter.java b/tool/src/org/antlr/v4/automata/ATNPrinter.java index cfab35891..f3b44a1fe 100644 --- a/tool/src/org/antlr/v4/automata/ATNPrinter.java +++ b/tool/src/org/antlr/v4/automata/ATNPrinter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ATNVisitor.java b/tool/src/org/antlr/v4/automata/ATNVisitor.java index f9909969f..70eb6cbee 100644 --- a/tool/src/org/antlr/v4/automata/ATNVisitor.java +++ b/tool/src/org/antlr/v4/automata/ATNVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/LexerATNFactory.java b/tool/src/org/antlr/v4/automata/LexerATNFactory.java index 3ffbbef71..7d10300c6 100644 --- a/tool/src/org/antlr/v4/automata/LexerATNFactory.java +++ b/tool/src/org/antlr/v4/automata/LexerATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/ParserATNFactory.java b/tool/src/org/antlr/v4/automata/ParserATNFactory.java index ce556b78d..a12899f43 100644 --- a/tool/src/org/antlr/v4/automata/ParserATNFactory.java +++ b/tool/src/org/antlr/v4/automata/ParserATNFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java index ccdcc4bca..b534b43db 100644 --- a/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java +++ b/tool/src/org/antlr/v4/automata/TailEpsilonRemover.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ActionTranslator.java b/tool/src/org/antlr/v4/codegen/ActionTranslator.java index 6af604226..d9d820842 100644 --- a/tool/src/org/antlr/v4/codegen/ActionTranslator.java +++ b/tool/src/org/antlr/v4/codegen/ActionTranslator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java index 8214f836b..148d2d5f6 100644 --- a/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/BlankOutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java index 0883d78ff..eb3e9981e 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGenerator.java b/tool/src/org/antlr/v4/codegen/CodeGenerator.java index bb09c3a16..68115c1eb 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGenerator.java +++ b/tool/src/org/antlr/v4/codegen/CodeGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java index 5ef1787e4..53cf2eaf4 100644 --- a/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java +++ b/tool/src/org/antlr/v4/codegen/CodeGeneratorExtension.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java index 00c865f40..3f8491492 100644 --- a/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/DefaultOutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/LexerFactory.java b/tool/src/org/antlr/v4/codegen/LexerFactory.java index 8d7cde080..b07186150 100644 --- a/tool/src/org/antlr/v4/codegen/LexerFactory.java +++ b/tool/src/org/antlr/v4/codegen/LexerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelController.java b/tool/src/org/antlr/v4/codegen/OutputModelController.java index 73d4713a4..8a38b666a 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelController.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java index 24c48bf76..cab452d3c 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelFactory.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java index f487a0e8e..fc3d80b84 100644 --- a/tool/src/org/antlr/v4/codegen/OutputModelWalker.java +++ b/tool/src/org/antlr/v4/codegen/OutputModelWalker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/ParserFactory.java b/tool/src/org/antlr/v4/codegen/ParserFactory.java index a405ea956..4086886a4 100644 --- a/tool/src/org/antlr/v4/codegen/ParserFactory.java +++ b/tool/src/org/antlr/v4/codegen/ParserFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/SourceGenTriggers.g b/tool/src/org/antlr/v4/codegen/SourceGenTriggers.g index de3154fba..85e3dc4a5 100644 --- a/tool/src/org/antlr/v4/codegen/SourceGenTriggers.g +++ b/tool/src/org/antlr/v4/codegen/SourceGenTriggers.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/codegen/Target.java b/tool/src/org/antlr/v4/codegen/Target.java index a8690c8a6..9a2fc5de3 100644 --- a/tool/src/org/antlr/v4/codegen/Target.java +++ b/tool/src/org/antlr/v4/codegen/Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/Wildcard.java b/tool/src/org/antlr/v4/codegen/Wildcard.java index 71313baa8..6537cc7f1 100644 --- a/tool/src/org/antlr/v4/codegen/Wildcard.java +++ b/tool/src/org/antlr/v4/codegen/Wildcard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Action.java b/tool/src/org/antlr/v4/codegen/model/Action.java index 408f83f87..5e1e0ef3b 100644 --- a/tool/src/org/antlr/v4/codegen/model/Action.java +++ b/tool/src/org/antlr/v4/codegen/model/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java index cacab8ed6..a492ee990 100644 --- a/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java +++ b/tool/src/org/antlr/v4/codegen/model/AddToLabelList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/AltBlock.java b/tool/src/org/antlr/v4/codegen/model/AltBlock.java index 3bc40b330..a632921a5 100644 --- a/tool/src/org/antlr/v4/codegen/model/AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/AltBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ArgAction.java b/tool/src/org/antlr/v4/codegen/model/ArgAction.java index 5af658d91..c52c72c29 100644 --- a/tool/src/org/antlr/v4/codegen/model/ArgAction.java +++ b/tool/src/org/antlr/v4/codegen/model/ArgAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java index 338a53a44..206fcee22 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseListenerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java index 38f76c6ad..9fff357b5 100644 --- a/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/BaseVisitorFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java index 849d87037..de49cdcdc 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java index 9073b3d10..094d941c9 100644 --- a/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java +++ b/tool/src/org/antlr/v4/codegen/model/CaptureNextTokenType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Choice.java b/tool/src/org/antlr/v4/codegen/model/Choice.java index ff086c5d5..9fb8a461c 100644 --- a/tool/src/org/antlr/v4/codegen/model/Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/Choice.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java index 3364cbaf0..12023a794 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java index 1cd00bf2b..ef3e9d657 100644 --- a/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/CodeBlockForOuterMostAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java index 3d27a0dad..f7b329098 100644 --- a/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/DispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java index e3d1e9a34..ab5b86dfe 100644 --- a/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java +++ b/tool/src/org/antlr/v4/codegen/model/ElementFrequenciesVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java index 83fc7ae57..0eb7ddc75 100644 --- a/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java +++ b/tool/src/org/antlr/v4/codegen/model/ExceptionClause.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java index 28ade1e96..bf83499d3 100644 --- a/tool/src/org/antlr/v4/codegen/model/InvokeRule.java +++ b/tool/src/org/antlr/v4/codegen/model/InvokeRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java index c95e76674..343738847 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1AltBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java index ab5a049a4..9ef47d24e 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Choice.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Choice.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java index 3738a3878..839a14d31 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1Loop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java index 1e9402925..80f8d0bb5 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java index 6e1daf3aa..50579ca21 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1OptionalBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java index 26abafaab..227753f6b 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1PlusBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java index f0d0ee927..fb787c1ee 100644 --- a/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/LL1StarBlockSingleAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java index 74644a599..b8d544178 100644 --- a/tool/src/org/antlr/v4/codegen/model/LabeledOp.java +++ b/tool/src/org/antlr/v4/codegen/model/LabeledOp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java index 283f4468b..abe3f7f81 100644 --- a/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/LeftRecursiveRuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Lexer.java b/tool/src/org/antlr/v4/codegen/model/Lexer.java index 9d4f1e93a..2bc103e58 100644 --- a/tool/src/org/antlr/v4/codegen/model/Lexer.java +++ b/tool/src/org/antlr/v4/codegen/model/Lexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/LexerFile.java b/tool/src/org/antlr/v4/codegen/model/LexerFile.java index 1f6161d88..c365d8961 100644 --- a/tool/src/org/antlr/v4/codegen/model/LexerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/LexerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java index a216a1d1d..cc861f07a 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerDispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java index d26913f2d..fcae56641 100644 --- a/tool/src/org/antlr/v4/codegen/model/ListenerFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ListenerFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Loop.java b/tool/src/org/antlr/v4/codegen/model/Loop.java index b75ab9199..695685e5b 100644 --- a/tool/src/org/antlr/v4/codegen/model/Loop.java +++ b/tool/src/org/antlr/v4/codegen/model/Loop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java index 093d3b6d0..4b86f5e9d 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchNotSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchSet.java b/tool/src/org/antlr/v4/codegen/model/MatchSet.java index e976bc6e7..ab1f79807 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchSet.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchSet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/MatchToken.java b/tool/src/org/antlr/v4/codegen/model/MatchToken.java index 87196c300..5399113db 100644 --- a/tool/src/org/antlr/v4/codegen/model/MatchToken.java +++ b/tool/src/org/antlr/v4/codegen/model/MatchToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ModelElement.java b/tool/src/org/antlr/v4/codegen/model/ModelElement.java index 3ccd35360..a0401de57 100644 --- a/tool/src/org/antlr/v4/codegen/model/ModelElement.java +++ b/tool/src/org/antlr/v4/codegen/model/ModelElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java index d079e61ec..50b8fe309 100644 --- a/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/OptionalBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputFile.java b/tool/src/org/antlr/v4/codegen/model/OutputFile.java index c3df690e6..e238dae1b 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputFile.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java index 66d2eca9a..5cfb1ee6b 100644 --- a/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java +++ b/tool/src/org/antlr/v4/codegen/model/OutputModelObject.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Parser.java b/tool/src/org/antlr/v4/codegen/model/Parser.java index c55d5c321..298bcff63 100644 --- a/tool/src/org/antlr/v4/codegen/model/Parser.java +++ b/tool/src/org/antlr/v4/codegen/model/Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ParserFile.java b/tool/src/org/antlr/v4/codegen/model/ParserFile.java index 8d2ee6d31..949f9f44d 100644 --- a/tool/src/org/antlr/v4/codegen/model/ParserFile.java +++ b/tool/src/org/antlr/v4/codegen/model/ParserFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java index 3d9779809..088089cb7 100644 --- a/tool/src/org/antlr/v4/codegen/model/PlusBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/PlusBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Recognizer.java b/tool/src/org/antlr/v4/codegen/model/Recognizer.java index efa0f8987..723dd0846 100644 --- a/tool/src/org/antlr/v4/codegen/model/Recognizer.java +++ b/tool/src/org/antlr/v4/codegen/model/Recognizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java index 8e4e2138d..624ffd429 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleActionFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleElement.java b/tool/src/org/antlr/v4/codegen/model/RuleElement.java index 4d1712e8c..ba0c0c0b7 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleElement.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java index ef178d388..d6e165e2c 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java index e751979a4..aba9d7e4b 100644 --- a/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java +++ b/tool/src/org/antlr/v4/codegen/model/RuleSempredFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SemPred.java b/tool/src/org/antlr/v4/codegen/model/SemPred.java index c044b5dd2..e42649bae 100644 --- a/tool/src/org/antlr/v4/codegen/model/SemPred.java +++ b/tool/src/org/antlr/v4/codegen/model/SemPred.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java index 6e7d7df44..6a1094ee3 100644 --- a/tool/src/org/antlr/v4/codegen/model/SerializedATN.java +++ b/tool/src/org/antlr/v4/codegen/model/SerializedATN.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/SrcOp.java b/tool/src/org/antlr/v4/codegen/model/SrcOp.java index 97799fe87..ff9bd9def 100644 --- a/tool/src/org/antlr/v4/codegen/model/SrcOp.java +++ b/tool/src/org/antlr/v4/codegen/model/SrcOp.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/StarBlock.java b/tool/src/org/antlr/v4/codegen/model/StarBlock.java index 1f9a7cb46..41b49f214 100644 --- a/tool/src/org/antlr/v4/codegen/model/StarBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/StarBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/Sync.java b/tool/src/org/antlr/v4/codegen/model/Sync.java index 5fe8db645..db5287ecd 100644 --- a/tool/src/org/antlr/v4/codegen/model/Sync.java +++ b/tool/src/org/antlr/v4/codegen/model/Sync.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java index 5210fbe99..d4c938141 100644 --- a/tool/src/org/antlr/v4/codegen/model/TestSetInline.java +++ b/tool/src/org/antlr/v4/codegen/model/TestSetInline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java index 3af601f51..efadf44aa 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowEarlyExitException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java index 3dd5a94d4..7bb6bbd46 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowNoViableAlt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java index 1143f4ec7..6653038af 100644 --- a/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java +++ b/tool/src/org/antlr/v4/codegen/model/ThrowRecognitionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java index 017548ea7..90c6e82e7 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorDispatchMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java index b248eaa7e..15cfa5eb2 100644 --- a/tool/src/org/antlr/v4/codegen/model/VisitorFile.java +++ b/tool/src/org/antlr/v4/codegen/model/VisitorFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java index dd6fd1a6b..36775b5a2 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionChunk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java index 36987cdef..861fd8f4b 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java index 7a3db815f..b1c64c2d9 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ActionText.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java index fea57aace..85446927f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ArgRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java index 9be773973..5e5418b88 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LabelRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java index a8a4d4526..07dc911db 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ListLabelRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java index d6a03c2be..6cf25ab91 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/LocalRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java index 93066c1cb..db6763faa 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/NonLocalAttrRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java index faae87720..245e77a3d 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/QRetValueRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java index 4a47e9ebc..07dfe645f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RetValueRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java index 130cc67ec..ded613fb6 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java index 9220f72e8..26301a060 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_ctx.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java index cba27d01f..16646b90f 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java index 1ffa397ff..ef485e50c 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_start.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java index e00777cb8..d649967e2 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_stop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java index 5969271ec..f3d0a08f0 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/RulePropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java index 2975cf618..6c5755cab 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetAttr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java index bb061efe0..c2e792431 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/SetNonLocalAttr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java index 2db162632..029366488 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_ctx.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java index 5296fe3fe..22fc37718 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_parser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java index 87eb2ac3e..c4cafec25 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_start.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java index 0aff6622b..ea51694a4 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_stop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java index 1ee22b57f..696066aed 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/ThisRulePropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java index b31b8b642..82c2f6914 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java index 05d33a3dd..1404bf934 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_channel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java index ab22e608a..bb92a2008 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_index.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java index eb634c61e..b02053fc7 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_int.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java index c5b9081cc..022920481 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_line.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java index 0ec0fc0cf..7badb92f9 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_pos.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java index 8ea5380e5..d049c6ead 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java index 70306718a..a8b422265 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenPropertyRef_type.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java index f3159f4b1..d39115d09 100644 --- a/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java +++ b/tool/src/org/antlr/v4/codegen/model/chunk/TokenRef.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/dbg.java b/tool/src/org/antlr/v4/codegen/model/dbg.java index d13f02efa..0aaeebf71 100644 --- a/tool/src/org/antlr/v4/codegen/model/dbg.java +++ b/tool/src/org/antlr/v4/codegen/model/dbg.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java index abd8a775e..b855b28a4 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AltLabelStructDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java index 7c6592a41..80af232fd 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/AttributeDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java index 2c883cfc3..89e1f206f 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/CodeBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java index f51b6b380..fc4b2623f 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java index b7f90ed6e..b76396533 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java index e4a78aae3..4daf182c2 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java index 00f893ebf..175394fdc 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextRuleListIndexedGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java index 86a74991f..d66318141 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java index 5bd5861c1..7c8e2ffeb 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java index 8da22ce34..bc722c975 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ContextTokenListIndexedGetterDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java index f6922bb1c..2cbcf9cca 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/Decl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/Decl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java index 00aeb2806..f5fa1bba4 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/ElementListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java index 10907b049..a6c7eff36 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java index 6bf39e8f2..8418dbf8b 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/RuleContextListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java index d8e07ab7e..14a764c25 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/StructDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java index febce0465..6545125a7 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java index 633168b01..ecbfac758 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenListDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java index 41c754e23..c13ce6305 100644 --- a/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java +++ b/tool/src/org/antlr/v4/codegen/model/decl/TokenTypeDecl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java index 16e66d65b..88d143824 100644 --- a/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CSharpTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/CppTarget.java b/tool/src/org/antlr/v4/codegen/target/CppTarget.java index d6fa9001a..14ac858a3 100644 --- a/tool/src/org/antlr/v4/codegen/target/CppTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/CppTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/GoTarget.java b/tool/src/org/antlr/v4/codegen/target/GoTarget.java index 705f79e9b..678b532ac 100644 --- a/tool/src/org/antlr/v4/codegen/target/GoTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/GoTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java index f85214b31..455c488f6 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaScriptTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java index e2eb9d2f5..a7cb9003f 100644 --- a/tool/src/org/antlr/v4/codegen/target/JavaTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/JavaTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python2Target.java b/tool/src/org/antlr/v4/codegen/target/Python2Target.java index 64533a625..85cdb9c8a 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python2Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python2Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/Python3Target.java b/tool/src/org/antlr/v4/codegen/target/Python3Target.java index 08c46a45a..e151ea014 100644 --- a/tool/src/org/antlr/v4/codegen/target/Python3Target.java +++ b/tool/src/org/antlr/v4/codegen/target/Python3Target.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java index 2a08e32c4..b4db95490 100644 --- a/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java +++ b/tool/src/org/antlr/v4/codegen/target/SwiftTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java index 7a870dfc5..39ce6bda0 100644 --- a/tool/src/org/antlr/v4/gui/BasicFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/BasicFontMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/GraphicsSupport.java b/tool/src/org/antlr/v4/gui/GraphicsSupport.java index a9805f802..fbee7f417 100644 --- a/tool/src/org/antlr/v4/gui/GraphicsSupport.java +++ b/tool/src/org/antlr/v4/gui/GraphicsSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java index aaefeede2..f30b55540 100644 --- a/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java +++ b/tool/src/org/antlr/v4/gui/JFileChooserConfirmOverwrite.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/PostScriptDocument.java b/tool/src/org/antlr/v4/gui/PostScriptDocument.java index 859f436b8..62e221611 100644 --- a/tool/src/org/antlr/v4/gui/PostScriptDocument.java +++ b/tool/src/org/antlr/v4/gui/PostScriptDocument.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java index 93d71a8c2..f1b4d9107 100644 --- a/tool/src/org/antlr/v4/gui/SystemFontMetrics.java +++ b/tool/src/org/antlr/v4/gui/SystemFontMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TestRig.java b/tool/src/org/antlr/v4/gui/TestRig.java index ac5fe5c19..8fffeba21 100644 --- a/tool/src/org/antlr/v4/gui/TestRig.java +++ b/tool/src/org/antlr/v4/gui/TestRig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java index 0a4f55035..295ab9929 100644 --- a/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java +++ b/tool/src/org/antlr/v4/gui/TreeLayoutAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java index c46cfc9c1..19f351279 100644 --- a/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java +++ b/tool/src/org/antlr/v4/gui/TreePostScriptGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeTextProvider.java b/tool/src/org/antlr/v4/gui/TreeTextProvider.java index 976d97561..ff3983e3b 100644 --- a/tool/src/org/antlr/v4/gui/TreeTextProvider.java +++ b/tool/src/org/antlr/v4/gui/TreeTextProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/TreeViewer.java b/tool/src/org/antlr/v4/gui/TreeViewer.java index a1b2c08d8..21d0f5c3c 100644 --- a/tool/src/org/antlr/v4/gui/TreeViewer.java +++ b/tool/src/org/antlr/v4/gui/TreeViewer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/gui/Trees.java b/tool/src/org/antlr/v4/gui/Trees.java index 7e7b34bfb..eca200a2a 100644 --- a/tool/src/org/antlr/v4/gui/Trees.java +++ b/tool/src/org/antlr/v4/gui/Trees.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/CharSupport.java b/tool/src/org/antlr/v4/misc/CharSupport.java index 77a6b683b..8b5fa02d1 100644 --- a/tool/src/org/antlr/v4/misc/CharSupport.java +++ b/tool/src/org/antlr/v4/misc/CharSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/FrequencySet.java b/tool/src/org/antlr/v4/misc/FrequencySet.java index cfc60f62b..d3d4c73ff 100644 --- a/tool/src/org/antlr/v4/misc/FrequencySet.java +++ b/tool/src/org/antlr/v4/misc/FrequencySet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Graph.java b/tool/src/org/antlr/v4/misc/Graph.java index d68c33125..ec4c1473b 100644 --- a/tool/src/org/antlr/v4/misc/Graph.java +++ b/tool/src/org/antlr/v4/misc/Graph.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/MutableInt.java b/tool/src/org/antlr/v4/misc/MutableInt.java index 0ded65baf..607b8f60a 100644 --- a/tool/src/org/antlr/v4/misc/MutableInt.java +++ b/tool/src/org/antlr/v4/misc/MutableInt.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/OrderedHashMap.java b/tool/src/org/antlr/v4/misc/OrderedHashMap.java index ed867634f..67f9debd0 100644 --- a/tool/src/org/antlr/v4/misc/OrderedHashMap.java +++ b/tool/src/org/antlr/v4/misc/OrderedHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/misc/Utils.java b/tool/src/org/antlr/v4/misc/Utils.java index b153b6b84..d9a24732d 100644 --- a/tool/src/org/antlr/v4/misc/Utils.java +++ b/tool/src/org/antlr/v4/misc/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ANTLRLexer.g b/tool/src/org/antlr/v4/parse/ANTLRLexer.g index 4768d2e7d..7d61c1105 100644 --- a/tool/src/org/antlr/v4/parse/ANTLRLexer.g +++ b/tool/src/org/antlr/v4/parse/ANTLRLexer.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/ANTLRParser.g b/tool/src/org/antlr/v4/parse/ANTLRParser.g index 42946fa8d..3c10460db 100644 --- a/tool/src/org/antlr/v4/parse/ANTLRParser.g +++ b/tool/src/org/antlr/v4/parse/ANTLRParser.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/ATNBuilder.g b/tool/src/org/antlr/v4/parse/ATNBuilder.g index 019f24664..32cdec5cd 100644 --- a/tool/src/org/antlr/v4/parse/ATNBuilder.g +++ b/tool/src/org/antlr/v4/parse/ATNBuilder.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/ActionSplitter.g b/tool/src/org/antlr/v4/parse/ActionSplitter.g index 5feeb955d..e857332e0 100644 --- a/tool/src/org/antlr/v4/parse/ActionSplitter.g +++ b/tool/src/org/antlr/v4/parse/ActionSplitter.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java index b82b92a56..fe364f9ea 100644 --- a/tool/src/org/antlr/v4/parse/ActionSplitterListener.java +++ b/tool/src/org/antlr/v4/parse/ActionSplitterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/BlockSetTransformer.g b/tool/src/org/antlr/v4/parse/BlockSetTransformer.g index 2233b3006..d5806ab70 100644 --- a/tool/src/org/antlr/v4/parse/BlockSetTransformer.g +++ b/tool/src/org/antlr/v4/parse/BlockSetTransformer.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java index 1bb65dc7f..47d6e0aed 100644 --- a/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java +++ b/tool/src/org/antlr/v4/parse/GrammarASTAdaptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarToken.java b/tool/src/org/antlr/v4/parse/GrammarToken.java index 7bc4cefe0..edf75b655 100644 --- a/tool/src/org/antlr/v4/parse/GrammarToken.java +++ b/tool/src/org/antlr/v4/parse/GrammarToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g b/tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g index 9c8b1be43..c407aa490 100644 --- a/tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g +++ b/tool/src/org/antlr/v4/parse/GrammarTreeVisitor.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g b/tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g index 497e8aa85..0d880e384 100644 --- a/tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g +++ b/tool/src/org/antlr/v4/parse/LeftRecursiveRuleWalker.g @@ -1,7 +1,7 @@ /* * [The "BSD license"] - * Copyright (c) 2012 Terence Parr - * Copyright (c) 2012 Sam Harwell + * Copyright (c) 2012-2016 Terence Parr + * Copyright (c) 2012-2016 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java index c98906f83..0564d38f9 100644 --- a/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java +++ b/tool/src/org/antlr/v4/parse/ResyncToEndOfRuleBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ScopeParser.java b/tool/src/org/antlr/v4/parse/ScopeParser.java index f4508db55..25a3f0a00 100644 --- a/tool/src/org/antlr/v4/parse/ScopeParser.java +++ b/tool/src/org/antlr/v4/parse/ScopeParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/TokenVocabParser.java b/tool/src/org/antlr/v4/parse/TokenVocabParser.java index 0aa88f6d2..abfa71c46 100644 --- a/tool/src/org/antlr/v4/parse/TokenVocabParser.java +++ b/tool/src/org/antlr/v4/parse/TokenVocabParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java index c80510d01..613c06cae 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRLexer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java index 8cba02158..bbc496427 100644 --- a/tool/src/org/antlr/v4/parse/ToolANTLRParser.java +++ b/tool/src/org/antlr/v4/parse/ToolANTLRParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java index cd51c6693..8c5c7b5e0 100644 --- a/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java +++ b/tool/src/org/antlr/v4/parse/v3TreeGrammarException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/parse/v4ParserException.java b/tool/src/org/antlr/v4/parse/v4ParserException.java index ecfd388da..cdcbe306a 100644 --- a/tool/src/org/antlr/v4/parse/v4ParserException.java +++ b/tool/src/org/antlr/v4/parse/v4ParserException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/ActionSniffer.java b/tool/src/org/antlr/v4/semantics/ActionSniffer.java index 41db5b94e..ce2523390 100644 --- a/tool/src/org/antlr/v4/semantics/ActionSniffer.java +++ b/tool/src/org/antlr/v4/semantics/ActionSniffer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/AttributeChecks.java b/tool/src/org/antlr/v4/semantics/AttributeChecks.java index 3e1f181d3..5e35e8c5e 100644 --- a/tool/src/org/antlr/v4/semantics/AttributeChecks.java +++ b/tool/src/org/antlr/v4/semantics/AttributeChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java index d3c8a1263..5d47d932a 100644 --- a/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java +++ b/tool/src/org/antlr/v4/semantics/BasicSemanticChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java index d799c26b7..b0c05e770 100644 --- a/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java +++ b/tool/src/org/antlr/v4/semantics/BlankActionSplitterListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/RuleCollector.java b/tool/src/org/antlr/v4/semantics/RuleCollector.java index 38deef846..94b68d2f8 100644 --- a/tool/src/org/antlr/v4/semantics/RuleCollector.java +++ b/tool/src/org/antlr/v4/semantics/RuleCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java index 9b26c06c3..6f95558d2 100644 --- a/tool/src/org/antlr/v4/semantics/SemanticPipeline.java +++ b/tool/src/org/antlr/v4/semantics/SemanticPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolChecks.java b/tool/src/org/antlr/v4/semantics/SymbolChecks.java index fd93cc8e3..492750d2c 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolChecks.java +++ b/tool/src/org/antlr/v4/semantics/SymbolChecks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/SymbolCollector.java b/tool/src/org/antlr/v4/semantics/SymbolCollector.java index 6b34183cc..2bcf9ca30 100644 --- a/tool/src/org/antlr/v4/semantics/SymbolCollector.java +++ b/tool/src/org/antlr/v4/semantics/SymbolCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java index 031a201fa..9c6f444d1 100644 --- a/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java +++ b/tool/src/org/antlr/v4/semantics/UseDefAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRMessage.java b/tool/src/org/antlr/v4/tool/ANTLRMessage.java index 32282816b..0ed03d6d8 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRMessage.java +++ b/tool/src/org/antlr/v4/tool/ANTLRMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java index 6837d8c88..5662b3487 100644 --- a/tool/src/org/antlr/v4/tool/ANTLRToolListener.java +++ b/tool/src/org/antlr/v4/tool/ANTLRToolListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Alternative.java b/tool/src/org/antlr/v4/tool/Alternative.java index a3a11d875..f47543ce3 100644 --- a/tool/src/org/antlr/v4/tool/Alternative.java +++ b/tool/src/org/antlr/v4/tool/Alternative.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Attribute.java b/tool/src/org/antlr/v4/tool/Attribute.java index 7e4db5624..94baaa640 100644 --- a/tool/src/org/antlr/v4/tool/Attribute.java +++ b/tool/src/org/antlr/v4/tool/Attribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeDict.java b/tool/src/org/antlr/v4/tool/AttributeDict.java index b4303be68..6513f9bea 100644 --- a/tool/src/org/antlr/v4/tool/AttributeDict.java +++ b/tool/src/org/antlr/v4/tool/AttributeDict.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/AttributeResolver.java b/tool/src/org/antlr/v4/tool/AttributeResolver.java index b17786a3b..e581f239a 100644 --- a/tool/src/org/antlr/v4/tool/AttributeResolver.java +++ b/tool/src/org/antlr/v4/tool/AttributeResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java index e139c3577..be48bfa3b 100644 --- a/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java +++ b/tool/src/org/antlr/v4/tool/BuildDependencyGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DOTGenerator.java b/tool/src/org/antlr/v4/tool/DOTGenerator.java index c4746f8a6..6f7aaeab6 100644 --- a/tool/src/org/antlr/v4/tool/DOTGenerator.java +++ b/tool/src/org/antlr/v4/tool/DOTGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/DefaultToolListener.java b/tool/src/org/antlr/v4/tool/DefaultToolListener.java index c4735f36d..0f64cd051 100644 --- a/tool/src/org/antlr/v4/tool/DefaultToolListener.java +++ b/tool/src/org/antlr/v4/tool/DefaultToolListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorManager.java b/tool/src/org/antlr/v4/tool/ErrorManager.java index ed6502ad2..34f0d504d 100644 --- a/tool/src/org/antlr/v4/tool/ErrorManager.java +++ b/tool/src/org/antlr/v4/tool/ErrorManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorSeverity.java b/tool/src/org/antlr/v4/tool/ErrorSeverity.java index a3252438b..1c527b1aa 100644 --- a/tool/src/org/antlr/v4/tool/ErrorSeverity.java +++ b/tool/src/org/antlr/v4/tool/ErrorSeverity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index 018ab82fb..7352033c4 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Grammar.java b/tool/src/org/antlr/v4/tool/Grammar.java index f57c0b668..d104f1646 100644 --- a/tool/src/org/antlr/v4/tool/Grammar.java +++ b/tool/src/org/antlr/v4/tool/Grammar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java index b5d690e7b..78d1731ea 100644 --- a/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java +++ b/tool/src/org/antlr/v4/tool/GrammarInterpreterRuleContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java index 543e33941..b8cbb7737 100644 --- a/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java +++ b/tool/src/org/antlr/v4/tool/GrammarParserInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java index da450e185..3be7c7287 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSemanticsMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java index 5c76b954f..6de8861f2 100644 --- a/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java +++ b/tool/src/org/antlr/v4/tool/GrammarSyntaxMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java index 322d966eb..fa27e7f0b 100644 --- a/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java +++ b/tool/src/org/antlr/v4/tool/GrammarTransformPipeline.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelElementPair.java b/tool/src/org/antlr/v4/tool/LabelElementPair.java index 5f15ad30d..aa2b29217 100644 --- a/tool/src/org/antlr/v4/tool/LabelElementPair.java +++ b/tool/src/org/antlr/v4/tool/LabelElementPair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LabelType.java b/tool/src/org/antlr/v4/tool/LabelType.java index 4dd2773a6..f8dd8a963 100644 --- a/tool/src/org/antlr/v4/tool/LabelType.java +++ b/tool/src/org/antlr/v4/tool/LabelType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java index 79cd188fc..ca1fbc3d0 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursionCyclesMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java index 43d42254f..fb07c5b2a 100644 --- a/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java +++ b/tool/src/org/antlr/v4/tool/LeftRecursiveRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/LexerGrammar.java b/tool/src/org/antlr/v4/tool/LexerGrammar.java index b86917457..5c89ab81a 100644 --- a/tool/src/org/antlr/v4/tool/LexerGrammar.java +++ b/tool/src/org/antlr/v4/tool/LexerGrammar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/Rule.java b/tool/src/org/antlr/v4/tool/Rule.java index f7f499fdb..986ea7f4c 100644 --- a/tool/src/org/antlr/v4/tool/Rule.java +++ b/tool/src/org/antlr/v4/tool/Rule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ToolMessage.java b/tool/src/org/antlr/v4/tool/ToolMessage.java index 76e9ed224..b3404665d 100644 --- a/tool/src/org/antlr/v4/tool/ToolMessage.java +++ b/tool/src/org/antlr/v4/tool/ToolMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/ActionAST.java b/tool/src/org/antlr/v4/tool/ast/ActionAST.java index 3d33e3487..9ac97da38 100644 --- a/tool/src/org/antlr/v4/tool/ast/ActionAST.java +++ b/tool/src/org/antlr/v4/tool/ast/ActionAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/AltAST.java b/tool/src/org/antlr/v4/tool/ast/AltAST.java index 775462048..38f5a6b63 100644 --- a/tool/src/org/antlr/v4/tool/ast/AltAST.java +++ b/tool/src/org/antlr/v4/tool/ast/AltAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/BlockAST.java b/tool/src/org/antlr/v4/tool/ast/BlockAST.java index 46b07245a..9ddf34932 100644 --- a/tool/src/org/antlr/v4/tool/ast/BlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/BlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java index 2e6ead5a5..cb59b8337 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java index 9e243e713..472dcf53b 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTErrorNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java index b08e9ec67..be92f8509 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java index 41914060b..6ec0a81f7 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarASTWithOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java index a2313b703..95f512863 100644 --- a/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java +++ b/tool/src/org/antlr/v4/tool/ast/GrammarRootAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/NotAST.java b/tool/src/org/antlr/v4/tool/ast/NotAST.java index e9c1d356f..ecd1d5a60 100644 --- a/tool/src/org/antlr/v4/tool/ast/NotAST.java +++ b/tool/src/org/antlr/v4/tool/ast/NotAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java index e4c66245d..3a05d89c1 100644 --- a/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/OptionalBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java index daf4d10c2..ad0ae2652 100644 --- a/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PlusBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/PredAST.java b/tool/src/org/antlr/v4/tool/ast/PredAST.java index c1ad21f53..80699165b 100644 --- a/tool/src/org/antlr/v4/tool/ast/PredAST.java +++ b/tool/src/org/antlr/v4/tool/ast/PredAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java index d59037999..acfa94285 100644 --- a/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java +++ b/tool/src/org/antlr/v4/tool/ast/QuantifierAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RangeAST.java b/tool/src/org/antlr/v4/tool/ast/RangeAST.java index e9b4ac1b5..e285ca6dd 100644 --- a/tool/src/org/antlr/v4/tool/ast/RangeAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RangeAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleAST.java b/tool/src/org/antlr/v4/tool/ast/RuleAST.java index 3b11d5240..3600971e5 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java index 11efb0af1..e355604d7 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleElementAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java index 155e11020..be07e58a3 100644 --- a/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java +++ b/tool/src/org/antlr/v4/tool/ast/RuleRefAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/SetAST.java b/tool/src/org/antlr/v4/tool/ast/SetAST.java index 5cdb05760..53c4c368b 100644 --- a/tool/src/org/antlr/v4/tool/ast/SetAST.java +++ b/tool/src/org/antlr/v4/tool/ast/SetAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java index e2edb9f18..20b87938a 100644 --- a/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java +++ b/tool/src/org/antlr/v4/tool/ast/StarBlockAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ diff --git a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java index 6a9eee8d9..fcac32d0b 100644 --- a/tool/src/org/antlr/v4/tool/ast/TerminalAST.java +++ b/tool/src/org/antlr/v4/tool/ast/TerminalAST.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The ANTLR Project Authors. All rights reserved. + * Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */