From 3fd5f9f52dff5e4e8a9afcf9afb1abc946844535 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 13 Nov 2023 15:46:59 -0800 Subject: [PATCH] fix the copyright linter --- lib/common/xxhash.c | 2 +- lib/common/xxhash.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) * -- 2.47.3