From 1b1a9862c4da857737c8a06e3fd3f6ceb6b9534c Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 4 Dec 2016 11:42:22 -0800 Subject: [PATCH] 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. */