From 3d211d0935f030291fdc7a4ca99dc520442311d3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 15:39:42 -0400
Subject: [PATCH] author/maintainer/copyright

---
 LICENSE               | 4 +++-
 tahoe-directory.cabal | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE
index 7e5ffda..194977c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,6 @@
-Copyright (c) 2023, PrivateStorage.io Inc.
+Copyright 2023
+Jean-Paul Calderone
+Shae Erisson
 
 All rights reserved.
 
diff --git a/tahoe-directory.cabal b/tahoe-directory.cabal
index 31b6f54..37602d0 100644
--- a/tahoe-directory.cabal
+++ b/tahoe-directory.cabal
@@ -47,13 +47,13 @@ license:         BSD-3-Clause
 license-file:    LICENSE
 
 -- The package author(s).
-author:          Jean-Paul Calderone
+author:          Jean-Paul Calderone and others
 
 -- An email address to which users can send suggestions, bug reports, and patches.
-maintainer:      jean-paul@private.storage
+maintainer:      exarkun@twistedmatrix.com
 
 -- A copyright notice.
--- copyright:
+copyright:       2023 The Authors
 category:        Cryptography,Library,Parsers,Security
 build-type:      Simple
 
-- 
GitLab