From 44591186c651b46f598938517218b954062240d0 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Tue, 13 Jan 2026 18:35:01 +0800 Subject: [PATCH] ASF: update copyright year to 2026 Update copyright year range from 2024-2025 to 2024-2026 in: * NOTICE file * src/bin/psql/help.c (psql copyright display) This can help maintain compliance with ASF requirements. The changes are mininal and focused only on updating the year in copyright statements to reflect the current year. --- NOTICE | 2 +- src/bin/psql/help.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index 8003e980d0d..13e79d82ce5 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Cloudberry (Incubating) -Copyright 2024-2025 The Apache Software Foundation +Copyright 2024-2026 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). \ No newline at end of file diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 385d507ea24..5ebb566c3b9 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -693,7 +693,7 @@ print_copyright(void) { puts( "Apache Cloudberry (Incubating)\n" - "Copyright 2024-2025 The Apache Software Foundation\n\n" + "Copyright 2024-2026 The Apache Software Foundation\n\n" "Greenplum Database version of PostgreSQL Database Management System\n" "Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group\n\n" "Portions Copyright (c) 2014-Present VMware, Inc. or its affiliates.\n\n"