From ca3b37487be333a1d241dab1bbdd17a211a88f43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 2 Jan 2021 13:06:25 -0500 Subject: Update copyright for 2021 Backpatch-through: 9.5 --- src/include/lib/hyperloglog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/lib/hyperloglog.h') diff --git a/src/include/lib/hyperloglog.h b/src/include/lib/hyperloglog.h index dea4138e98c..42f8917197f 100644 --- a/src/include/lib/hyperloglog.h +++ b/src/include/lib/hyperloglog.h @@ -3,7 +3,7 @@ * * A simple HyperLogLog cardinality estimator implementation * - * Portions Copyright (c) 2014-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 2014-2021, PostgreSQL Global Development Group * * Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's * original version (the MIT license) follow. -- cgit v1.2.3