diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-03-10 15:36:02 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-03-10 15:36:02 +0100 |
| commit | 2d7ce9961237de7f5ab67375ec99da9299d39a3a (patch) | |
| tree | 7a55d24c06687ec15afbb8105837edd83858bac6 /scripts | |
| parent | 050f77ccf558c9352adac242221fd9a621e35982 (diff) | |
| download | rabbitmq-server-git-2d7ce9961237de7f5ab67375ec99da9299d39a3a.tar.gz | |
Update copyright (year 2020)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-defaults | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-diagnostics | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-diagnostics.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-env | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-plugins | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-plugins.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-queues | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-queues.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-server | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-server.bat | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-service.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-upgrade | 2 | ||||
| -rw-r--r-- | scripts/rabbitmq-upgrade.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmqctl | 2 | ||||
| -rw-r--r-- | scripts/rabbitmqctl.bat | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index eca44d8af4..6319d91731 100755 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2012-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2012-2020 VMware, Inc. or its affiliates. All rights reserved. ## ### next line potentially updated in package install steps diff --git a/scripts/rabbitmq-diagnostics b/scripts/rabbitmq-diagnostics index 4c03a69e39..0775ffc2f2 100755 --- a/scripts/rabbitmq-diagnostics +++ b/scripts/rabbitmq-diagnostics @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## # Exit immediately if a pipeline, which may consist of a single simple command, diff --git a/scripts/rabbitmq-diagnostics.bat b/scripts/rabbitmq-diagnostics.bat index 9f62245a82..09eb7f5011 100644 --- a/scripts/rabbitmq-diagnostics.bat +++ b/scripts/rabbitmq-diagnostics.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
REM Scopes the variables to the current batch file
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index 5f9b19f47a..48aa3e12ee 100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## if [ "$RABBITMQ_ENV_LOADED" = 1 ]; then diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index ed4f2c0258..5de814ea9f 100755 --- a/scripts/rabbitmq-plugins +++ b/scripts/rabbitmq-plugins @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## # Exit immediately if a pipeline, which may consist of a single simple command, diff --git a/scripts/rabbitmq-plugins.bat b/scripts/rabbitmq-plugins.bat index 450ee2718b..28f45210b2 100644 --- a/scripts/rabbitmq-plugins.bat +++ b/scripts/rabbitmq-plugins.bat @@ -13,7 +13,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-queues b/scripts/rabbitmq-queues index 58748aba9e..fe99dd7f96 100755 --- a/scripts/rabbitmq-queues +++ b/scripts/rabbitmq-queues @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## # Exit immediately if a pipeline, which may consist of a single simple command, diff --git a/scripts/rabbitmq-queues.bat b/scripts/rabbitmq-queues.bat index db273d14ad..4c47c7f6fc 100644 --- a/scripts/rabbitmq-queues.bat +++ b/scripts/rabbitmq-queues.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
REM Scopes the variables to the current batch file
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server index 0976c5566a..2e54799e4e 100755 --- a/scripts/rabbitmq-server +++ b/scripts/rabbitmq-server @@ -13,7 +13,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## set -e diff --git a/scripts/rabbitmq-server.bat b/scripts/rabbitmq-server.bat index 0be62f35cd..ae7df202a1 100644 --- a/scripts/rabbitmq-server.bat +++ b/scripts/rabbitmq-server.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat index ab539e8c5c..22e71bf4ab 100644 --- a/scripts/rabbitmq-service.bat +++ b/scripts/rabbitmq-service.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-upgrade b/scripts/rabbitmq-upgrade index 2943d30f84..5cff98b8d5 100755 --- a/scripts/rabbitmq-upgrade +++ b/scripts/rabbitmq-upgrade @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## # Exit immediately if a pipeline, which may consist of a single simple command, diff --git a/scripts/rabbitmq-upgrade.bat b/scripts/rabbitmq-upgrade.bat index 8dde2c90a1..da1b5a7b10 100644 --- a/scripts/rabbitmq-upgrade.bat +++ b/scripts/rabbitmq-upgrade.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ. REM REM The Initial Developer of the Original Code is GoPivotal, Inc. -REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. REM REM Scopes the variables to the current batch file diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index 68c1a28343..a37aef9fa0 100755 --- a/scripts/rabbitmqctl +++ b/scripts/rabbitmqctl @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. ## # Exit immediately if a pipeline, which may consist of a single simple command, diff --git a/scripts/rabbitmqctl.bat b/scripts/rabbitmqctl.bat index 2d5c6db781..b23aa9f343 100644 --- a/scripts/rabbitmqctl.bat +++ b/scripts/rabbitmqctl.bat @@ -12,7 +12,7 @@ REM REM The Original Code is RabbitMQ.
REM
REM The Initial Developer of the Original Code is GoPivotal, Inc.
-REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved.
REM
REM Scopes the variables to the current batch file
|
