Skip to content

Commit 5e3ff3c

Browse files
author
Franziska Geiger
committed
Copyright fixes
1 parent b21bc23 commit 5e3ff3c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2019, 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+
*/
16
/* System module interface */
27

38
#ifndef Py_SYSMODULE_H

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2019, 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+
*/
16
/* Weak references objects for Python. */
27

38
#ifndef Py_WEAKREFOBJECT_H

mx.graalpython/copyrights/overrides

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,15 @@ graalpython/com.oracle.graal.python.cext/include/setobject.h,python.copyright
9797
graalpython/com.oracle.graal.python.cext/include/sliceobject.h,python.copyright
9898
graalpython/com.oracle.graal.python.cext/include/structmember.h,python.copyright
9999
graalpython/com.oracle.graal.python.cext/include/structseq.h,python.copyright
100+
graalpython/com.oracle.graal.python.cext/include/sysmodule.h,python.copyright
100101
graalpython/com.oracle.graal.python.cext/include/traceback.h,python.copyright
101102
graalpython/com.oracle.graal.python.cext/include/truffle.h,no.copyright
102103
graalpython/com.oracle.graal.python.cext/include/tupleobject.h,python.copyright
103104
graalpython/com.oracle.graal.python.cext/include/typeslots.h,python.copyright
104105
graalpython/com.oracle.graal.python.cext/include/ucnhash.h,python.copyright
105106
graalpython/com.oracle.graal.python.cext/include/unicodeobject.h,python.copyright
106107
graalpython/com.oracle.graal.python.cext/include/warnings.h,python.copyright
108+
graalpython/com.oracle.graal.python.cext/include/weakrefobject.h,python.copyright
107109
graalpython/com.oracle.graal.python.cext/modules/clinic/_bz2module.c.h,python.copyright
108110
graalpython/com.oracle.graal.python.cext/modules/clinic/_sre.c.h,python.copyright
109111
graalpython/com.oracle.graal.python.cext/modules/clinic/_struct.c.h,python.copyright

0 commit comments

Comments
 (0)