diff --git a/AUTHORS b/AUTHORS index 4cc95d57ad4aa724bb147273a240c327157249b3..291b3322911dfb57cb060d24a78c836fa9e80762 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,3 @@ -Copyright (C) 2015-2018 The Software Heritage developers +Copyright (C) 2015-2023 The Software Heritage developers See http://www.softwareheritage.org/ for more information. diff --git a/swh/docs/sphinx/conf.py b/swh/docs/sphinx/conf.py index d39614563b791d1a14efa73510cef171a6eb6aff..a1338e6537ec92e7ab9cd9ee8977cbd0fc5a1300 100755 --- a/swh/docs/sphinx/conf.py +++ b/swh/docs/sphinx/conf.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2022 The Software Heritage developers +# Copyright (C) 2017-2023 The Software Heritage developers # See the AUTHORS file at the top-level directory of this distribution # License: GNU Affero General Public License version 3, or any later version # See top-level LICENSE file for more information @@ -13,7 +13,7 @@ from swh.docs.django_settings import force_django_settings # General information about the project. project = "Software Heritage - Documentation" -copyright = "2015-2022 The Software Heritage developers" +copyright = "2015-2023 The Software Heritage developers" author = "The Software Heritage developers" # -- General configuration ------------------------------------------------