From 7fc26d11e370afe237631265714221364d7e7910 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Fri, 4 Jun 2021 12:19:50 +1200 Subject: Adjust locations which have an incorrect copyright year A few patches committed after ca3b37487 mistakenly forgot to make the copyright year 2021. Fix these. Discussion: https://postgr.es/m/CAApHDvqyLmd9P2oBQYJ=DbrV8QwyPRdmXtCTFYPE08h+ip0UJw@mail.gmail.com --- contrib/pageinspect/gistfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pageinspect/gistfuncs.c') diff --git a/contrib/pageinspect/gistfuncs.c b/contrib/pageinspect/gistfuncs.c index eb9f6303df6..7c9b9be3efa 100644 --- a/contrib/pageinspect/gistfuncs.c +++ b/contrib/pageinspect/gistfuncs.c @@ -2,7 +2,7 @@ * gistfuncs.c * Functions to investigate the content of GiST indexes * - * Copyright (c) 2014-2020, PostgreSQL Global Development Group + * Copyright (c) 2014-2021, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/pageinspect/gistfuncs.c -- cgit v1.2.3