summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-12-01 02:16:00 (GMT)
committerYann Collet <cyan@fb.com>2020-12-01 02:16:00 (GMT)
commit50ff8b3ae8a3397571f5d3b96a1d85ea29760a65 (patch)
tree167aa3c3cba4e248c464e71ce6d3d2177a7c9c6d
parent16bad2caafd95ec55c35f243e000e1a1f2b32caa (diff)
downloadlz4-50ff8b3ae8a3397571f5d3b96a1d85ea29760a65.zip
lz4-50ff8b3ae8a3397571f5d3b96a1d85ea29760a65.tar.gz
lz4-50ff8b3ae8a3397571f5d3b96a1d85ea29760a65.tar.bz2
fix minor header date
-rw-r--r--lib/lz4.c2
-rw-r--r--lib/lz4.h2
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)