Skip to content

Commit e292fe8

Browse files
committed
Add custom copyright for 'pyfpe.h'.
1 parent 7e3b7f7 commit e292fe8

File tree

4 files changed

+82
-6
lines changed

4 files changed

+82
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
#ifndef Py_PYFPE_H
2-
#define Py_PYFPE_H
3-
#ifdef __cplusplus
4-
extern "C" {
5-
#endif
61
/*
72
---------------------------------------------------------------------
8-
/ Copyright (c) 1996. \
3+
/ Copyright (c) 1996, 2018. \
94
| The Regents of the University of California. |
105
| All rights reserved. |
116
| |
@@ -41,6 +36,11 @@ extern "C" {
4136
---------------------------------------------------------------------
4237
*/
4338

39+
#ifndef Py_PYFPE_H
40+
#define Py_PYFPE_H
41+
#ifdef __cplusplus
42+
extern "C" {
43+
#endif
4444
/*
4545
* Define macros for handling SIGFPE.
4646
* Lee Busby, LLNL, November, 1996

mx.graalpython/copyrights/overrides

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ graalpython/com.oracle.graal.python.cext/include/code.h,python.copyright
123123
graalpython/com.oracle.graal.python.cext/include/pydebug.h,python.copyright
124124
graalpython/com.oracle.graal.python.cext/include/pylifecycle.h,python.copyright
125125
graalpython/com.oracle.graal.python.cext/include/memoryobject.h,python.copyright
126+
graalpython/com.oracle.graal.python.cext/include/pyfpe.h,pyfpe.copyright
126127
graalpython/com.oracle.graal.python.cext/modules/_struct.c,python.copyright
127128
graalpython/com.oracle.graal.python.cext/modules/clinic/_struct.c.h,python.copyright
128129
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonEnvVars.java,zippy.copyright
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
/*
2+
---------------------------------------------------------------------
3+
/ Copyright (c) 1996, 2018. \
4+
| The Regents of the University of California. |
5+
| All rights reserved. |
6+
| |
7+
| Permission to use, copy, modify, and distribute this software for |
8+
| any purpose without fee is hereby granted, provided that this en- |
9+
| tire notice is included in all copies of any software which is or |
10+
| includes a copy or modification of this software and in all |
11+
| copies of the supporting documentation for such software. |
12+
| |
13+
| This work was produced at the University of California, Lawrence |
14+
| Livermore National Laboratory under contract no. W-7405-ENG-48 |
15+
| between the U.S. Department of Energy and The Regents of the |
16+
| University of California for the operation of UC LLNL. |
17+
| |
18+
| DISCLAIMER |
19+
| |
20+
| This software was prepared as an account of work sponsored by an |
21+
| agency of the United States Government. Neither the United States |
22+
| Government nor the University of California nor any of their em- |
23+
| ployees, makes any warranty, express or implied, or assumes any |
24+
| liability or responsibility for the accuracy, completeness, or |
25+
| usefulness of any information, apparatus, product, or process |
26+
| disclosed, or represents that its use would not infringe |
27+
| privately-owned rights. Reference herein to any specific commer- |
28+
| cial products, process, or service by trade name, trademark, |
29+
| manufacturer, or otherwise, does not necessarily constitute or |
30+
| imply its endorsement, recommendation, or favoring by the United |
31+
| States Government or the University of California. The views and |
32+
| opinions of authors expressed herein do not necessarily state or |
33+
| reflect those of the United States Government or the University |
34+
| of California, and shall not be used for advertising or product |
35+
\ endorsement purposes. /
36+
---------------------------------------------------------------------
37+
*/
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/\*
2+
---------------------------------------------------------------------
3+
/ Copyright \(c\) 1996, (20[0-9][0-9])\. \\
4+
\| The Regents of the University of California. \|
5+
\| All rights reserved. \|
6+
\| \|
7+
\| Permission to use, copy, modify, and distribute this software for \|
8+
\| any purpose without fee is hereby granted, provided that this en- \|
9+
\| tire notice is included in all copies of any software which is or \|
10+
\| includes a copy or modification of this software and in all \|
11+
\| copies of the supporting documentation for such software. \|
12+
\| \|
13+
\| This work was produced at the University of California, Lawrence \|
14+
\| Livermore National Laboratory under contract no. W-7405-ENG-48 \|
15+
\| between the U.S. Department of Energy and The Regents of the \|
16+
\| University of California for the operation of UC LLNL. \|
17+
\| \|
18+
\| DISCLAIMER \|
19+
\| \|
20+
\| This software was prepared as an account of work sponsored by an \|
21+
\| agency of the United States Government. Neither the United States \|
22+
\| Government nor the University of California nor any of their em- \|
23+
\| ployees, makes any warranty, express or implied, or assumes any \|
24+
\| liability or responsibility for the accuracy, completeness, or \|
25+
\| usefulness of any information, apparatus, product, or process \|
26+
\| disclosed, or represents that its use would not infringe \|
27+
\| privately-owned rights. Reference herein to any specific commer- \|
28+
\| cial products, process, or service by trade name, trademark, \|
29+
\| manufacturer, or otherwise, does not necessarily constitute or \|
30+
\| imply its endorsement, recommendation, or favoring by the United \|
31+
\| States Government or the University of California. The views and \|
32+
\| opinions of authors expressed herein do not necessarily state or \|
33+
\| reflect those of the United States Government or the University \|
34+
\| of California, and shall not be used for advertising or product \|
35+
\\ endorsement purposes. /
36+
---------------------------------------------------------------------
37+
\*/
38+
.*

0 commit comments

Comments
 (0)