|
| 1 | +{ |
| 2 | + "fileHeaderComment.parameter": { |
| 3 | + "*": { |
| 4 | + "commentbegin": "/********************************************************************************", |
| 5 | + "commentend": " ********************************************************************************/", |
| 6 | + "commentprefix": "", |
| 7 | + "commentbegin#": "###############################################################", |
| 8 | + "commentend#": "###############################################################", |
| 9 | + "commentprefix#": "#", |
| 10 | + "commentbegin<!->": "<!--", |
| 11 | + "commentend<!->": "-->", |
| 12 | + "commentprefix<!->": "-", |
| 13 | + "cx_header_default": [ |
| 14 | + "* Copyright (c) 2024 Contributors to the Eclipse Foundation", |
| 15 | + " *", |
| 16 | + " * See the NOTICE file(s) distributed with this work for additional", |
| 17 | + " * information regarding copyright ownership.", |
| 18 | + " *", |
| 19 | + " * This program and the accompanying materials are made available under the", |
| 20 | + " * terms of the Apache License, Version 2.0 which is available at", |
| 21 | + " * https://www.apache.org/licenses/LICENSE-2.0.", |
| 22 | + " *", |
| 23 | + " * Unless required by applicable law or agreed to in writing, software", |
| 24 | + " * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT", |
| 25 | + " * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the", |
| 26 | + " * License for the specific language governing permissions and limitations", |
| 27 | + " * under the License.", |
| 28 | + " *", |
| 29 | + " * SPDX-License-Identifier: Apache-2.0" |
| 30 | + ], |
| 31 | + "cx_header_with_#": [ |
| 32 | + "Copyright (c) 2024 Contributors to the Eclipse Foundation", |
| 33 | + "", |
| 34 | + " See the NOTICE file(s) distributed with this work for additional", |
| 35 | + " information regarding copyright ownership.", |
| 36 | + "", |
| 37 | + " This program and the accompanying materials are made available under the", |
| 38 | + " terms of the Apache License, Version 2.0 which is available at", |
| 39 | + " https://www.apache.org/licenses/LICENSE-2.0.", |
| 40 | + "", |
| 41 | + " Unless required by applicable law or agreed to in writing, software", |
| 42 | + " distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT", |
| 43 | + " WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the", |
| 44 | + " License for the specific language governing permissions and limitations", |
| 45 | + " under the License.", |
| 46 | + "", |
| 47 | + " SPDX-License-Identifier: Apache-2.0" |
| 48 | + ], |
| 49 | + "cx_header_with_<!->": [ |
| 50 | + "Copyright (c) 2024 Contributors to the Eclipse Foundation", |
| 51 | + "-", |
| 52 | + "- See the NOTICE file(s) distributed with this work for additional", |
| 53 | + "- information regarding copyright ownership.", |
| 54 | + "-", |
| 55 | + "- This program and the accompanying materials are made available under the", |
| 56 | + "- terms of the Apache License, Version 2.0 which is available at", |
| 57 | + "- https://www.apache.org/licenses/LICENSE-2.0.", |
| 58 | + "-", |
| 59 | + "- Unless required by applicable law or agreed to in writing, software", |
| 60 | + "- distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT", |
| 61 | + "- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the", |
| 62 | + "- License for the specific language governing permissions and limitations", |
| 63 | + "- under the License.", |
| 64 | + "-", |
| 65 | + "- SPDX-License-Identifier: Apache-2.0" |
| 66 | + ] |
| 67 | + } |
| 68 | + }, |
| 69 | + "fileHeaderComment.template": { |
| 70 | + "cx_header_default": [ |
| 71 | + "${commentbegin}", |
| 72 | + "${commentprefix} ${cx_header_default}", |
| 73 | + "${commentend}" |
| 74 | + ], |
| 75 | + "cx_header_with_<!->": [ |
| 76 | + "${commentbegin<!->}", |
| 77 | + "${commentprefix<!->} ${cx_header_with_<!->}", |
| 78 | + "${commentend<!->}" |
| 79 | + ], |
| 80 | + "cx_header_with_#": [ |
| 81 | + "${commentbegin#}", |
| 82 | + "${commentprefix#} ${cx_header_with_#}", |
| 83 | + "${commentend#}" |
| 84 | + ] |
| 85 | + } |
| 86 | +} |
0 commit comments