From c587f01bc56e8e7cdc89c87168018a21a03b3675 Mon Sep 17 00:00:00 2001 From: "Jacob D. Durrant" Date: Fri, 14 Aug 2026 17:46:52 -0400 Subject: [PATCH 1/2] Correct copyright holder and fix docs repo URLs --- LICENSE.md | 23 +++++++++++++---------- mkdocs.yml | 7 +++---- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 963ea14..ed50e9d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2b3a8d4..d6e2c1c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: CC BY-NC-SA 4.0 by OASCI +repo_name: durrantlab/reqadence +repo_url: https://github.com/durrantlab/reqadence +copyright: Copyright © 2026 University of Pittsburgh, licensed under Apache-2.0 # https://squidfunk.github.io/mkdocs-material/ theme: From 0b3d5effb48e8713073ee235ca45618e99a07043 Mon Sep 17 00:00:00 2001 From: "Jacob D. Durrant" Date: Fri, 14 Aug 2026 17:49:19 -0400 Subject: [PATCH 2/2] Correct copyright holder and fix docs repo URLs --- reqadence/_version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reqadence/_version.py b/reqadence/_version.py index 8b94190..7863ac6 100644 --- a/reqadence/_version.py +++ b/reqadence/_version.py @@ -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'