|
1 | 1 | // This source code is dual-licensed under the Apache License, version
|
2 |
| -// 2.0, and the Mozilla Public License, version 1.1. |
| 2 | +// 2.0, and the Mozilla Public License, version 2.0. |
3 | 3 | //
|
4 | 4 | // The APL v2.0:
|
5 | 5 | //
|
|
19 | 19 | // limitations under the License.
|
20 | 20 | //---------------------------------------------------------------------------
|
21 | 21 | //
|
22 |
| -// The MPL v1.1: |
| 22 | +// The MPL v2.0: |
23 | 23 | //
|
24 | 24 | //---------------------------------------------------------------------------
|
25 |
| -// The contents of this file are subject to the Mozilla Public License |
26 |
| -// Version 1.1 (the "License"); you may not use this file except in |
27 |
| -// compliance with the License. You may obtain a copy of the License |
28 |
| -// at https://www.mozilla.org/MPL/ |
| 25 | +// This Source Code Form is subject to the terms of the Mozilla Public |
| 26 | +// License, v. 2.0. If a copy of the MPL was not distributed with this |
| 27 | +// file, You can obtain one at https://mozilla.org/MPL/2.0/. |
29 | 28 | //
|
30 |
| -// Software distributed under the License is distributed on an "AS IS" |
31 |
| -// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See |
32 |
| -// the License for the specific language governing rights and |
33 |
| -// limitations under the License. |
34 |
| -// |
35 |
| -// The Original Code is RabbitMQ. |
36 |
| -// |
37 |
| -// The Initial Developer of the Original Code is Pivotal Software, Inc. |
38 | 29 | // Copyright (c) 2007-2020 VMware, Inc. All rights reserved.
|
39 | 30 | //---------------------------------------------------------------------------
|
40 | 31 |
|
@@ -406,42 +397,33 @@ public void EmitPrelude()
|
406 | 397 | @"// Autogenerated code. Do not edit.
|
407 | 398 |
|
408 | 399 | // This source code is dual-licensed under the Apache License, version
|
409 |
| -// 2.0, and the Mozilla Public License, version 1.1. |
| 400 | +// 2.0, and the Mozilla Public License, version 2.0. |
410 | 401 | //
|
411 | 402 | // The APL v2.0:
|
412 | 403 | //
|
413 | 404 | //---------------------------------------------------------------------------
|
414 | 405 | // Copyright (c) 2007-2020 VMware, Inc.
|
415 | 406 | //
|
416 |
| -// Licensed under the Apache License, Version 2.0 (the ""License""); |
| 407 | +// Licensed under the Apache License, Version 2.0 (the "License"); |
417 | 408 | // you may not use this file except in compliance with the License.
|
418 | 409 | // You may obtain a copy of the License at
|
419 | 410 | //
|
420 | 411 | // https://www.apache.org/licenses/LICENSE-2.0
|
421 | 412 | //
|
422 | 413 | // Unless required by applicable law or agreed to in writing, software
|
423 |
| -// distributed under the License is distributed on an ""AS IS"" BASIS, |
| 414 | +// distributed under the License is distributed on an "AS IS" BASIS, |
424 | 415 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
425 | 416 | // See the License for the specific language governing permissions and
|
426 | 417 | // limitations under the License.
|
427 | 418 | //---------------------------------------------------------------------------
|
428 | 419 | //
|
429 |
| -// The MPL v1.1: |
| 420 | +// The MPL v2.0: |
430 | 421 | //
|
431 | 422 | //---------------------------------------------------------------------------
|
432 |
| -// The contents of this file are subject to the Mozilla Public License |
433 |
| -// Version 1.1 (the ""License""); you may not use this file except in |
434 |
| -// compliance with the License. You may obtain a copy of the License at |
435 |
| -// https://www.rabbitmq.com/mpl.html |
436 |
| -// |
437 |
| -// Software distributed under the License is distributed on an ""AS IS"" |
438 |
| -// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
439 |
| -// License for the specific language governing rights and limitations |
440 |
| -// under the License. |
441 |
| -// |
442 |
| -// The Original Code is RabbitMQ. |
| 423 | +// This Source Code Form is subject to the terms of the Mozilla Public |
| 424 | +// License, v. 2.0. If a copy of the MPL was not distributed with this |
| 425 | +// file, You can obtain one at https://mozilla.org/MPL/2.0/. |
443 | 426 | //
|
444 |
| -// The Initial Developer of the Original Code is Pivotal Software, Inc. |
445 | 427 | // Copyright (c) 2007-2020 VMware, Inc. All rights reserved.
|
446 | 428 | //---------------------------------------------------------------------------
|
447 | 429 |
|
|
0 commit comments