From: Yann Collet Date: Mon, 13 Nov 2023 23:46:59 +0000 (-0800) Subject: fix the copyright linter X-Git-Tag: v1.5.6^2~98^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd5f9f52dff5e4e8a9afcf9afb1abc946844535;p=thirdparty%2Fzstd.git fix the copyright linter --- diff --git a/lib/common/xxhash.c b/lib/common/xxhash.c index 1a8f735ba..50640c765 100644 --- a/lib/common/xxhash.c +++ b/lib/common/xxhash.c @@ -1,6 +1,6 @@ /* * xxHash - Extremely Fast Hash algorithm - * Copyright (C) 2012-2023 Yann Collet + * Copyright (c) Yann Collet - Meta Platforms, Inc * * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) * diff --git a/lib/common/xxhash.h b/lib/common/xxhash.h index fe3abc1b4..2abdc0734 100644 --- a/lib/common/xxhash.h +++ b/lib/common/xxhash.h @@ -1,7 +1,7 @@ /* * xxHash - Extremely Fast Hash algorithm * Header File - * Copyright (C) 2012-2023 Yann Collet + * Copyright (c) Yann Collet - Meta Platforms, Inc * * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) *