diff options
Diffstat (limited to 'scripts')
| -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 |
14 files changed, 14 insertions, 14 deletions
diff --git a/scripts/rabbitmq-diagnostics b/scripts/rabbitmq-diagnostics index 9e8407a1d1..4c03a69e39 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. 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 3a94c7520f..9f62245a82 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
REM Scopes the variables to the current batch file
diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index 26c1db9026..5f9b19f47a 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. ## if [ "$RABBITMQ_ENV_LOADED" = 1 ]; then diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index c30e904175..ed4f2c0258 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. 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 e45e810c53..450ee2718b 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-queues b/scripts/rabbitmq-queues index 96fcb9abd8..58748aba9e 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. 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 028e2664c9..db273d14ad 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
REM Scopes the variables to the current batch file
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server index c28755f9ce..5939c845d2 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. ## set -e diff --git a/scripts/rabbitmq-server.bat b/scripts/rabbitmq-server.bat index 57cbdf9392..0be62f35cd 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat index e9ee0ea74b..ab539e8c5c 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-upgrade b/scripts/rabbitmq-upgrade index 3c60ad261b..2943d30f84 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. 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 0b9c42cc8f..8dde2c90a1 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-2019 Pivotal Software, Inc. All rights reserved. +REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved. REM REM Scopes the variables to the current batch file diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index 1a7438e444..68c1a28343 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-2019 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2020 Pivotal Software, Inc. 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 4d9ea8d908..2d5c6db781 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-2019 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
REM
REM Scopes the variables to the current batch file
|
