diff options
Diffstat (limited to 'src/port/dlopen.c')
-rw-r--r-- | src/port/dlopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/dlopen.c b/src/port/dlopen.c index 30155bb3b0e..f7948b861f0 100644 --- a/src/port/dlopen.c +++ b/src/port/dlopen.c @@ -3,7 +3,7 @@ * dlopen.c * dynamic loader for platforms without dlopen() * - * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * |