Skip to content

Commit

Permalink
docs: update copyright (#16)
Browse files Browse the repository at this point in the history
* docs: update copyright

* docs: add acknowledgement

* Update README.md
  • Loading branch information
henryiii authored Sep 25, 2024
1 parent 0035b68 commit 6e5fa2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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

0 comments on commit 6e5fa2a

Please sign in to comment.