Skip to content

Commit a976f3e

Browse files
committed
copyright updated
1 parent b8a1239 commit a976f3e

File tree

125 files changed

+125
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+125
-126
lines changed

support/messages/GrammarBundle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2011-2013 Gregory Shrago
2+
# Copyright 2011-2016 Gregory Shrago
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfBraceMatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfCommenter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfCompletionContributor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfDescriptionProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfDocumentationProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfFileType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfFileTypeFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfFindUsagesProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfFoldingBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfIcons.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfLanguage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfParserDefinition.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,7 +29,6 @@
2929
import com.intellij.psi.tree.TokenSet;
3030
import org.intellij.grammar.parser.BnfLexer;
3131
import org.intellij.grammar.parser.GrammarParser;
32-
import org.intellij.grammar.psi.BnfTokenType;
3332
import org.intellij.grammar.psi.BnfTypes;
3433
import org.intellij.grammar.psi.impl.BnfFileImpl;
3534
import org.jetbrains.annotations.NotNull;

support/org/intellij/grammar/BnfStructureViewFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/BnfUnusedRulePassFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/GrammarMessages.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/KnownAttribute.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/LightPsi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/BnfGenerateLexerAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/BnfGenerateParserUtilAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/BnfRunJFlexAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/FileGeneratorUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/GenerateAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/HighlightGrammarAtCaretAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/actions/LivePreviewAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/analysis/BnfFirstNextAnalyzer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/debugger/BnfPositionManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/debugger/BnfPositionManagerFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/diagram/BnfDiagramProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfAnnotator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfColorSettingsPage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfExpressionMarkerAnnotator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfPinMarkerAnnotator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfQuoteHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfRecursionLineMarkerProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfRuleLineMarkerProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfSpellCheckingStrategy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfSyntaxHighlighter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfSyntaxHighlighterFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/editor/BnfWordSelectioner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/BnfConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/Case.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2015 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/ExpressionGeneratorHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/ExpressionHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/FakeBnfExpression.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/FakeElementType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/GenOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2015 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/Names.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/ParserGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/ParserGeneratorUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/RuleGraphHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/generator/RuleMethodsHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/inspection/BnfDuplicateRuleInspection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/inspection/BnfIdenticalChoiceBranchesInspection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

support/org/intellij/grammar/inspection/BnfLeftRecursionInspection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2014 Gregory Shrago
2+
* Copyright 2011-2016 Gregory Shrago
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)