|
42 | 42 |
|
43 | 43 |
|
44 | 44 | COPYRIGHT_HEADER = """\
|
| 45 | +/* |
| 46 | + * Copyright (c) 2017-2019, Oracle and/or its affiliates. |
| 47 | + * Copyright (c) 2014 by Bart Kiers |
| 48 | + * |
| 49 | + * The MIT License (MIT) |
| 50 | + * |
| 51 | + * Permission is hereby granted, free of charge, to any person |
| 52 | + * obtaining a copy of this software and associated documentation |
| 53 | + * files (the "Software"), to deal in the Software without |
| 54 | + * restriction, including without limitation the rights to use, |
| 55 | + * copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 56 | + * copies of the Software, and to permit persons to whom the |
| 57 | + * Software is furnished to do so, subject to the following |
| 58 | + * conditions: |
| 59 | + * |
| 60 | + * The above copyright notice and this permission notice shall be |
| 61 | + * included in all copies or substantial portions of the Software. |
| 62 | + * |
| 63 | + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 64 | + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 65 | + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 66 | + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 67 | + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 68 | + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 69 | + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 70 | + * OTHER DEALINGS IN THE SOFTWARE. |
| 71 | + */ |
45 | 72 | // Checkstyle: stop
|
46 | 73 | //@formatter:off
|
47 | 74 | {0}
|
|
0 commit comments