diff options
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 | 3 | ||||
| -rw-r--r-- | scripts/rabbitmq-service.bat | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmqctl | 2 | ||||
| -rw-r--r-- | scripts/rabbitmqctl.bat | 2 |
13 files changed, 13 insertions, 14 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index 37a8985892..8d176402dd 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-2015 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2012-2019 Pivotal Software, Inc. All rights reserved. ## ### next line potentially updated in package install steps diff --git a/scripts/rabbitmq-diagnostics b/scripts/rabbitmq-diagnostics index 6366dff08d..3d2baa7e5d 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-2017 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 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 02bc9e5509..a7f8a324e7 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 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 e0d269ea4e..f4b06c171b 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-2015 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved. ## if [ "$RABBITMQ_ENV_LOADED" = 1 ]; then diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index 6e4cf93cda..7b0ea7aeb2 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-2017 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 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 120830f5a6..4f0c774292 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmq-queues b/scripts/rabbitmq-queues index 13a3aca8a6..9c814abb93 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-2017 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 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 359faf76f5..43a51a77ca 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 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 f0c4030529..b205785b33 100755 --- a/scripts/rabbitmq-server +++ b/scripts/rabbitmq-server @@ -12,7 +12,7 @@ ## The Original Code is RabbitMQ. ## ## The Initial Developer of the Original Code is GoPivotal, Inc. -## Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved. ## set -e diff --git a/scripts/rabbitmq-server.bat b/scripts/rabbitmq-server.bat index 4d12d2f31a..41677775f7 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
REM
setlocal
@@ -282,4 +282,3 @@ EXIT /B 0 endlocal
endlocal
endlocal
-
diff --git a/scripts/rabbitmq-service.bat b/scripts/rabbitmq-service.bat index 73a91b9a1e..57a9587ced 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
REM
setlocal
diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index 86092bec5c..fec0ae293b 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-2017 Pivotal Software, Inc. All rights reserved. +## Copyright (c) 2007-2019 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 1686073377..4ce3098708 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-2015 Pivotal Software, Inc. All rights reserved.
+REM Copyright (c) 2007-2019 Pivotal Software, Inc. All rights reserved.
REM
REM Scopes the variables to the current batch file
|
