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 /test/temp | |
| parent | 050f77ccf558c9352adac242221fd9a621e35982 (diff) | |
| download | rabbitmq-server-git-2d7ce9961237de7f5ab67375ec99da9299d39a3a.tar.gz | |
Update copyright (year 2020)
Diffstat (limited to 'test/temp')
| -rwxr-xr-x | test/temp/rabbitmqadmin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/temp/rabbitmqadmin.py b/test/temp/rabbitmqadmin.py index 5f490413cc..525fc379bf 100755 --- a/test/temp/rabbitmqadmin.py +++ b/test/temp/rabbitmqadmin.py @@ -13,7 +13,7 @@ # The Original Code is RabbitMQ Management Plugin. # # The Initial Developer of the Original Code is GoPivotal, Inc. -# Copyright (c) 2010-2019 Pivotal Software, Inc. All rights reserved. +# Copyright (c) 2010-2020 VMware, Inc. or its affiliates. All rights reserved. import sys if sys.version_info[0] < 2 or sys.version_info[1] < 6: |
