Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34d99b8

Browse files
committed
DOC: Update copyright, remove requires [f2py]
1 parent 14ca2cb commit 34d99b8

File tree

11 files changed

+21
-23
lines changed

11 files changed

+21
-23
lines changed

numpy/f2py/auxfuncs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
Auxiliary functions for f2py2e.
55
6-
Copyright 1999,2000 Pearu Peterson all rights reserved,
7-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
88
Permission to use, modify, and distribute this software is given under the
99
terms of the NumPy (BSD style) LICENSE.
1010

numpy/f2py/capi_maps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python3
22
"""
33
4-
Copyright 1999,2000 Pearu Peterson all rights reserved,
5-
Pearu Peterson <[email protected]>
4+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
5+
Copyright 2011 - 2023 NumPy Developers.
66
Permission to use, modify, and distribute this software is given under the
77
terms of the NumPy License.
88

numpy/f2py/cb_rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
Build call-back mechanism for f2py2e.
55
6-
Copyright 2000 Pearu Peterson all rights reserved,
7-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
88
Permission to use, modify, and distribute this software is given under the
99
terms of the NumPy License.
1010

numpy/f2py/cfuncs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
C declarations, CPP macros, and C functions for f2py2e.
55
Only required declarations/macros/functions will be used.
66
7-
Copyright 1999,2000 Pearu Peterson all rights reserved,
8-
Pearu Peterson <[email protected]>
7+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
8+
Copyright 2011 - 2023 NumPy Developers.
99
Permission to use, modify, and distribute this software is given under the
1010
terms of the NumPy License.
1111

numpy/f2py/common_rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
Build common block mechanism for f2py2e.
55
6-
Copyright 2000 Pearu Peterson all rights reserved,
7-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
88
Permission to use, modify, and distribute this software is given under the
99
terms of the NumPy License
1010

numpy/f2py/crackfortran.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"""
33
crackfortran --- read fortran (77,90) code and extract declaration information.
44
5-
Copyright 1999-2004 Pearu Peterson all rights reserved,
6-
Pearu Peterson <[email protected]>
5+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
6+
Copyright 2011 - 2023 NumPy Developers.
77
Permission to use, modify, and distribute this software is given under the
88
terms of the NumPy License.
99

numpy/f2py/f2py2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@
184184
185185
Version: {f2py_version}
186186
numpy Version: {numpy_version}
187-
Requires: Python 3.5 or higher.
188187
License: NumPy license (see LICENSE.txt in the NumPy source code)
189188
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
189+
Copyright 2011 - 2023 NumPy Developers.
190190
https://web.archive.org/web/20140822061353/http://cens.ioc.ee/projects/f2py2e"""
191191

192192

numpy/f2py/f90mod_rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
Build F90 module support for f2py2e.
55
6-
Copyright 2000 Pearu Peterson all rights reserved,
7-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
88
Permission to use, modify, and distribute this software is given under the
99
terms of the NumPy License.
1010

numpy/f2py/func2subr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
Rules for building C/API module with f2py2e.
55
6-
Copyright 1999,2000 Pearu Peterson all rights reserved,
7-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
88
Permission to use, modify, and distribute this software is given under the
99
terms of the NumPy License.
1010

numpy/f2py/rules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
4141
return buildvalue
4242
43-
Copyright 1999,2000 Pearu Peterson all rights reserved,
44-
Pearu Peterson <[email protected]>
43+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
44+
Copyright 2011 - 2023 NumPy Developers.
4545
Permission to use, modify, and distribute this software is given under the
4646
terms of the NumPy License.
4747

numpy/f2py/use_rules.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
44
Build 'use others module data' mechanism for f2py2e.
55
6-
Unfinished.
7-
8-
Copyright 2000 Pearu Peterson all rights reserved,
9-
Pearu Peterson <[email protected]>
6+
Copyright 1999 - 2011 Pearu Peterson all rights reserved.
7+
Copyright 2011 - 2023 NumPy Developers.
108
Permission to use, modify, and distribute this software is given under the
119
terms of the NumPy License.
1210

0 commit comments

Comments
 (0)