From 678cef0dc32286d57e7a3dbdc65c0794ca713dd7 Mon Sep 17 00:00:00 2001 From: acalcutt Date: Sun, 19 Feb 2023 11:53:45 -0500 Subject: [PATCH] match doc and license copyright --- LICENSE.md | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 106db22..b93c116 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ TileServer GL ============= - +Copyright (c) 2023, MapTiler.com Copyright (c) 2016, Klokan Technologies GmbH All rights reserved. diff --git a/docs/conf.py b/docs/conf.py index 2f315ea..e9724fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ master_doc = 'index' # General information about the project. project = u'TileServer GL' -copyright = u'2022, MapTiler.com' +copyright = u'2023, MapTiler.com' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the