Skip to content

Commit 0d01bfe

Browse files
committed
Fix some license comments
1 parent bb69472 commit 0d01bfe

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

src/pynescript/ast/grammar/antlr4/resource/PinescriptLexer.g4

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1010
// specific language governing permissions and limitations under the License.
1111
//
12-
// SPDX-License-Identifier: LGPL-3.0
12+
// SPDX-License-Identifier: LGPL-3.0-or-later
1313

1414
lexer grammar PinescriptLexer;
1515

src/pynescript/ast/grammar/antlr4/resource/PinescriptParser.g4

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1010
// specific language governing permissions and limitations under the License.
1111
//
12-
// SPDX-License-Identifier: LGPL-3.0
12+
// SPDX-License-Identifier: LGPL-3.0-or-later
1313

1414
parser grammar PinescriptParser;
1515

src/pynescript/ast/grammar/asdl/resource/Pinescript.asdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-- See the License for the specific language governing permissions and
1313
-- limitations under the License.
1414
--
15-
-- SPDX-License-Identifier: LGPL-3.0
15+
-- SPDX-License-Identifier: LGPL-3.0-or-later
1616

1717
module Pinescript
1818
{
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2024 Yunseong Hwang
2+
#
3+
# Licensed under the GNU Lesser General Public License Version 3.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.gnu.org/licenses/lgpl-3.0.en.html
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# SPDX-License-Identifier: LGPL-3.0-or-later

0 commit comments

Comments
 (0)