This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new cf772c5fad9 ASF: update copyright year to 2026
cf772c5fad9 is described below
commit cf772c5fad9c417e7c15af42690b7f50a6c9afb9
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue Jan 13 18:35:01 2026 +0800
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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]