diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-01-02 13:33:40 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-01-02 13:33:40 -0500 |
commit | ee943004466418595363d567f18c053bae407792 (patch) | |
tree | 9dce63059d075efff2faaad06def5d0a1ffb92e4 /src/include/lib/hyperloglog.h | |
parent | dfcd9cb30237f882b7308bdcbfb0318b22b1e224 (diff) | |
download | postgresql-ee943004466418595363d567f18c053bae407792.tar.gz postgresql-ee943004466418595363d567f18c053bae407792.zip |
Update copyright for 2016
Backpatch certain files through 9.1
Diffstat (limited to 'src/include/lib/hyperloglog.h')
-rw-r--r-- | src/include/lib/hyperloglog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/hyperloglog.h b/src/include/lib/hyperloglog.h index fd8280c5b00..5a1d4d356aa 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, PostgreSQL Global Development Group + * Portions Copyright (c) 2014-2016, PostgreSQL Global Development Group * * Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's * original version (the MIT license) follow. |