Skip to content

Commit ec5be2f

Browse files
committed
Fix style.
1 parent 72790ef commit ec5be2f

File tree

4 files changed

+23
-21
lines changed

4 files changed

+23
-21
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_cpython_sre.py

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.test/src/tests/test_range.py

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.test/src/tests/test_with.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ def test_with_restore_raise():
170170
, "with body"
171171
, "type: <class 'TypeError'>"
172172
, "value: "
173-
, "except exit"], "was: %s" % log
173+
, "except exit"], "was: %s" % log

mx.graalpython/copyrights/overrides

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ graalpython/com.oracle.graal.python.cext/include/tupleobject.h,python.copyright
132132
graalpython/com.oracle.graal.python.cext/include/unicodeobject.h,python.copyright
133133
graalpython/com.oracle.graal.python.cext/include/warnings.h,python.copyright
134134
graalpython/com.oracle.graal.python.cext/modules/clinic/_sre.c.h,python.copyright
135-
graalpython/com.oracle.graal.python.cext/modules/clinic/_struct.c.h,python.copyright
136135
graalpython/com.oracle.graal.python.cext/modules/_cpython_sre.c,python.copyright
137136
graalpython/com.oracle.graal.python.cext/modules/_memoryview.c,python.copyright
138137
graalpython/com.oracle.graal.python.cext/modules/sre_constants.h,python.copyright
@@ -508,7 +507,6 @@ graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/JavaType
508507
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java,zippy.copyright
509508
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonCore.java,zippy.copyright
510509
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonOptions.java,zippy.copyright
511-
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonParseResult.java,zippy.copyright
512510
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonParser.java,zippy.copyright
513511
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/exception/BreakException.java,zippy.copyright
514512
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/exception/ContinueException.java,zippy.copyright

0 commit comments

Comments
 (0)