Skip to content

Commit

Permalink
chore: update license headers for couple more .rst
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Dec 4, 2024
1 parent 0c0ad1e commit 45c7cbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/.licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@
header:
license:
spdx-id: Apache-2.0
copyright-owner: contributors to the oneDAL project
pattern: |
Copyright \d{4} Intel Corporation|Copyright contributors to the oneDAL project
(Copyright \d{4} Intel Corporation|Copyright contributors to the oneDAL project)
Licensed under the Apache License, Version 2.0 \(the "License"\);
you may not use this file except in compliance with the License.
Licensed under the Apache License, Version 2\.0 \(the "License"\);
you may not use this file except in compliance with the License\.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http:\/\/www\.apache\.org\/licenses\/LICENSE-2\.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License\.
paths:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/skywalking-eyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: read-all
jobs:
check-license-header:
name: Check License Header
if: github.repository == 'oneapi-src/oneDAL'
if: github.repository == 'uxlfoundation/oneDAL'
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
Expand Down

0 comments on commit 45c7cbc

Please sign in to comment.