Skip to content

Commit 21bcbba

Browse files
committed
Fix copyrights.
1 parent 1a8b353 commit 21bcbba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/PySequenceArrayWrapperMR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

mx.graalpython/copyrights/overrides

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ graalpython/com.oracle.graal.python.cext/modules/_bz2.c,python.copyright
110110
graalpython/com.oracle.graal.python.cext/modules/_cpython_sre.c,python.copyright
111111
graalpython/com.oracle.graal.python.cext/modules/_cpython_unicodedata.c,python.copyright
112112
graalpython/com.oracle.graal.python.cext/modules/_memoryview.c,python.copyright
113+
graalpython/com.oracle.graal.python.cext/modules/_mmap.c,python.copyright
113114
graalpython/com.oracle.graal.python.cext/modules/_struct.c,python.copyright
114115
graalpython/com.oracle.graal.python.cext/modules/sre_constants.h,python.copyright
115116
graalpython/com.oracle.graal.python.cext/modules/sre.h,python.copyright

mx.graalpython/mx_graalpython_bench_param.py

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

0 commit comments

Comments
 (0)