|
4 | 4 | // The APL v2.0:
|
5 | 5 | //
|
6 | 6 | //---------------------------------------------------------------------------
|
7 |
| -// Copyright (C) 2007-2015 Pivotal Software, Inc. |
| 7 | +// Copyright (c) 2007-2016 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.
|
|
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) 2007-2015 Pivotal Software, Inc. All rights reserved. |
| 38 | +// Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved. |
39 | 39 | //---------------------------------------------------------------------------
|
40 | 40 |
|
41 | 41 | using System;
|
@@ -340,7 +340,7 @@ public void EmitPrelude() {
|
340 | 340 | EmitLine("// The APL v2.0:");
|
341 | 341 | EmitLine("//");
|
342 | 342 | EmitLine("//---------------------------------------------------------------------------");
|
343 |
| - EmitLine("// Copyright (C) 2007-2015 Pivotal Software, Inc."); |
| 343 | + EmitLine("// Copyright (c) 2007-2016 Pivotal Software, Inc."); |
344 | 344 | EmitLine("//");
|
345 | 345 | EmitLine("// Licensed under the Apache License, Version 2.0 (the \"License\");");
|
346 | 346 | EmitLine("// you may not use this file except in compliance with the License.");
|
@@ -371,7 +371,7 @@ public void EmitPrelude() {
|
371 | 371 | EmitLine("// The Original Code is RabbitMQ.");
|
372 | 372 | EmitLine("//");
|
373 | 373 | EmitLine("// The Initial Developer of the Original Code is Pivotal Software, Inc.");
|
374 |
| - EmitLine("// Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved."); |
| 374 | + EmitLine("// Copyright (c) 2007-2016 Pivotal Software, Inc. All rights reserved."); |
375 | 375 | EmitLine("//---------------------------------------------------------------------------");
|
376 | 376 | EmitLine("");
|
377 | 377 | EmitLine("using RabbitMQ.Client;");
|
|
0 commit comments