Skip to content

Commit

Permalink
minor copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Nov 13, 2023
1 parent d5c60ce commit 2b23bc5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions xxhash.c
Original file line number Diff line number Diff line change
@@ -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)
*
Expand Down Expand Up @@ -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"

0 comments on commit 2b23bc5

Please sign in to comment.