Skip to content

Commit 9c79ad8

Browse files
More missed license header updates #9969
1 parent f414c2d commit 9c79ad8

File tree

63 files changed

+71
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+71
-72
lines changed

deps/amqp_client/src/overview.edoc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@title AMQP Client for Erlang
2-
@author GoPivotal Inc. <[email protected]>
3-
@copyright 2007-2020 VMware, Inc. or its affiliates.
1+
@title AMQP 0-9-1 Client for Erlang
2+
@author Broadcom Inc. <[email protected]>
3+
@copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
44

55
@version %%VERSION%%
66

deps/amqp_client/src/uri_parser.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% This file is a copy of http_uri.erl from the R13B-1 Erlang/OTP
22
%% distribution with several modifications.
33

4-
%% All modifications are Copyright (c) 2009-2023 VMware, Inc. or its affiliates.
4+
%% All modifications are Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
55

66
%% ``The contents of this file are subject to the Erlang Public License,
77
%% Version 1.1, (the "License"); you may not use this file except in

deps/rabbit/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbit/src/pg_local.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
%% versions of Erlang/OTP. The remaining type specs have been
1414
%% removed.
1515

16-
%% All modifications are (C) 2010-2023 VMware, Inc. or its affiliates.
16+
%% All modifications are (C) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1717

1818
%% %CopyrightBegin%
1919
%%

deps/rabbit/src/rabbit_deprecated_features.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% This module provides an API to manage deprecated features in RabbitMQ. It

deps/rabbit/src/rabbit_feature_flags.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2018-2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% This module offers a framework to declare capabilities a RabbitMQ node

deps/rabbit/src/rabbit_ff_controller.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% The feature flag controller is responsible for synchronization and managing

deps/rabbit/src/rabbit_ff_extra.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% @copyright 2018-2023 VMware, Inc. or its affiliates.
5+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
66
%%
77
%% @doc
88
%% This module provides extra functions unused by the feature flags

deps/rabbit/src/rabbit_ff_registry.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2018-2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% This module exposes the API of the {@link rabbit_feature_flags}

deps/rabbit/src/rabbit_ff_registry_wrapper.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% This module sits in front of {@link rabbit_ff_registry}.

deps/rabbit/src/rabbit_prelaunch_logging.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%
77

88
%% @author The RabbitMQ team
9-
%% @copyright 2019-2023 VMware, Inc. or its affiliates.
9+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
1010
%%
1111
%% @doc
1212
%% This module manages the configuration of the Erlang Logger facility. In

deps/rabbit/test/temp/rabbitmqadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
6-
# Copyright (c) 2010-2020 VMware, Inc. or its affiliates. All rights reserved
6+
# Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved
77

88
import sys
99
if sys.version_info[0] < 2 or sys.version_info[1] < 6:

deps/rabbit_common/src/gen_server2.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
%%
9494
%% 11) Internal buffer length is emitted as a core [RabbitMQ] metric.
9595

96-
%% All modifications are (C) 2009-2023 VMware, Inc. or its affiliates.
96+
%% All modifications are (C) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
9797

9898
%% ``The contents of this file are subject to the Erlang Public License,
9999
%% Version 1.1, (the "License"); you may not use this file except in

deps/rabbit_common/src/rabbit_peer_discovery_backend.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% from rabbitmq-autocluster by Gavin Roy.
33
%%
44
%% Copyright (c) 2014-2015 AWeber Communications
5-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates
5+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
66
%% All rights reserved.
77
%%
88
%% Redistribution and use in source and binary forms, with or without modification,

deps/rabbit_common/src/supervisor2.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
%% 4) normal, and {shutdown, _} exit reasons are all treated the same
3939
%% (i.e. are regarded as normal exits)
4040
%%
41-
%% All modifications are (C) 2010-2023 VMware, Inc. or its affiliates.
41+
%% All modifications are (C) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
4242
%%
4343
%% %CopyrightBegin%
4444
%%

deps/rabbitmq_auth_backend_cache/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_auth_backend_ldap/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_auth_backend_oauth2/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_aws/src/rabbitmq_aws_config.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% ====================================================================
22
%% @author Gavin M. Roy <[email protected]>
33
%% @copyright 2016, Gavin M. Roy
4-
%% @copyright 2016-2023 VMware, Inc. or its affiliates.
4+
%% @copyright 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
55
%% @private
66
%% @doc rabbitmq_aws configuration functionality
77
%% @end

deps/rabbitmq_cli/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_codegen/amqp-rabbitmq-0.8.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"minor-version": 0,
55
"port": 5672,
66
"copyright": [
7-
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\n",
7+
"Copyright (C) 2007-2024 Broadcom Inc. and its subsidiaries. All rights reserved.\n",
88
"\n",
99
"Permission is hereby granted, free of charge, to any person\n",
1010
"obtaining a copy of this file (the \"Software\"), to deal in the\n",

deps/rabbitmq_codegen/amqp-rabbitmq-0.9.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"revision": 1,
66
"port": 5672,
77
"copyright": [
8-
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\n",
8+
"Copyright (C) 2007-2024 Broadcom Inc. and its subsidiaries. All rights reserved.\n",
99
"\n",
1010
"Permission is hereby granted, free of charge, to any person\n",
1111
"obtaining a copy of this file (the \"Software\"), to deal in the\n",

deps/rabbitmq_codegen/credit_extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"hence you are strongly discouraged from building clients ",
1010
"which use it."],
1111
"copyright": [
12-
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates.\n",
12+
"Copyright (C) 2007-2024 Broadcom Inc. and its subsidiaries. All rights reserved.\n",
1313
"\n",
1414
"Permission is hereby granted, free of charge, to any person\n",
1515
"obtaining a copy of this file (the \"Software\"), to deal in the\n",

deps/rabbitmq_codegen/demo_extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extension": {
33
"name": "demo",
44
"version": "1.0",
5-
"copyright": "Copyright (C) 2009-2020 VMware, Inc. or its affiliates."
5+
"copyright": "Copyright (c) 2007-2024 Broadcom Inc. and its subsidiaries. All rights reserved."
66
},
77
"domains": [
88
["foo-domain", "shortstr"]

deps/rabbitmq_codegen/license_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The files amqp-rabbitmq-0.8.json and amqp-rabbitmq-0.9.1.json are
2-
"Copyright (C) 2008-2020 VMware, Inc. or its affiliates. and are covered by the MIT
2+
"Copyright (c) 2007-2024 Broadcom Inc. and its subsidiaries. All rights reserved. and are covered by the MIT
33
license.
44

deps/rabbitmq_consistent_hash_exchange/README.md

Lines changed: 2 additions & 2 deletions

deps/rabbitmq_ct_helpers/LICENSE-APACHE2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2017-2020 VMware, Inc. or its affiliates.
190+
Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

deps/rabbitmq_federation/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_federation_management/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_management/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_management/src/rabbit_mgmt_db_cache.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% License, v. 2.0. If a copy of the MPL was not distributed with this
33
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
44
%%
5-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
66

77
-module(rabbit_mgmt_db_cache).
88

deps/rabbitmq_mqtt/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_mqtt/test/java_SUITE_data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
// License, v. 2.0. If a copy of the MPL was not distributed with this
181181
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
182182
//
183-
// Copyright (c) $YEAR VMware, Inc. or its affiliates. All rights reserved.
183+
// Copyright (c) 2007-2024, Inc. or its affiliates. All rights reserved.
184184
//
185185
</content>
186186
</licenseHeader>

deps/rabbitmq_peer_discovery_aws/src/rabbit_peer_discovery_aws.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbit_peer_discovery_aws).

deps/rabbitmq_peer_discovery_common/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_peer_discovery_common/src/rabbit_peer_discovery_cleanup.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99
-module(rabbit_peer_discovery_cleanup).
1010

deps/rabbitmq_peer_discovery_common/src/rabbit_peer_discovery_config.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbit_peer_discovery_config).

deps/rabbitmq_peer_discovery_common/src/rabbit_peer_discovery_httpc.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbit_peer_discovery_httpc).

deps/rabbitmq_peer_discovery_common/src/rabbit_peer_discovery_util.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99
-module(rabbit_peer_discovery_util).
1010

@@ -410,7 +410,7 @@ as_list([]) -> [];
410410
as_list(Value) when is_atom(Value) ; is_integer(Value) ; is_binary(Value) ->
411411
[Value];
412412
as_list(Value) when is_list(Value) ->
413-
Parse = fun(T) ->
413+
Parse = fun(T) ->
414414
S = string:strip(T),
415415
case string:to_float(S) of
416416
{Float, []} -> Float;

deps/rabbitmq_peer_discovery_consul/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_peer_discovery_consul/src/rabbit_peer_discovery_consul.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbit_peer_discovery_consul).

deps/rabbitmq_peer_discovery_consul/test/rabbitmq_peer_discovery_consul_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbitmq_peer_discovery_consul_SUITE).

deps/rabbitmq_peer_discovery_etcd/README.md

Lines changed: 1 addition & 1 deletion

deps/rabbitmq_peer_discovery_etcd/src/rabbit_peer_discovery_etcd.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbit_peer_discovery_etcd).

deps/rabbitmq_peer_discovery_etcd/src/rabbitmq_peer_discovery_etcd.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The Initial Developer of the Original Code is AWeber Communications.
66
%% Copyright (c) 2015-2016 AWeber Communications
7-
%% Copyright (c) 2016-2023 VMware, Inc. or its affiliates. All rights reserved.
7+
%% Copyright (c) 2007-2024 Broadcom. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. All rights reserved. All rights reserved.
88
%%
99

1010
-module(rabbitmq_peer_discovery_etcd).

0 commit comments

Comments
 (0)