diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /src/port/snprintf.c | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
download | postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'src/port/snprintf.c')
-rw-r--r-- | src/port/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/snprintf.c b/src/port/snprintf.c index d83f81ade3f..f8f2018ea0c 100644 --- a/src/port/snprintf.c +++ b/src/port/snprintf.c @@ -2,7 +2,7 @@ * Copyright (c) 1983, 1995, 1996 Eric P. Allman * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |