avamingli commented on code in PR #812:
URL: https://github.com/apache/cloudberry/pull/812#discussion_r1896575148


##########
src/bin/psql/help.c:
##########
@@ -692,15 +692,21 @@ void
 print_copyright(void)
 {
        puts(
-                "Cloudberry Database version of PostgreSQL Database Management 
System\n"
-                "Portions Copyright (c) 2023-, HashData Technology 
Limited.\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"
-                "Portions Copyright (c) 2011-2014 EMC\n\n"
+                "Apache Cloudberry (Incubating)\n"
+                "Copyright 2024 The Apache Software Foundation\n\n"
+                "This product includes software developed at\n"
+                "The Apache Software Foundation (http://www.apache.org/).\n\n"
+                "This product contains significant parts that were originally 
based on software\n"
+                "from VMware, Inc. or its affiliates. (Greenplum 
Database<https://www.greenplum.org/>).\n"
+                "Copyright (c) 2004-2020 VMware, Inc. or its affiliates.\n"
+                "License under the Apache License 2.0.\n\n"
+                "This product contains significant parts that were orginally 
based on software\n
+                "from PostgreSQL Global Development Group (PostgreSQL 14.4 
<https://www.postgresql.org/>).\n"
+                "Portions Copyright (c) 1996-2022, PostgreSQL Global 
Development Group\n"
+                "Portions Copyright (c) 1994, The Regents of the University of 
California\n"
+                "License under the PostgreSQL License.\n\n"
                 "This software is based on Postgres95, formerly known as 
Postgres, which\n"
                 "contains the following notice:\n\n"
-                "Portions Copyright (c) 1994, The Regents of the University of 
California\n\n"
                 "Permission to use, copy, modify, and distribute this software 
and its\n"

Review Comment:
   Why modify the history? 



##########
src/bin/psql/help.c:
##########
@@ -692,15 +692,21 @@ void
 print_copyright(void)
 {
        puts(
-                "Cloudberry Database version of PostgreSQL Database Management 
System\n"
-                "Portions Copyright (c) 2023-, HashData Technology 
Limited.\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"
-                "Portions Copyright (c) 2011-2014 EMC\n\n"
+                "Apache Cloudberry (Incubating)\n"
+                "Copyright 2024 The Apache Software Foundation\n\n"
+                "This product includes software developed at\n"
+                "The Apache Software Foundation (http://www.apache.org/).\n\n"
+                "This product contains significant parts that were originally 
based on software\n"
+                "from VMware, Inc. or its affiliates. (Greenplum 
Database<https://www.greenplum.org/>).\n"
+                "Copyright (c) 2004-2020 VMware, Inc. or its affiliates.\n"
+                "License under the Apache License 2.0.\n\n"
+                "This product contains significant parts that were orginally 
based on software\n
+                "from PostgreSQL Global Development Group (PostgreSQL 14.4 
<https://www.postgresql.org/>).\n"
+                "Portions Copyright (c) 1996-2022, PostgreSQL Global 
Development Group\n"
+                "Portions Copyright (c) 1994, The Regents of the University of 
California\n"
+                "License under the PostgreSQL License.\n\n"
                 "This software is based on Postgres95, formerly known as 
Postgres, which\n"
                 "contains the following notice:\n\n"
-                "Portions Copyright (c) 1994, The Regents of the University of 
California\n\n"
                 "Permission to use, copy, modify, and distribute this software 
and its\n"

Review Comment:
   Why modify the history? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to