Skip to content

Commit 6e5fa2a

Browse files
authored
docs: update copyright (#16)
* docs: update copyright * docs: add acknowledgement * Update README.md
1 parent 0035b68 commit 6e5fa2a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,22 @@ Then, you can vendor our file into that folder:
8888
pipx run f2py-cmake vendor cmake
8989
```
9090

91+
## Acknowledgements
92+
93+
Support for this work was provided by NSF grant [OAC-2209877][]. Any opinions,
94+
findings, and conclusions or recommendations expressed in this material are
95+
those of the author(s) and do not necessarily reflect the views of the National
96+
Science Foundation.
97+
9198
<!-- prettier-ignore-start -->
9299
[actions-badge]: https://github.com/scikit-build/f2py-cmake/workflows/CI/badge.svg
93100
[actions-link]: https://github.com/scikit-build/f2py-cmake/actions
94101
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
95102
[github-discussions-link]: https://github.com/scikit-build/f2py-cmake/discussions
103+
[oac-2209877]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877&HistoricalAwards=false
96104
[pypi-link]: https://pypi.org/project/f2py-cmake/
97105
[pypi-platforms]: https://img.shields.io/pypi/pyversions/f2py-cmake
98106
[pypi-version]: https://img.shields.io/pypi/v/f2py-cmake
99107
[rtd-badge]: https://readthedocs.org/projects/f2py-cmake/badge/?version=latest
100108
[rtd-link]: https://f2py-cmake.readthedocs.io/en/latest/?badge=latest
101-
102109
<!-- prettier-ignore-end -->

src/f2py_cmake/cmake/UseF2Py.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2024, Henry Schreiner
2+
# Developed under NSF AWARD OAC-2209877 and by the respective contributors.
3+
# All rights reserved.
4+
#
15
# SPDX-License-Identifier: Apache-2.0
26

37
if(CMAKE_VERSION VERSION_LESS 3.17)

0 commit comments

Comments
 (0)