Skip to content

Commit ba31c43

Browse files
committed
fix style
1 parent 648ca6a commit ba31c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/exception/PythonErrorType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2019, Oracle and/or its affiliates.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates.
33
* Copyright (c) 2013, Regents of the University of California
44
*
55
* All rights reserved.

mx.graalpython/copyrights/overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ graalpython/com.oracle.graal.python.cext/modules/_cpython_sre.c,python.copyright
128128
graalpython/com.oracle.graal.python.cext/modules/_cpython_unicodedata.c,python.copyright
129129
graalpython/com.oracle.graal.python.cext/modules/_memoryview.c,python.copyright
130130
graalpython/com.oracle.graal.python.cext/modules/_mmap.c,python.copyright
131-
graalpython/com.oracle.graal.python.cext/modules/_struct.c,python.copyright
131+
graalpython/com.oracle.graal.python.cext/modules/_cpython_struct.c,python.copyright
132132
graalpython/com.oracle.graal.python.cext/modules/clinic/_bz2module.c.h,python.copyright
133133
graalpython/com.oracle.graal.python.cext/modules/clinic/_sre.c.h,python.copyright
134134
graalpython/com.oracle.graal.python.cext/modules/clinic/_struct.c.h,python.copyright

0 commit comments

Comments
 (0)