diff --git a/advanced_topics/09_structuring_projects/example_project/LICENSE b/advanced_topics/09_structuring_projects/example_project/LICENSE index 1e38db516ff39b210a9582abe05cc78f796f161e..1f2ccf012c4b22a52e26ef31b18985d75777c4c2 100644 --- a/advanced_topics/09_structuring_projects/example_project/LICENSE +++ b/advanced_topics/09_structuring_projects/example_project/LICENSE @@ -1,6 +1,6 @@ The example_project library -Copyright 2016-2017 University of Oxford, Oxford, UK. +Copyright 2016-2020 University of Oxford, Oxford, UK. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/advanced_topics/09_structuring_projects/example_project/setup.py b/advanced_topics/09_structuring_projects/example_project/setup.py index a984015b8f7241a13f6647f51533d29d04cbd748..a7fc149d8b1d32ae11807fdf61fb99dfa01d4c88 100644 --- a/advanced_topics/09_structuring_projects/example_project/setup.py +++ b/advanced_topics/09_structuring_projects/example_project/setup.py @@ -21,7 +21,7 @@ setup( name='Example project', description='Example Python project for PyTreat', - url='https://git.fmrib.ox.ac.uk/fsl/pytreat-2018-practicals/', + url='https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020/', author='Paul McCarthy', author_email='pauldmccarthy@gmail.com', license='Apache License Version 2.0',