Skip to content

Commit e3e3fcd

Browse files
tuhaiheedespino
authored andcommitted
Add the notice to greenplum-path* scripts
Add notice header text to the following source files to clarify Cloudberry's relationship with VMware Tanzu Greenplum and Broadcom Inc: - gpAux/client/scripts/greenplum_clients_path.sh - gpMgmt/bin/generate-greenplum-path.sh Also, will print the notice text when sourcing greenplum_path.sh file. See discussion: https://lists.apache.org/thread/b8o974mnnqk6zpy86dgll2pgqcvqgnwm
1 parent ce1fc94 commit e3e3fcd

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

gpAux/client/scripts/greenplum_clients_path.sh

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# --------------------------------------------------------------------
2+
# NOTICE from the Apache Cloudberry PPMC
3+
# --------------------------------------------------------------------
4+
# This file uses the term 'greenplum' to maintain compatibility with
5+
# earlier versions of Apache Cloudberry, which was originally called
6+
# Greenplum. This usage does not refer to VMware Tanzu Greenplum,
7+
# nor does it imply that Apache Cloudberry (Incubating) is affiliated
8+
# with, endorsed by, or sponsored by Broadcom Inc.
9+
#
10+
# This file will be renamed in a future Apache Cloudberry release to
11+
# ensure compliance with Apache Software Foundation guidelines.
12+
# We will announce the change on the project mailing list and website.
13+
#
14+
# See: https://lists.apache.org/thread/b8o974mnnqk6zpy86dgll2pgqcvqgnwm
15+
# --------------------------------------------------------------------
16+
117
if test -n "${ZSH_VERSION:-}"; then
218
# zsh
319
SCRIPT_PATH="${(%):-%x}"

gpMgmt/bin/generate-greenplum-path.sh

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
#!/usr/bin/env bash
2+
# --------------------------------------------------------------------
3+
# NOTICE from the Apache Cloudberry PPMC
4+
# --------------------------------------------------------------------
5+
# This file uses the term 'greenplum' to maintain compatibility with
6+
# earlier versions of Apache Cloudberry, which was originally called
7+
# Greenplum. This usage does not refer to VMware Tanzu Greenplum,
8+
# nor does it imply that Apache Cloudberry (Incubating) is affiliated
9+
# with, endorsed by, or sponsored by Broadcom Inc.
10+
#
11+
# This file will be renamed in a future Apache Cloudberry release to
12+
# ensure compliance with Apache Software Foundation guidelines.
13+
# We will announce the change on the project mailing list and website.
14+
#
15+
# See: https://lists.apache.org/thread/b8o974mnnqk6zpy86dgll2pgqcvqgnwm
16+
# --------------------------------------------------------------------
17+
18+
cat <<"EOF"
19+
if [ -n "${PS1-}" ]; then
20+
echo "
21+
# --------------------------------------------------------------------
22+
# NOTICE from the Apache Cloudberry PPMC
23+
# --------------------------------------------------------------------
24+
# This file uses the term 'greenplum' to maintain compatibility with
25+
# earlier versions of Apache Cloudberry, which was originally called
26+
# Greenplum. This usage does not refer to VMware Tanzu Greenplum,
27+
# nor does it imply that Apache Cloudberry (Incubating) is affiliated
28+
# with, endorsed by, or sponsored by Broadcom Inc.
29+
#
30+
# This file will be renamed in a future Apache Cloudberry release to
31+
# ensure compliance with Apache Software Foundation guidelines.
32+
# We will announce the change on the project mailing list and website.
33+
#
34+
# See: https://lists.apache.org/thread/b8o974mnnqk6zpy86dgll2pgqcvqgnwm
35+
# --------------------------------------------------------------------
36+
"
37+
fi
38+
EOF
239

340
cat <<"EOF"
441
if test -n "${ZSH_VERSION:-}"; then

0 commit comments

Comments
 (0)