Skip to content

Commit 243265b

Browse files
committed
Add license to Tokens and Python.asdl
1 parent afadec5 commit 243265b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

graalpython/com.oracle.graal.python.pegparser.generator/input_files/Python.asdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-- Copyright (c) 2021, 2022, Oracle and/or its affiliates.
2+
-- Copyright (C) 1996-2021 Python Software Foundation
3+
--
4+
-- Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
16
-- ASDL's 4 builtin types are:
27
-- identifier, int, string, constant
38

graalpython/com.oracle.graal.python.pegparser.generator/input_files/Tokens

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2021, 2022, Oracle and/or its affiliates.
2+
# Copyright (C) 1996-2021 Python Software Foundation
3+
#
4+
# Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
16
ENDMARKER
27
NAME
38
NUMBER

0 commit comments

Comments
 (0)