Skip to content

Commit 556c832

Browse files
committed
Fixup out of date header
1 parent a3af969 commit 556c832

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

codegen.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,19 @@ def printFileHeader():
111111
//
112112
// The Original Code is RabbitMQ.
113113
//
114-
// The Initial Developers of the Original Code are LShift Ltd.,
115-
// Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.
114+
// The Initial Developers of the Original Code are LShift Ltd,
115+
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
116116
//
117-
// Portions created by LShift Ltd., Cohesive Financial Technologies
118-
// LLC., and Rabbit Technologies Ltd. are Copyright (C) 2007-2008
119-
// LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit
120-
// Technologies Ltd.;
117+
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
118+
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
119+
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
120+
// Technologies LLC, and Rabbit Technologies Ltd.
121+
//
122+
// Portions created by LShift Ltd are Copyright (C) 2007-2009 LShift
123+
// Ltd. Portions created by Cohesive Financial Technologies LLC are
124+
// Copyright (C) 2007-2009 Cohesive Financial Technologies
125+
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
126+
// (C) 2007-2009 Rabbit Technologies Ltd.
121127
//
122128
// All Rights Reserved.
123129
//

src/com/rabbitmq/client/impl/ClientVersion.java.in

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// The contents of this -*- java -*- file are subject to the Mozilla Public License
1+
// The contents of this file are subject to the Mozilla Public License
22
// Version 1.1 (the "License"); you may not use this file except in
33
// compliance with the License. You may obtain a copy of the License at
44
// http://www.mozilla.org/MPL/
@@ -10,13 +10,19 @@
1010
//
1111
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd.,
14-
// Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.
13+
// The Initial Developers of the Original Code are LShift Ltd,
14+
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
1515
//
16-
// Portions created by LShift Ltd., Cohesive Financial Technologies
17-
// LLC., and Rabbit Technologies Ltd. are Copyright (C) 2007-2008
18-
// LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit
19-
// Technologies Ltd.;
16+
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17+
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18+
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19+
// Technologies LLC, and Rabbit Technologies Ltd.
20+
//
21+
// Portions created by LShift Ltd are Copyright (C) 2007-2009 LShift
22+
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23+
// Copyright (C) 2007-2009 Cohesive Financial Technologies
24+
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25+
// (C) 2007-2009 Rabbit Technologies Ltd.
2026
//
2127
// All Rights Reserved.
2228
//

0 commit comments

Comments
 (0)