[simple language plugin] add missing copyrights

This commit is contained in:
Yann Cébron 2020-05-08 12:27:27 +02:00
parent ab9ba3a221
commit 68aae7d36e
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* The following code was generated by JFlex 1.7.0 tweaked for IntelliJ platform */
// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.intellij.sdk.language;
import com.intellij.lexer.FlexLexer;

View File

@ -1,3 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
{
parserClass="org.intellij.sdk.language.parser.SimpleParser"

View File

@ -1,3 +1,4 @@
// Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.intellij.sdk.language;
import com.intellij.lexer.FlexLexer;