Skip to content

Commit

Permalink
fix the copyright linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Nov 13, 2023
1 parent 592b1ac commit 694ef17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/common/xxhash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* xxHash - Extremely Fast Hash algorithm
* Copyright (C) 2012-2023 Yann Collet
* Copyright (C) 2012-2023 Yann Collet - Meta Platforms, Inc
*
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
*
Expand Down
2 changes: 1 addition & 1 deletion lib/common/xxhash.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* xxHash - Extremely Fast Hash algorithm
* Header File
* Copyright (C) 2012-2023 Yann Collet
* Copyright (C) 2012-2023 Yann Collet - Meta Platforms, Inc
*
* BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
*
Expand Down

0 comments on commit 694ef17

Please sign in to comment.