|
| 1 | +# Copyright (C) 2023 The ORTHW Project Authors |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# |
| 15 | +# SPDX-License-Identifier: Apache-2.0 |
| 16 | +# License-Filename: LICENSE |
| 17 | + |
| 18 | + |
| 19 | +header: |
| 20 | + license: |
| 21 | + spdx-id: Apache-2.0 |
| 22 | + copyright-owner: The ORTHW Project Authors (see <https://github.com/oss-review-toolkit/orthw/blob/main/NOTICE>) |
| 23 | + copyright-year: 2017 |
| 24 | + software-name: orthw |
| 25 | + pattern: | |
| 26 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 27 | + you may not use this file except in compliance with the License. |
| 28 | + You may obtain a copy of the License at |
| 29 | +
|
| 30 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 31 | +
|
| 32 | + Unless required by applicable law or agreed to in writing, software |
| 33 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 34 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 35 | + See the License for the specific language governing permissions and |
| 36 | + limitations under the License. |
| 37 | +
|
| 38 | + SPDX-License-Identifier: Apache-2.0 |
| 39 | + License-Filename: LICENSE |
| 40 | +
|
| 41 | + paths: |
| 42 | + - '**/*.py' |
| 43 | + |
| 44 | + comment: on-failure |
| 45 | + |
| 46 | + license-location-threshold: 80 |
| 47 | + |
| 48 | +dependency: |
| 49 | + files: |
| 50 | + - package.json |
0 commit comments