4
4
// The APL v2.0:
5
5
//
6
6
//---------------------------------------------------------------------------
7
- // Copyright (C) 2007-2014 GoPivotal , Inc.
7
+ // Copyright (C) 2007-2015 Pivotal Software , Inc.
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.
34
34
//
35
35
// The Original Code is RabbitMQ.
36
36
//
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.
39
39
//---------------------------------------------------------------------------
40
40
41
41
using System.Reflection;
@@ -45,9 +45,9 @@ using System.Runtime.InteropServices;
45
45
[assembly: AssemblyTitle("RabbitMQ Client Library for .Net")]
46
46
[assembly: AssemblyDescription("Open Source Enterprise Messaging")]
47
47
[assembly: AssemblyConfiguration("")]
48
- [assembly: AssemblyCompany("GoPivotal , Inc.")]
48
+ [assembly: AssemblyCompany("Pivotal Software , Inc.")]
49
49
[assembly: AssemblyProduct("RabbitMQ")]
50
- [assembly: AssemblyCopyright("Copyright © 2007-2014 GoPivotal , Inc.")]
50
+ [assembly: AssemblyCopyright("Copyright © 2007-2015 Pivotal Software , Inc.")]
51
51
[assembly: AssemblyTrademark("")]
52
52
[assembly: AssemblyCulture("")]
53
53
0 commit comments