Skip to content

Commit 7222537

Browse files
committed
Move license header to the top
1 parent 3c6badf commit 7222537

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/main/java/com/rabbitmq/client/impl/MicrometerMetricsCollector.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
2+
//
3+
// This software, the RabbitMQ Java client library, is triple-licensed under the
4+
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
5+
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
6+
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
7+
// please see LICENSE-APACHE2.
8+
//
9+
// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
10+
// either express or implied. See the LICENSE file for specific language governing
11+
// rights and limitations of this software.
12+
//
13+
// If you have any questions regarding licensing, please contact us at
14+
// info@rabbitmq.com.
15+
116
package com.rabbitmq.client.impl;
217

318
import com.rabbitmq.client.Channel;
@@ -16,21 +31,6 @@
1631
import static com.rabbitmq.client.impl.MicrometerMetricsCollector.Metrics.PUBLISHED_MESSAGES;
1732
import static com.rabbitmq.client.impl.MicrometerMetricsCollector.Metrics.REJECTED_MESSAGES;
1833

19-
// Copyright (c) 2007-Present Pivotal Software, Inc. All rights reserved.
20-
//
21-
// This software, the RabbitMQ Java client library, is triple-licensed under the
22-
// Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2
23-
// ("GPL") and the Apache License version 2 ("ASL"). For the MPL, please see
24-
// LICENSE-MPL-RabbitMQ. For the GPL, please see LICENSE-GPL2. For the ASL,
25-
// please see LICENSE-APACHE2.
26-
//
27-
// This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
28-
// either express or implied. See the LICENSE file for specific language governing
29-
// rights and limitations of this software.
30-
//
31-
// If you have any questions regarding licensing, please contact us at
32-
// info@rabbitmq.com.
33-
3434
/**
3535
* Micrometer implementation of {@link MetricsCollector}.
3636
* Note transactions are not supported (see {@link MetricsCollector}.

0 commit comments

Comments
 (0)