summaryrefslogtreecommitdiff
path: root/test/temp
diff options
context:
space:
mode:
Diffstat (limited to 'test/temp')
-rwxr-xr-xtest/temp/rabbitmqadmin.py18
1 files changed, 4 insertions, 14 deletions
diff --git a/test/temp/rabbitmqadmin.py b/test/temp/rabbitmqadmin.py
index bb4ed118b7..cdddd56497 100755
--- a/test/temp/rabbitmqadmin.py
+++ b/test/temp/rabbitmqadmin.py
@@ -1,19 +1,9 @@
#!/usr/bin/env python
-# The contents of this file are subject to the Mozilla Public License
-# Version 1.1 (the "License"); you may not use this file except in
-# compliance with the License. You may obtain a copy of the License at
-# https://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS IS"
-# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-# License for the specific language governing rights and limitations
-# under the License.
-#
-# The Original Code is RabbitMQ Management Plugin.
-#
-# The Initial Developer of the Original Code is GoPivotal, Inc.
-# Copyright (c) 2010-2020 VMware, Inc. or its affiliates. All rights reserved.
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+# 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: