Skip to content

Commit 194885a

Browse files
GoPivotal => Pivotal Software, update (c) year
1 parent c85bf96 commit 194885a

File tree

230 files changed

+268
-268
lines changed

Some content is hidden

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

230 files changed

+268
-268
lines changed

projects/client/Apigen/properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

@@ -48,7 +48,7 @@
4848
[assembly: AssemblyTitle("ApiGen")]
4949
[assembly: AssemblyDescription("")]
5050
[assembly: AssemblyConfiguration("")]
51-
[assembly: AssemblyCompany("GoPivotal, Inc.")]
51+
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
5252
[assembly: AssemblyProduct("ApiGen")]
5353
[assembly: AssemblyCopyright("Copyright © 2007-2015 Pivotal Software, Inc.")]
5454
[assembly: AssemblyTrademark("")]

projects/client/Apigen/src/apigen/AmqpClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

projects/client/Apigen/src/apigen/AmqpEntity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

projects/client/Apigen/src/apigen/AmqpField.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

projects/client/Apigen/src/apigen/AmqpMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

projects/client/Apigen/src/apigen/Apigen.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

@@ -370,7 +370,7 @@ public void EmitPrelude() {
370370
EmitLine("//");
371371
EmitLine("// The Original Code is RabbitMQ.");
372372
EmitLine("//");
373-
EmitLine("// The Initial Developer of the Original Code is GoPivotal, Inc.");
373+
EmitLine("// The Initial Developer of the Original Code is Pivotal Software, Inc.");
374374
EmitLine("// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.");
375375
EmitLine("//---------------------------------------------------------------------------");
376376
EmitLine("");

projects/client/ApigenBootstrap/properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
3838
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

@@ -48,7 +48,7 @@
4848
[assembly: AssemblyTitle("ApiGenBootstrap")]
4949
[assembly: AssemblyDescription("")]
5050
[assembly: AssemblyConfiguration("")]
51-
[assembly: AssemblyCompany("GoPivotal, Inc.")]
51+
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
5252
[assembly: AssemblyProduct("ApiGenBootstrap")]
5353
[assembly: AssemblyCopyright("Copyright © 2007-2015 Pivotal Software, Inc.")]
5454
[assembly: AssemblyTrademark("")]

projects/client/RabbitMQ.Client.WinRT/src/client/impl/SocketFrameHandler.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) 2007-2014 GoPivotal, Inc.
7+
// Copyright (C) 2007-2015 Pivotal Software, Inc.
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 GoPivotal, Inc.
38-
// Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
38+
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

4141
using RabbitMQ.Client.Exceptions;

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2014 GoPivotal, Inc.
7+
// Copyright (C) 2007-2015 Pivotal Software, Inc.
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.
@@ -34,8 +34,8 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
38-
// Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38+
// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

4141
using System.Reflection;
@@ -45,9 +45,9 @@ using System.Runtime.InteropServices;
4545
[assembly: AssemblyTitle("RabbitMQ Client Library for .Net")]
4646
[assembly: AssemblyDescription("Open Source Enterprise Messaging")]
4747
[assembly: AssemblyConfiguration("")]
48-
[assembly: AssemblyCompany("GoPivotal, Inc.")]
48+
[assembly: AssemblyCompany("Pivotal Software, Inc.")]
4949
[assembly: AssemblyProduct("RabbitMQ")]
50-
[assembly: AssemblyCopyright("Copyright © 2007-2014 GoPivotal, Inc.")]
50+
[assembly: AssemblyCopyright("Copyright © 2007-2015 Pivotal Software, Inc.")]
5151
[assembly: AssemblyTrademark("")]
5252
[assembly: AssemblyCulture("")]
5353

projects/client/RabbitMQ.Client.WinRT/src/util/ICloneable.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2014 GoPivotal, Inc.
7+
// Copyright (C) 2007-2015 Pivotal Software, Inc.
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.
@@ -34,8 +34,8 @@
3434
//
3535
// The Original Code is RabbitMQ.
3636
//
37-
// The Initial Developer of the Original Code is GoPivotal, Inc.
38-
// Copyright (c) 2013-2014 GoPivotal, Inc. All rights reserved.
37+
// The Initial Developer of the Original Code is Pivotal Software, Inc.
38+
// Copyright (c) 2013-2014 Pivotal Software, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

4141
namespace System

0 commit comments

Comments
 (0)