From c3a2fcb0881890e00d5696814da30b7d8ca966e5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 14 Aug 2023 12:09:07 -0400 Subject: [PATCH] Reflect the correct copyright holders in the license file and package metadata These are the names of the people who actually produced this work. Since under German law copyright is not transferrable (eg, in the US style of "work for hire"), these are still the copyright holders, though possibly certain rights have been transferred to another entity/entities. --- LICENSE | 7 +++++-- tahoe-chk.cabal | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 2195f6b..a0d0570 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,7 @@ -PrivateStorage.io Inc. (c) 2020-2022 +Copyright 2020-2023 +Jean-Paul Calderone +Shae Erisson +meejah All rights reserved. @@ -13,7 +16,7 @@ modification, are permitted provided that the following conditions are met: disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Author name here nor the names of other + * Neither the names of The Authors here nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/tahoe-chk.cabal b/tahoe-chk.cabal index 116981c..6e04781 100644 --- a/tahoe-chk.cabal +++ b/tahoe-chk.cabal @@ -13,7 +13,7 @@ bug-reports: author: Jean-Paul Calderone maintainer: PrivateStorage.io, Inc. -copyright: 2020-2022 PrivateStorage.io, Inc. +copyright: 2020-2023 The Authors license: BSD3 license-file: LICENSE category: Cryptography,Library,Parsers,Security -- GitLab