summaryrefslogtreecommitdiff
path: root/src/port/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/strerror.c')
-rw-r--r--src/port/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/strerror.c b/src/port/strerror.c
index 4918ba821c1..f0746517770 100644
--- a/src/port/strerror.c
+++ b/src/port/strerror.c
@@ -3,7 +3,7 @@
* strerror.c
* Replacements for standard strerror() and strerror_r() functions
*
- * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*