Skip to content

Commit 53cf72d

Browse files
committed
transform grammar and R file license
1 parent 52664d8 commit 53cf72d

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

graalpython/benchmarks/src/benchmarks/interop/r_python_image_demo.r

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Copyright (c) 2018, Oracle and/or its affiliates.
1+
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
23
#
34
# The Universal Permissive License (UPL), Version 1.0
45
#
56
# Subject to the condition set forth below, permission is hereby granted to any
6-
# person obtaining a copy of this software, associated documentation and/or data
7-
# (collectively the "Software"), free of charge and under any and all copyright
8-
# rights in the Software, and any and all patent rights owned or freely
9-
# licensable by each licensor hereunder covering either (i) the unmodified
10-
# Software as contributed to or provided by such licensor, or (ii) the Larger
11-
# Works (as defined below), to deal in both
7+
# person obtaining a copy of this software, associated documentation and/or
8+
# data (collectively the "Software"), free of charge and under any and all
9+
# copyright rights in the Software, and any and all patent rights owned or
10+
# freely licensable by each licensor hereunder covering either (i) the
11+
# unmodified Software as contributed to or provided by such licensor, or (ii)
12+
# the Larger Works (as defined below), to deal in both
1213
#
1314
# (a) the Software, and
15+
#
1416
# (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15-
# one is included with the Software (each a "Larger Work" to which the
16-
# Software is contributed by such licensors),
17+
# one is included with the Software each a "Larger Work" to which the Software
18+
# is contributed by such licensors),
1719
#
1820
# without restriction, including without limitation the rights to copy, create
1921
# derivative works of, display, perform, and distribute the Software and make,

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/antlr/Python3.g4

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* The MIT License (MIT)
3-
*
4-
* Copyright (c) 2017 Oracle and/or its affiliates
2+
* Copyright (c) 2017-2018, Oracle and/or its affiliates.
53
* Copyright (c) 2014 by Bart Kiers
64
*
5+
* The MIT License (MIT)
6+
*
77
* Permission is hereby granted, free of charge, to any person
88
* obtaining a copy of this software and associated documentation
99
* files (the "Software"), to deal in the Software without
@@ -24,7 +24,8 @@
2424
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2525
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2626
* OTHER DEALINGS IN THE SOFTWARE.
27-
*
27+
*/
28+
/*
2829
* Project : python3-parser; an ANTLR4 grammar for Python 3
2930
* https://github.com/bkiers/python3-parser
3031
* Developed by : Bart Kiers, [email protected]
@@ -1174,4 +1175,4 @@ fragment ID_CONTINUE
11741175
| [\uFE4D-\uFE4F]
11751176
| [\uFF10-\uFF19]
11761177
| '\uFF3F'
1177-
;
1178+
;

0 commit comments

Comments
 (0)