feat: declare copyright ownership

This commit is contained in:
hayden
2023-09-27 17:28:41 +08:00
committed by Hayden
parent 623a004cd1
commit b8c47d0ac9
10 changed files with 70 additions and 12 deletions

View File

@ -18,6 +18,11 @@
* limitations under the License.
*/
/**
* This file is an adaptation of antlr's grammars-v4/sql/plsql/PlSqlLexer.g4 grammar.
* Reference: https://github.com/antlr/grammars-v4/blob/master/sql/plsql/PlSqlLexer.g4
*/
lexer grammar PlSqlLexer;
options {

View File

@ -18,6 +18,11 @@
* limitations under the License.
*/
/**
* This file is an adaptation of antlr's grammars-v4/sql/plsql/PlSqlParser.g4 grammar.
* Reference: https://github.com/antlr/grammars-v4/blob/master/sql/plsql/PlSqlParser.g4
*/
parser grammar PlSqlParser;
options {