Skip to content

Commit 407ec69

Browse files
committed
Update copyright (year 2020)
1 parent f5318de commit 407ec69

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License.
447447
The Original Code is RabbitMQ.
448448

449449
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.''
451451

452452
[NOTE: The text of this Exhibit A may differ slightly from the text of
453453
the notices in the Source Code files of the Original Code. You should

projects/client/Apigen/properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
[assembly: AssemblyTitle("ApiGen")]
4848
[assembly: AssemblyDescription("")]
4949
[assembly: AssemblyConfiguration("")]
50-
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
50+
[assembly: AssemblyCompany("VMware, Inc. or its affiliates.")]
5151
[assembly: AssemblyProduct("ApiGen")]
52-
[assembly: AssemblyCopyright("Copyright © 2007-2016 Pivotal Software, Inc.")]
52+
[assembly: AssemblyCopyright("Copyright © 2007-2020 VMware, Inc. or its affiliates.")]
5353
[assembly: AssemblyTrademark("")]
5454
[assembly: AssemblyCulture("")]
5555

projects/client/RabbitMQ.Client/src/client/exceptions/AuthenticationFailureException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using System;

projects/client/RabbitMQ.Client/src/client/properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
4545
[assembly: AssemblyDescription("See https://rabbitmq.com")]
4646
[assembly: AssemblyConfiguration("")]
47-
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
47+
[assembly: AssemblyCompany("VMware, Inc. or its affiliates.")]
4848
[assembly: AssemblyProduct("RabbitMQ")]
49-
[assembly: AssemblyCopyright("Copyright © 2007-2016 Pivotal Software, Inc.")]
49+
[assembly: AssemblyCopyright("Copyright © 2007-2020 VMware, Inc. or its affiliates.")]
5050
[assembly: AssemblyTrademark("")]
5151
[assembly: AssemblyCulture("")]
5252

projects/client/RabbitMQ.Client/src/tokenized/AssemblyInfo.cs.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ using System.Runtime.InteropServices;
4545
[assembly: AssemblyTitle("RabbitMQ Client Library for .NET")]
4646
[assembly: AssemblyDescription("See https://rabbitmq.com")]
4747
[assembly: AssemblyConfiguration("")]
48-
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
48+
[assembly: AssemblyCompany("VMware, Inc. or its affiliates.")]
4949
[assembly: AssemblyProduct("RabbitMQ")]
50-
[assembly: AssemblyCopyright("Copyright © 2007-2016 Pivotal Software, Inc.")]
50+
[assembly: AssemblyCopyright("Copyright © 2007-2020 VMware, Inc. or its affiliates.")]
5151
[assembly: AssemblyTrademark("")]
5252
[assembly: AssemblyCulture("")]
5353

projects/client/RabbitMQ.Client/src/util/SynchronizedList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using System.Collections;

projects/client/Unit/properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
[assembly: AssemblyTitle("RabbitMQ.Client Unit Tests")]
4848
[assembly: AssemblyDescription("")]
4949
[assembly: AssemblyConfiguration("")]
50-
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
50+
[assembly: AssemblyCompany("VMware, Inc. or its affiliates.")]
5151
[assembly: AssemblyProduct("RabbitMQ.Client")]
52-
[assembly: AssemblyCopyright("Copyright © 2007-2016 Pivotal Software, Inc.")]
52+
[assembly: AssemblyCopyright("Copyright © 2007-2020 VMware, Inc. or its affiliates.")]
5353
[assembly: AssemblyTrademark("")]
5454
[assembly: AssemblyCulture("")]
5555

projects/client/Unit/src/unit/TestAmqpUri.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2011-2016 Pivotal Software, Inc.
7+
// Copyright (C) 2011-2020 VMware, Inc. or its affiliates.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using System;

projects/client/Unit/src/unit/TestBasicProperties.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2011-2016 Pivotal Software, Inc.
7+
// Copyright (C) 2011-2020 VMware, Inc. or its affiliates.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using NUnit.Framework;

projects/client/Unit/src/unit/TestConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2011-2016 Pivotal Software, Inc.
7+
// Copyright (C) 2011-2020 VMware, Inc. or its affiliates.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using System.Collections.Generic;

projects/client/Unit/src/unit/TestIntAllocator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// The Original Code is RabbitMQ.
3636
//
3737
// 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.
3939
//---------------------------------------------------------------------------
4040

4141
using System;

0 commit comments

Comments
 (0)