summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_tracing
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2023-01-01 23:17:36 -0500
committerMichael Klishin <michael@clojurewerkz.org>2023-01-01 23:17:36 -0500
commitec4f1dba7d78a7e27a6dca6889f79bad23ea008d (patch)
tree6494ebf3a52a0311397c7e535eeda33e6e0f31b5 /deps/rabbitmq_tracing
parent4ee60d6a6e2acb60c11c43adedee41f8fe37a95a (diff)
downloadrabbitmq-server-git-ec4f1dba7d78a7e27a6dca6889f79bad23ea008d.tar.gz
(c) year bump: 2022 => 2023
Diffstat (limited to 'deps/rabbitmq_tracing')
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_app.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_consumer.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_consumer_sup.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_files.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_mgmt.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_sup.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_traces.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_util.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_wm_file.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_wm_files.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_wm_trace.erl2
-rw-r--r--deps/rabbitmq_tracing/src/rabbit_tracing_wm_traces.erl2
-rw-r--r--deps/rabbitmq_tracing/test/rabbit_tracing_SUITE.erl2
13 files changed, 13 insertions, 13 deletions
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_app.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_app.erl
index c07ac114c2..cdbbf01740 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_app.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_app.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_app).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_consumer.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_consumer.erl
index 1d6c9702f0..3ba3831bdf 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_consumer.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_consumer.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_consumer).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_consumer_sup.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_consumer_sup.erl
index a246f04f9e..e4c3fea96a 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_consumer_sup.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_consumer_sup.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_consumer_sup).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_files.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_files.erl
index 08e2773ba7..9170735090 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_files.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_files.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_files).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_mgmt.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_mgmt.erl
index c439c04ae1..b24e65fc5a 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_mgmt.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_mgmt.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_mgmt).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_sup.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_sup.erl
index 609ded4da6..1253934d56 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_sup.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_sup.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_sup).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_traces.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_traces.erl
index 6478cc1e0f..0debf0d0db 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_traces.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_traces.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_traces).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_util.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_util.erl
index dcf5c0a15d..4c1057a2b7 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_util.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_util.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_util).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_file.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_file.erl
index 613b387c3f..6dfeea841d 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_file.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_file.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_wm_file).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_files.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_files.erl
index b584c567a3..580a47c5c2 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_files.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_files.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_wm_files).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_trace.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_trace.erl
index 73f23a0ae6..0b7e36d4a0 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_trace.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_trace.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_wm_trace).
diff --git a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_traces.erl b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_traces.erl
index 6fa1262827..a67b386da8 100644
--- a/deps/rabbitmq_tracing/src/rabbit_tracing_wm_traces.erl
+++ b/deps/rabbitmq_tracing/src/rabbit_tracing_wm_traces.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_wm_traces).
diff --git a/deps/rabbitmq_tracing/test/rabbit_tracing_SUITE.erl b/deps/rabbitmq_tracing/test/rabbit_tracing_SUITE.erl
index 34b440173a..172848d312 100644
--- a/deps/rabbitmq_tracing/test/rabbit_tracing_SUITE.erl
+++ b/deps/rabbitmq_tracing/test/rabbit_tracing_SUITE.erl
@@ -2,7 +2,7 @@
%% 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) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
+%% Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(rabbit_tracing_SUITE).