summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2023-12-31 15:55:47 -0700
committernytpu <alex@nytpu.com>2023-12-31 15:55:47 -0700
commit8737a9a254a10dcaed93be1219244b702d0d30b3 (patch)
tree616c2a47773c193b05b60a6bc5bcab5c9d585787
parenta3a6a8b427ba228c03b6b68b2074585ef5881746 (diff)
Bump copyright years
-rw-r--r--README.md2
-rw-r--r--fetch/gemini.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d6c1bb1..73d4592 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ Send patches and issue reports to
## license
-`comitium` is Copyright © 2021 nytpu.
+`comitium` is Copyright © 2021-2023 nytpu.
`comitium` is licensed under the terms of the GNU Affero General Public License,
version 3. For more information, see [LICENSE][] or the [GNU website][agpl-3]
diff --git a/fetch/gemini.go b/fetch/gemini.go
index 1182629..41da891 100644
--- a/fetch/gemini.go
+++ b/fetch/gemini.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2021 nytpu
+// Copyright (C) 2021-2023 nytpu
// SPDX-License-Identifier: AGPL-3.0-only
// For more license details, see LICENSE or <https://www.gnu.org/licenses/agpl-3.0.html>.