diff --git a/LICENSE b/LICENSE index c914a7c30..d3772e1e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,8 @@ MIT License -© Crown Copyright 2017-2021 Defence Science and Technology Laboratory UK -© Crown Copyright 2018-2021 Defence Research and Development Canada / Recherche et développement pour la défense Canada -© Copyright 2018-2021 University of Liverpool UK +© Crown Copyright 2017-2022 Defence Science and Technology Laboratory UK +© Crown Copyright 2018-2022 Defence Research and Development Canada / Recherche et développement pour la défense Canada +© Copyright 2018-2022 University of Liverpool UK 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/docs/source/conf.py b/docs/source/conf.py index 7589d72b8..18065f120 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -106,7 +106,7 @@ # General information about the project. project = 'Stone Soup' -copyright = '2017-2021 Stone Soup contributors' +copyright = '2017-2022 Stone Soup contributors' author = 'Dstl' # The version info for the project you're documenting, acts as replacement for diff --git a/stonesoup/__init__.py b/stonesoup/__init__.py index af249d205..9feae5acf 100644 --- a/stonesoup/__init__.py +++ b/stonesoup/__init__.py @@ -10,8 +10,8 @@ pass __copyright__ = '''\ -© Crown Copyright 2017-2021 Defence Science and Technology Laboratory UK -© Crown Copyright 2018-2021 Defence Research and Development Canada / Recherche et développement pour la défense Canada -© Copyright 2018-2021 University of Liverpool UK +© Crown Copyright 2017-2022 Defence Science and Technology Laboratory UK +© Crown Copyright 2018-2022 Defence Research and Development Canada / Recherche et développement pour la défense Canada +© Copyright 2018-2022 University of Liverpool UK ''' # noqa: E501 __license__ = 'MIT'