|
1 | 1 | #!/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 |
2 | 39 |
|
3 | 40 | cat <<"EOF" |
4 | 41 | if test -n "${ZSH_VERSION:-}"; then |
|
0 commit comments