|
| 1 | +#=============================================================================== |
| 2 | +# Copyright 2025 Intel Corporation |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | + |
| 16 | +header: |
| 17 | + license: |
| 18 | + spdx-id: Apache-2.0 |
| 19 | + pattern: | |
| 20 | + (Copyright \d{4} Intel Corporation|Copyright \d{4}(?:[,\s-]+\d{4})* (Arm Ltd\. and affiliates|Codeplay Software Limited|FUJITSU LIMITED|KNS Group LLC \(YADRO\)|IBM Corporation|Alanna Tempest|YANDEX LLC)) |
| 21 | + Licensed under the Apache License, Version 2\.0 \(the "License"\); |
| 22 | + you may not use this file except in compliance with the License\. |
| 23 | + You may obtain a copy of the License at |
| 24 | +
|
| 25 | + http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0 |
| 26 | +
|
| 27 | + Unless required by applicable law or agreed to in writing, software |
| 28 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 29 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\. |
| 30 | + See the License for the specific language governing permissions and |
| 31 | + limitations under the License\. |
| 32 | +
|
| 33 | + paths: |
| 34 | + - '**' |
| 35 | + |
| 36 | + paths-ignore: |
| 37 | +# all documentation-like files |
| 38 | + - '**doc/**' |
| 39 | + - '**/*.md' |
| 40 | + |
| 41 | +# files in the root (which are typically are doc-like files) |
| 42 | + - '*' |
| 43 | + |
| 44 | +# Github automation |
| 45 | + - '**/*.github/**' |
| 46 | + - '**/*.git*' |
| 47 | + |
| 48 | +# Clang tools configs |
| 49 | + - '**/*.clang-*' |
| 50 | + |
| 51 | +# cmake |
| 52 | + - 'cmake/ACL.cmake' |
| 53 | + - 'cmake/FindACL.cmake' |
| 54 | + - 'cmake/FindBLAS.cmake' |
| 55 | + - 'cmake/FindOpenCL.cmake' |
| 56 | + |
| 57 | +# benchdnn inputs |
| 58 | + - 'tests/benchdnn/inputs/**' |
| 59 | + |
| 60 | +# Third party components |
| 61 | + - 'third_party/**' |
| 62 | + |
| 63 | +# visual-studio files |
| 64 | + - '**/*.vcxproj*' |
| 65 | + |
| 66 | + license-location-threshold: 111 # specifies the index threshold where the license header can be located. |
0 commit comments