diff options
author | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2021-01-02 18:06:25 +0000 |
commit | ca3b37487be333a1d241dab1bbdd17a211a88f43 (patch) | |
tree | 85245c7d62c73b1a132ad0b96647abb27b85c802 /src/tools/testint128.c | |
parent | 4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff) |
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/tools/testint128.c')
-rw-r--r-- | src/tools/testint128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/testint128.c b/src/tools/testint128.c index 6df518df517..71c345969a8 100644 --- a/src/tools/testint128.c +++ b/src/tools/testint128.c @@ -6,7 +6,7 @@ * This is a standalone test program that compares the behavior of an * implementation in int128.h to an (assumed correct) int128 native type. * - * Copyright (c) 2017-2020, PostgreSQL Global Development Group + * Copyright (c) 2017-2021, PostgreSQL Global Development Group * * * IDENTIFICATION |