From 50ff8b3ae8a3397571f5d3b96a1d85ea29760a65 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 30 Nov 2020 18:16:00 -0800 Subject: fix minor header date --- lib/lz4.c | 2 +- lib/lz4.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lz4.c b/lib/lz4.c index 9f5e9bf..9f8cecb 100644 --- a/lib/lz4.c +++ b/lib/lz4.c @@ -1,6 +1,6 @@ /* LZ4 - Fast LZ compression algorithm - Copyright (C) 2011-present, Yann Collet. + Copyright (C) 2011-2020, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) diff --git a/lib/lz4.h b/lib/lz4.h index 7ab1e48..ded957d 100644 --- a/lib/lz4.h +++ b/lib/lz4.h @@ -1,7 +1,7 @@ /* * LZ4 - Fast LZ compression algorithm * Header File - * Copyright (C) 2011-present, Yann Collet. + * Copyright (C) 2011-2020, Yann Collet. BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) -- cgit v0.12