From b9956e8b9da02f998c0df9033e579c20bfbd678c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 16 Aug 2023 11:01:51 -0400 Subject: [PATCH] fix author/copyright/maintainer --- LICENSE | 4 +++- tahoe-great-black-swamp.cabal | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 5a36ae1..8dfceca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -Copyright Least Authority TFA GmbH (c) 2018 +Copyright 2018-2023 +Jean-Paul Calderone +Shae Erisson All rights reserved. diff --git a/tahoe-great-black-swamp.cabal b/tahoe-great-black-swamp.cabal index fab542b..3e8eb1b 100644 --- a/tahoe-great-black-swamp.cabal +++ b/tahoe-great-black-swamp.cabal @@ -13,9 +13,9 @@ homepage: license: BSD-3-Clause license-file: LICENSE -author: Least Authority TFA GmbH -maintainer: jean-paul@leastauthority.com -copyright: © 2023 Least Authority TFA GmbH +author: Jean-Paul Calderone and others +maintainer: exarkun@twistedmatrix.com +copyright: 2018-2023 The Authors category: Cryptography , Distributed Computing -- GitLab