File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
447
447
The Original Code is RabbitMQ.
448
448
449
449
The Initial Developer of the Original Code is GoPivotal, Inc.
450
- Copyright (c) 2007-2014 GoPivotal , Inc. All rights reserved.''
450
+ Copyright (c) 2007-2020 VMware , Inc. or its affiliates . All rights reserved.''
451
451
452
452
[NOTE: The text of this Exhibit A may differ slightly from the text of
453
453
the notices in the Source Code files of the Original Code. You should
Original file line number Diff line number Diff line change 47
47
[ assembly: AssemblyTitle ( "ApiGen" ) ]
48
48
[ assembly: AssemblyDescription ( "" ) ]
49
49
[ assembly: AssemblyConfiguration ( "" ) ]
50
- [ assembly: AssemblyCompany ( "Pivotal Software , Inc." ) ]
50
+ [ assembly: AssemblyCompany ( "VMware , Inc. or its affiliates ." ) ]
51
51
[ assembly: AssemblyProduct ( "ApiGen" ) ]
52
- [ assembly: AssemblyCopyright ( "Copyright © 2007-2016 Pivotal Software , Inc." ) ]
52
+ [ assembly: AssemblyCopyright ( "Copyright © 2007-2020 VMware , Inc. or its affiliates ." ) ]
53
53
[ assembly: AssemblyTrademark ( "" ) ]
54
54
[ assembly: AssemblyCulture ( "" ) ]
55
55
Original file line number Diff line number Diff line change 35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2013-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2013-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System ;
Original file line number Diff line number Diff line change 44
44
[ assembly: AssemblyTitle ( "RabbitMQ Client Library for .NET" ) ]
45
45
[ assembly: AssemblyDescription ( "See https://rabbitmq.com" ) ]
46
46
[ assembly: AssemblyConfiguration ( "" ) ]
47
- [ assembly: AssemblyCompany ( "Pivotal Software , Inc." ) ]
47
+ [ assembly: AssemblyCompany ( "VMware , Inc. or its affiliates ." ) ]
48
48
[ assembly: AssemblyProduct ( "RabbitMQ" ) ]
49
- [ assembly: AssemblyCopyright ( "Copyright © 2007-2016 Pivotal Software , Inc." ) ]
49
+ [ assembly: AssemblyCopyright ( "Copyright © 2007-2020 VMware , Inc. or its affiliates ." ) ]
50
50
[ assembly: AssemblyTrademark ( "" ) ]
51
51
[ assembly: AssemblyCulture ( "" ) ]
52
52
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ using System.Runtime.InteropServices;
45
45
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
46
46
[assembly: AssemblyDescription("See https://rabbitmq.com")]
47
47
[assembly: AssemblyConfiguration("")]
48
- [assembly: AssemblyCompany("Pivotal Software , Inc.")]
48
+ [assembly: AssemblyCompany("VMware , Inc. or its affiliates .")]
49
49
[assembly: AssemblyProduct("RabbitMQ")]
50
- [assembly: AssemblyCopyright("Copyright © 2007-2016 Pivotal Software , Inc.")]
50
+ [assembly: AssemblyCopyright("Copyright © 2007-2020 VMware , Inc. or its affiliates .")]
51
51
[assembly: AssemblyTrademark("")]
52
52
[assembly: AssemblyCulture("")]
53
53
Original file line number Diff line number Diff line change 35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2013-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2013-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System . Collections ;
Original file line number Diff line number Diff line change 47
47
[ assembly: AssemblyTitle ( "RabbitMQ.Client Unit Tests" ) ]
48
48
[ assembly: AssemblyDescription ( "" ) ]
49
49
[ assembly: AssemblyConfiguration ( "" ) ]
50
- [ assembly: AssemblyCompany ( "Pivotal Software , Inc." ) ]
50
+ [ assembly: AssemblyCompany ( "VMware , Inc. or its affiliates ." ) ]
51
51
[ assembly: AssemblyProduct ( "RabbitMQ.Client" ) ]
52
- [ assembly: AssemblyCopyright ( "Copyright © 2007-2016 Pivotal Software , Inc." ) ]
52
+ [ assembly: AssemblyCopyright ( "Copyright © 2007-2020 VMware , Inc. or its affiliates ." ) ]
53
53
[ assembly: AssemblyTrademark ( "" ) ]
54
54
[ assembly: AssemblyCulture ( "" ) ]
55
55
Original file line number Diff line number Diff line change 4
4
// The APL v2.0:
5
5
//
6
6
//---------------------------------------------------------------------------
7
- // Copyright (C) 2011-2016 Pivotal Software , Inc.
7
+ // Copyright (C) 2011-2020 VMware , Inc. or its affiliates .
8
8
//
9
9
// Licensed under the Apache License, Version 2.0 (the "License");
10
10
// you may not use this file except in compliance with the License.
35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2011-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2011-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System ;
Original file line number Diff line number Diff line change 4
4
// The APL v2.0:
5
5
//
6
6
//---------------------------------------------------------------------------
7
- // Copyright (C) 2011-2016 Pivotal Software , Inc.
7
+ // Copyright (C) 2011-2020 VMware , Inc. or its affiliates .
8
8
//
9
9
// Licensed under the Apache License, Version 2.0 (the "License");
10
10
// you may not use this file except in compliance with the License.
35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2011-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2011-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using NUnit . Framework ;
Original file line number Diff line number Diff line change 4
4
// The APL v2.0:
5
5
//
6
6
//---------------------------------------------------------------------------
7
- // Copyright (C) 2011-2016 Pivotal Software , Inc.
7
+ // Copyright (C) 2011-2020 VMware , Inc. or its affiliates .
8
8
//
9
9
// Licensed under the Apache License, Version 2.0 (the "License");
10
10
// you may not use this file except in compliance with the License.
35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2011-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2011-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System . Collections . Generic ;
Original file line number Diff line number Diff line change 35
35
// The Original Code is RabbitMQ.
36
36
//
37
37
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38
- // Copyright (c) 2013-2016 Pivotal Software , Inc. All rights reserved.
38
+ // Copyright (c) 2013-2020 VMware , Inc. or its affiliates . All rights reserved.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System ;
You can’t perform that action at this time.
0 commit comments