Skip to content

Commit 198f704

Browse files
committed
Update license of 'memoryobject.h'.
1 parent ffd2260 commit 198f704

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

graalpython/com.oracle.graal.python.cext/include/memoryobject.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* Copyright (c) 2018, Oracle and/or its affiliates.
2+
* Copyright (C) 1996-2017 Python Software Foundation
3+
*
4+
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
*/
6+
17
/* Memory view object. In Python this is available as "memoryview". */
28

39
#ifndef Py_MEMORYOBJECT_H

mx.graalpython/copyrights/overrides

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ graalpython/com.oracle.graal.python.cext/include/warnings.h,python.copyright
121121
graalpython/com.oracle.graal.python.cext/include/code.h,python.copyright
122122
graalpython/com.oracle.graal.python.cext/include/pydebug.h,python.copyright
123123
graalpython/com.oracle.graal.python.cext/include/pylifecycle.h,python.copyright
124+
graalpython/com.oracle.graal.python.cext/include/memoryobject.h,python.copyright
124125
graalpython/com.oracle.graal.python.cext/modules/_struct.c,python.copyright
125126
graalpython/com.oracle.graal.python.cext/modules/clinic/_struct.c.h,python.copyright
126127
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonEnvVars.java,zippy.copyright

0 commit comments

Comments
 (0)