From 822092fc26c21b532dd6a4fbde5a8ad1b130bcc4 Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Wed, 19 Jul 2023 11:58:30 +0100 Subject: [PATCH] Update copyright holder information --- LICENSE | 2 +- README.md | 5 +++++ docs/source/conf.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ed5e40a..0a5684c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Timothy Nunn +Copyright (c) 2023 UK Atomic Energy Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7b3bfa4..2abce15 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Tests can be run using `pytest tests/`. The tests check the paper examples are r ## Documentation Documentation for the VMCON algorithm and PyVMCON API/use can be found on our [**GitHub pages**](https://timothy-nunn.github.io/PyVMCON/). The documentation includes references to the VMCON paper and other helpful resources. + +## License +PyVMCON is provided under the MIT license, please see the LICENSE file for full details. + +Copyright (c) 2023 UK Atomic Energy Authority diff --git a/docs/source/conf.py b/docs/source/conf.py index 3280532..fdc8bf1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,7 +1,7 @@ # -- Project information ----------------------------------------------------- project = "PyVMCON" -copyright = "2023, Timothy Nunn" +copyright = "2023, UK Atomic Energy Authority" author = "Timothy Nunn" # The full version, including alpha/beta/rc tags