summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-05-24 04:19:23 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-05-24 04:19:23 +0300
commit7cb55202a039a4f4078bbc7217d919bb4fa05562 (patch)
treee9aa9db2330b99c7e47aa40a0e669d66284edd21 /test
parent29242a376589065ccdb411246ecfaf585a9a072f (diff)
downloadrabbitmq-server-git-7cb55202a039a4f4078bbc7217d919bb4fa05562.tar.gz
(c) year
Diffstat (limited to 'test')
-rw-r--r--test/src/credit_flow_test.erl2
-rw-r--r--test/src/gm_qc.erl2
-rw-r--r--test/src/gm_soak_test.erl2
-rw-r--r--test/src/gm_speed_test.erl2
-rw-r--r--test/src/gm_tests.erl2
-rw-r--r--test/src/mirrored_supervisor_tests.erl2
-rw-r--r--test/src/mirrored_supervisor_tests_gs.erl2
-rw-r--r--test/src/rabbit_backing_queue_qc.erl2
-rw-r--r--test/src/rabbit_runtime_parameters_test.erl2
-rw-r--r--test/src/rabbit_tests.erl2
-rw-r--r--test/src/rabbit_tests_event_receiver.erl2
-rw-r--r--test/src/supervisor2_tests.erl2
-rw-r--r--test/src/test_sup.erl2
-rw-r--r--test/src/vm_memory_monitor_tests.erl2
-rwxr-xr-xtest/temp/rabbitmqadmin.py2
15 files changed, 15 insertions, 15 deletions
diff --git a/test/src/credit_flow_test.erl b/test/src/credit_flow_test.erl
index 8ef73e0bad..db014888eb 100644
--- a/test/src/credit_flow_test.erl
+++ b/test/src/credit_flow_test.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(credit_flow_test).
diff --git a/test/src/gm_qc.erl b/test/src/gm_qc.erl
index 394cbcbd12..c6b33a2b9f 100644
--- a/test/src/gm_qc.erl
+++ b/test/src/gm_qc.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(gm_qc).
diff --git a/test/src/gm_soak_test.erl b/test/src/gm_soak_test.erl
index 90b94e4221..32476b56bc 100644
--- a/test/src/gm_soak_test.erl
+++ b/test/src/gm_soak_test.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(gm_soak_test).
diff --git a/test/src/gm_speed_test.erl b/test/src/gm_speed_test.erl
index f2aedff626..f11e7d487b 100644
--- a/test/src/gm_speed_test.erl
+++ b/test/src/gm_speed_test.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(gm_speed_test).
diff --git a/test/src/gm_tests.erl b/test/src/gm_tests.erl
index db552ce794..8daac11125 100644
--- a/test/src/gm_tests.erl
+++ b/test/src/gm_tests.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(gm_tests).
diff --git a/test/src/mirrored_supervisor_tests.erl b/test/src/mirrored_supervisor_tests.erl
index bf7d2e55a5..34411c2c62 100644
--- a/test/src/mirrored_supervisor_tests.erl
+++ b/test/src/mirrored_supervisor_tests.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(mirrored_supervisor_tests).
diff --git a/test/src/mirrored_supervisor_tests_gs.erl b/test/src/mirrored_supervisor_tests_gs.erl
index 12ed0d6fdd..beaf49a44d 100644
--- a/test/src/mirrored_supervisor_tests_gs.erl
+++ b/test/src/mirrored_supervisor_tests_gs.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(mirrored_supervisor_tests_gs).
diff --git a/test/src/rabbit_backing_queue_qc.erl b/test/src/rabbit_backing_queue_qc.erl
index 622b1b161f..a025823910 100644
--- a/test/src/rabbit_backing_queue_qc.erl
+++ b/test/src/rabbit_backing_queue_qc.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_backing_queue_qc).
diff --git a/test/src/rabbit_runtime_parameters_test.erl b/test/src/rabbit_runtime_parameters_test.erl
index 2e694242c3..d88975b61e 100644
--- a/test/src/rabbit_runtime_parameters_test.erl
+++ b/test/src/rabbit_runtime_parameters_test.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_runtime_parameters_test).
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl
index 3cad6e5938..95a8c45ffa 100644
--- a/test/src/rabbit_tests.erl
+++ b/test/src/rabbit_tests.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_tests).
diff --git a/test/src/rabbit_tests_event_receiver.erl b/test/src/rabbit_tests_event_receiver.erl
index ccbdcbc27a..610496b60c 100644
--- a/test/src/rabbit_tests_event_receiver.erl
+++ b/test/src/rabbit_tests_event_receiver.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(rabbit_tests_event_receiver).
diff --git a/test/src/supervisor2_tests.erl b/test/src/supervisor2_tests.erl
index 195211b07a..199c66eca0 100644
--- a/test/src/supervisor2_tests.erl
+++ b/test/src/supervisor2_tests.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2011-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2011-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(supervisor2_tests).
diff --git a/test/src/test_sup.erl b/test/src/test_sup.erl
index d5b2a26fb6..84d14f725d 100644
--- a/test/src/test_sup.erl
+++ b/test/src/test_sup.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(test_sup).
diff --git a/test/src/vm_memory_monitor_tests.erl b/test/src/vm_memory_monitor_tests.erl
index 1f7cea33b6..61d62f862d 100644
--- a/test/src/vm_memory_monitor_tests.erl
+++ b/test/src/vm_memory_monitor_tests.erl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
-module(vm_memory_monitor_tests).
diff --git a/test/temp/rabbitmqadmin.py b/test/temp/rabbitmqadmin.py
index 71c5ca4366..1e7552b92c 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-2014 GoPivotal, Inc. All rights reserved.
+# Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
import sys
if sys.version_info[0] < 2 or sys.version_info[1] < 6: