Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update copyright #16

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- prettier-ignore-start -->
[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

<!-- prettier-ignore-end -->
4 changes: 4 additions & 0 deletions src/f2py_cmake/cmake/UseF2Py.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading