Skip to content
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
23 changes: 13 additions & 10 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,19 @@ warranty or additional liability.

*END OF TERMS AND CONDITIONS*

Copyright 2026 University of Pittsburgh — Of the Commonwealth System of Higher Education
## APPENDIX: How to apply the Apache License to your work

licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Copyright 2026 University of Pittsburgh, Of the Commonwealth System of
Higher Education

https://www.apache.org/licenses/LICENSE-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing
permissions and limitations under the License.
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing
permissions and limitations under the License.
7 changes: 3 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ docs_dir: docs

site_name: reqadence
site_author: Durrant lab

repo_name: Durrant lab/reqadence
repo_url: https://github.com/Durrant lab/reqadence
copyright: <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> by OASCI
repo_name: durrantlab/reqadence
repo_url: https://github.com/durrantlab/reqadence
copyright: Copyright &copy; 2026 University of Pittsburgh, licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a>

# https://squidfunk.github.io/mkdocs-material/
theme:
Expand Down
6 changes: 3 additions & 3 deletions reqadence/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
commit_id: str | None
__commit_id__: str | None

__version__ = version = '0.1.dev13+g392dc4836.d20260814005236'
__version_tuple__ = version_tuple = (0, 1, 'dev13', 'g392dc4836.d20260814005236')
__version__ = version = '0.1.dev19+gc587f01bc.d20260814214721'
__version_tuple__ = version_tuple = (0, 1, 'dev19', 'gc587f01bc.d20260814214721')

__commit_id__ = commit_id = 'g392dc4836'
__commit_id__ = commit_id = 'gc587f01bc'
Loading