Skip to content

Commit 040f8cc

Browse files
Replace a few more leftover MPLv1.1 license headers
Most files have been using the MPLv2 headers for months now. These were detected by the OSL process.
1 parent 6e895d8 commit 040f8cc

32 files changed

+118
-1119
lines changed

deps/rabbit/scripts/rabbitmq-streams

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
#!/bin/sh
2-
## The contents of this file are subject to the Mozilla Public License
3-
## Version 1.1 (the "License"); you may not use this file except in
4-
## compliance with the License. You may obtain a copy of the License
5-
## at https://www.mozilla.org/MPL/
6-
##
7-
## Software distributed under the License is distributed on an "AS IS"
8-
## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
9-
## the License for the specific language governing rights and
10-
## limitations under the License.
11-
##
12-
## The Original Code is RabbitMQ.
2+
3+
## This Source Code Form is subject to the terms of the Mozilla Public
4+
## License, v. 2.0. If a copy of the MPL was not distributed with this
5+
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
136
##
14-
## The Initial Developer of the Original Code is GoPivotal, Inc.
15-
## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
7+
## Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
168
##
179

1810
# Exit immediately if a pipeline, which may consist of a single simple command,

deps/rabbit/scripts/rabbitmq-streams.bat

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
@echo off
2-
REM The contents of this file are subject to the Mozilla Public License
3-
REM Version 1.1 (the "License"); you may not use this file except in
4-
REM compliance with the License. You may obtain a copy of the License
5-
REM at https://www.mozilla.org/MPL/
6-
REM
7-
REM Software distributed under the License is distributed on an "AS IS"
8-
REM basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
9-
REM the License for the specific language governing rights and
10-
REM limitations under the License.
11-
REM
12-
REM The Original Code is RabbitMQ.
2+
3+
REM This Source Code Form is subject to the terms of the Mozilla Public
4+
REM License, v. 2.0. If a copy of the MPL was not distributed with this
5+
REM file, You can obtain one at https://mozilla.org/MPL/2.0/.
136
REM
14-
REM The Initial Developer of the Original Code is GoPivotal, Inc.
15-
REM Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
7+
REM Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
168
REM
179

1810
REM Scopes the variables to the current batch file

deps/rabbit/src/rabbit_fifo_v0.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

deps/rabbit/src/rabbit_osiris_metrics.erl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% Copyright (c) 2012-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
146
%%
157

168
-module(rabbit_osiris_metrics).

deps/rabbit/src/rabbit_queue_type_util.erl

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2018-2020 Pivotal Software, Inc. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

178
-module(rabbit_queue_type_util).

deps/rabbit/src/rabbit_ra_registry.erl

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
145
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
156
%%
167

deps/rabbit/src/rabbit_stream_coordinator.erl

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% Copyright (c) 2012-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
146
%%
7+
158
-module(rabbit_stream_coordinator).
169

1710
-behaviour(ra_machine).

deps/rabbit/src/rabbit_stream_queue.erl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% Copyright (c) 2012-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
146
%%
157

168
-module(rabbit_stream_queue).

deps/rabbit/test/rabbit_stream_queue_SUITE.erl

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
%% The contents of this file are subject to the Mozilla Public License
2-
%% Version 1.1 (the "License"); you may not use this file except in
3-
%% compliance with the License. You may obtain a copy of the License
4-
%% at https://www.mozilla.org/MPL/
1+
%% This Source Code Form is subject to the terms of the Mozilla Public
2+
%% License, v. 2.0. If a copy of the MPL was not distributed with this
3+
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
%%
6-
%% Software distributed under the License is distributed on an "AS IS"
7-
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
%% the License for the specific language governing rights and
9-
%% limitations under the License.
10-
%%
11-
%% The Original Code is RabbitMQ.
12-
%%
13-
%% Copyright (c) 2012-2021 VMware, Inc. or its affiliates. All rights reserved.
5+
%% Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
146
%%
157

168
-module(rabbit_stream_queue_SUITE).

deps/rabbitmq_cli/lib/rabbitmq/cli/streams/commands/set_stream_retention_policy_command.ex

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
## The contents of this file are subject to the Mozilla Public License
2-
## Version 1.1 (the "License"); you may not use this file except in
3-
## compliance with the License. You may obtain a copy of the License
4-
## at https://www.mozilla.org/MPL/
1+
## This Source Code Form is subject to the terms of the Mozilla Public
2+
## License, v. 2.0. If a copy of the MPL was not distributed with this
3+
## file, You can obtain one at https://mozilla.org/MPL/2.0/.
54
##
6-
## Software distributed under the License is distributed on an "AS IS"
7-
## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8-
## the License for the specific language governing rights and
9-
## limitations under the License.
10-
##
11-
## The Original Code is RabbitMQ.
12-
##
13-
## The Initial Developer of the Original Code is GoPivotal, Inc.
14-
## Copyright (c) 2007-2020 Pivotal Software, Inc. All rights reserved.
5+
## Copyright (c) 2007-2021 VMware, Inc. or its affiliates. All rights reserved.
6+
157

168
defmodule RabbitMQ.CLI.Streams.Commands.SetStreamRetentionPolicyCommand do
179
alias RabbitMQ.CLI.Core.DocGuide

0 commit comments

Comments
 (0)