diff --git a/README.md b/README.md index 43c5a90..0b655b5 100644 --- a/README.md +++ b/README.md @@ -88,15 +88,22 @@ Then, you can vendor our file into that folder: pipx run f2py-cmake vendor cmake ``` +## Acknowledgements + +Support for this work was provided by NSF grant [OAC-2209877][]. Any opinions, +findings, and conclusions or recommendations expressed in this material are +those of the author(s) and do not necessarily reflect the views of the National +Science Foundation. + [actions-badge]: https://github.com/scikit-build/f2py-cmake/workflows/CI/badge.svg [actions-link]: https://github.com/scikit-build/f2py-cmake/actions [github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github [github-discussions-link]: https://github.com/scikit-build/f2py-cmake/discussions +[oac-2209877]: https://www.nsf.gov/awardsearch/showAward?AWD_ID=2209877&HistoricalAwards=false [pypi-link]: https://pypi.org/project/f2py-cmake/ [pypi-platforms]: https://img.shields.io/pypi/pyversions/f2py-cmake [pypi-version]: https://img.shields.io/pypi/v/f2py-cmake [rtd-badge]: https://readthedocs.org/projects/f2py-cmake/badge/?version=latest [rtd-link]: https://f2py-cmake.readthedocs.io/en/latest/?badge=latest - diff --git a/src/f2py_cmake/cmake/UseF2Py.cmake b/src/f2py_cmake/cmake/UseF2Py.cmake index 83d6826..5c0be40 100644 --- a/src/f2py_cmake/cmake/UseF2Py.cmake +++ b/src/f2py_cmake/cmake/UseF2Py.cmake @@ -1,3 +1,7 @@ +# Copyright (c) 2024, Henry Schreiner +# Developed under NSF AWARD OAC-2209877 and by the respective contributors. +# All rights reserved. +# # SPDX-License-Identifier: Apache-2.0 if(CMAKE_VERSION VERSION_LESS 3.17)