diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2023-01-25 01:20:16 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2023-01-25 01:20:16 +0000 |
commit | b3392d84da5bf2162baf937c77e0557f3fd8a52b (patch) | |
tree | d9bfa8081b46f82d07e21f8ff8e70627a2aec35f /lib/compress/hist.c | |
parent | f6ae97673c28bdb9ae795bd235ab6f26f2536a2d (diff) |
Diffstat (limited to 'lib/compress/hist.c')
-rw-r--r-- | lib/compress/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compress/hist.c b/lib/compress/hist.c index a9659d11ad0c..073c57e7527d 100644 --- a/lib/compress/hist.c +++ b/lib/compress/hist.c @@ -1,7 +1,7 @@ /* ****************************************************************** * hist : Histogram functions * part of Finite State Entropy project - * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc. + * Copyright (c) Yann Collet, Facebook, Inc. * * You can contact the author at : * - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy |