From 2b23bc5356f992bb911a7251fd6c14902829c44f Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 13 Nov 2023 15:41:29 -0800 Subject: [PATCH] minor copyright update --- xxhash.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xxhash.c b/xxhash.c index 083b039..e60cc37 100644 --- a/xxhash.c +++ b/xxhash.c @@ -1,6 +1,6 @@ /* * xxHash - Extremely Fast Hash algorithm - * Copyright (C) 2012-2021 Yann Collet + * Copyright (C) 2012-2023 Yann Collet * * BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) * @@ -32,12 +32,11 @@ * - xxHash source repository: https://github.com/Cyan4973/xxHash */ - /* * xxhash.c instantiates functions defined in xxhash.h */ -#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */ -#define XXH_IMPLEMENTATION /* access definitions */ +#define XXH_STATIC_LINKING_ONLY /* access advanced declarations */ +#define XXH_IMPLEMENTATION /* access definitions */ #include "xxhash.h"