Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 7a8d576

Browse files
committed
Pivotal -> VMware
1 parent ee22a8e commit 7a8d576

File tree

64 files changed

+65
-65
lines changed

Some content is hidden

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

64 files changed

+65
-65
lines changed

.travis.yml

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

88
notifications:
9-
email: acogoluegnes@pivotal.io
9+
email: acogoluegnes@vmware.io
1010
addons:
1111
apt:
1212
sources:

LICENSE

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

189-
Copyright 2017 Pivotal
189+
Copyright (c) 2017-2020 VMware, Inc. or its affiliates.
190190

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

README.md

Lines changed: 1 addition & 1 deletion

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011-2019 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2011-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gradle/doc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011-2016 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2011-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gradle/releaser.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.time.ZonedDateTime
33
import java.time.temporal.ChronoField
44

55
/*
6-
* Copyright (c) 2011-Present Pivotal Software Inc, All Rights Reserved.
6+
* Copyright (c) 2011-2020 VMware, Inc. or its affiliates.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

gradle/setup.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2017-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ publishing {
7373
developer {
7474
id = 'acogoluegnes'
7575
name = 'Arnaud Cogoluègnes'
76-
email = 'acogoluegnes@pivotal.io'
76+
email = 'acogoluegnes@vmware.com'
7777
}
7878
}
7979
issueManagement {

reactor-rabbitmq-samples/src/main/java/reactor/rabbitmq/samples/SampleReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2019 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2017-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

reactor-rabbitmq-samples/src/main/java/reactor/rabbitmq/samples/SampleSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2017-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

reactor-rabbitmq-samples/src/main/java/reactor/rabbitmq/samples/SpringBootSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019 Pivotal Software Inc, All Rights Reserved.
2+
* Copyright (c) 2019-2020 VMware, Inc. or its affiliates.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)