Skip to content

Commit

Permalink
chore: update license headers for some .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Oct 31, 2024
1 parent 6dfb5c9 commit 34afa43
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
20 changes: 2 additions & 18 deletions .github/.licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,8 @@
header:
license:
spdx-id: Apache-2.0
content: |
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.
You may obtain a copy of the License at
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.
See the License for the specific language governing permissions and
limitations under the License.
pattern: |
Copyright \d{4} Intel Corporation
Copyright contributors to the oneDAL project|Copyright \d{4} Intel Corporation
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.
Expand Down Expand Up @@ -63,7 +48,7 @@ header:
# Editorconfig configs
- '.ecrc'
- '.editorconfig'
# Samples READMEs:
# Samples READMEs and licenses:
- 'samples/daal/cpp/mpi/README.md'
- 'samples/daal/cpp/mysql/README.md'
- 'samples/daal/cpp/mpi/license.txt'
Expand All @@ -85,7 +70,6 @@ header:
- '.github/workflows/*.yml'
- '.github/.mergify.yml'
- '.github/CODEOWNERS'
- '.github/pull_request_template.md'
- '.github/renovate.json'
# Specific files
- 'LICENSE'
Expand Down
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!--
~ Copyright 2019 Intel Corporation
~
~ 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
~
~ 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.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

## Description

_Add a comprehensive description of proposed changes_
Expand Down
2 changes: 1 addition & 1 deletion docs/source/onedal/gpu_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the differences in CPU and GPU support below.

GPU-Supported Targets
*********************
OneDAL is designed to work with Intel(R) GPUs specifically, but it could potentially
The oneAPI Data Analytics Library (oneDAL) is designed to work with Intel(R) GPUs specifically, but it could potentially
run on other hardware platforms if a SYCL runtime is available.

.. tabularcolumns:: |\Y{0.5}|\Y{0.5}|
Expand Down

0 comments on commit 34afa43

Please sign in to comment.