Skip to content

Commit c4d45c8

Browse files
author
Colin Davidson
authored
Merge pull request #948 from coldav/colin/update_license_path
Changed copyright license to point to correct license file path
2 parents a695071 + 38031a2 commit c4d45c8

File tree

5,557 files changed

+5577
-5577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,557 files changed

+5577
-5577
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body:
99
- type: markdown
1010
attributes:
1111
value: |
12-
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
12+
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
1313
- type: markdown
1414
attributes:
1515
value: |
16-
We ask that you check to see if a similar bug report has already been opened in [Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/labels/bug).
16+
We ask that you check to see if a similar bug report has already been opened in [Issues](https://github.com/uxlfoundation/oneapi-construction-kit/labels/bug).
1717
- type: input
1818
id: version
1919
attributes:

.github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body:
99
- type: markdown
1010
attributes:
1111
value: |
12-
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
12+
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
1313
- type: markdown
1414
attributes:
1515
value: |
16-
We ask that you check to see if a similar enhancement has already been suggested by someone else in [Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/issues?q=label%3Aenhancement). It may be that your requested feature may be covered by another feature.
16+
We ask that you check to see if a similar enhancement has already been suggested by someone else in [Issues](https://github.com/uxlfoundation/oneapi-construction-kit/issues?q=label%3Aenhancement). It may be that your requested feature may be covered by another feature.
1717
- type: textarea
1818
id: overview
1919
attributes:

.github/ISSUE_TEMPLATE/question.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body:
99
- type: markdown
1010
attributes:
1111
value: |
12-
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
12+
By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md).
1313
- type: markdown
1414
attributes:
1515
value: |
16-
We ask that you check to see if a similar question or concern has been raised in [Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/issues?q=label%3Aquestion). It may be that your question has already been previously answered.
16+
We ask that you check to see if a similar question or concern has been raised in [Issues](https://github.com/uxlfoundation/oneapi-construction-kit/issues?q=label%3Aquestion). It may be that your question has already been previously answered.
1717
- type: input
1818
id: version
1919
attributes:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Exceptions; you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/LICENSE.txt
7+
# https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/LICENSE.txt
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ report. Please complete the following steps in advance in order to help us deal
6060
with potential bugs as quickly and as smoothly as possible.
6161

6262
* Make sure that you are using the latest release of the software, available
63-
[here](https://github.com/codeplaysoftware/oneapi-construction-kit/releases).
63+
[here](https://github.com/uxlfoundation/oneapi-construction-kit/releases).
6464
* If possible, check to see if the bug is still present on the
65-
[main branch](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main).
65+
[main branch](https://github.com/uxlfoundation/oneapi-construction-kit/blob/main).
6666
* Attempt to determine if your bug is really a bug and not an error on your end
6767
(e.g. incompatible environment, unsupported operating system, etc).
6868
* Check to see if a bug report has already been opened in
69-
[Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/issues).
69+
[Issues](https://github.com/uxlfoundation/oneapi-construction-kit/issues).
7070
It may be the case that a temporary fix has been posted in a similar report.
7171
* Search the internet (e.g. Stack Overflow, etc) to see if users outside of the
7272
GitHub community have discussed the issue and discovered a workaround or fix.
@@ -96,7 +96,7 @@ Once you have prepared to submit your report, we ask that you follow these
9696
steps.
9797

9898
* Open an
99-
[issue](https://github.com/codeplaysoftware/oneapi-construction-kit/issues/new/choose).
99+
[issue](https://github.com/uxlfoundation/oneapi-construction-kit/issues/new/choose).
100100
* Select the **Bug** issue template and fill in the requested details.
101101
* Describe the expected behaviour and the actual behaviour you are seeing.
102102
* Provide as much context as you can about the bug and describe the steps
@@ -123,13 +123,13 @@ in preparation for your suggestion.
123123

124124
* Make sure that you are using the latest version of the software, available on
125125
the
126-
[main branch](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main).
126+
[main branch](https://github.com/uxlfoundation/oneapi-construction-kit/blob/main).
127127
* Read the
128128
[Documentation](https://developer.codeplay.com/products/oneapi/construction-kit/guides)
129129
carefully and make sure your suggested functionality is not already covered
130130
by the project or by an individual configuration of the project.
131131
* Check to see if the enhancement has already been suggested in
132-
[Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/issues).
132+
[Issues](https://github.com/uxlfoundation/oneapi-construction-kit/issues).
133133
Make sure to search for closed tickets in case the enhancement has been
134134
previously rejected.
135135

@@ -196,7 +196,7 @@ Once you have prepared your code contribution, we ask that you follow these
196196
steps.
197197

198198
* Open a
199-
[pull request](https://github.com/codeplaysoftware/oneapi-construction-kit/compare).
199+
[pull request](https://github.com/uxlfoundation/oneapi-construction-kit/compare).
200200
* Add the ![#d73a4a](https://placehold.co/20x20/d73a4a/d73a4a.png) **bug** or
201201
![#a2eeef](https://placehold.co/20x20/a2eeef/a2eeef.png) **enhancement**
202202
labels as appropriate.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ discussion or issue.
391391
If you would like to open a new question, we ask that you follow these steps:
392392

393393
* [Open a new question](https://github.com/uxlfoundation/oneapi-construction-kit/discussions/new?category=q-a)
394-
* Alternatively, [open a new issue](https://github.com/codeplaysoftware/oneapi-construction-kit/issues/new/choose).
394+
* Alternatively, [open a new issue](https://github.com/uxlfoundation/oneapi-construction-kit/issues/new/choose).
395395
* Select the **Question** issue template and fill in the requested details.
396396
* Provide as much context as you can about the problem or question you have.
397397
* Provide project version and any relevant system details (e.g. operating

clik/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Exceptions; you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/LICENSE.txt
7+
# https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/LICENSE.txt
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

clik/cmake/BakedKernel.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Exceptions; you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/LICENSE.txt
7+
# https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/LICENSE.txt
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

clik/cmake/ClikExample.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Exceptions; you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/LICENSE.txt
7+
# https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/LICENSE.txt
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

clik/cmake/SelectHAL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Exceptions; you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/LICENSE.txt
7+
# https://github.com/uxlfoundation/oneapi-construction-kit/blob/main/LICENSE.txt
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT

0 commit comments

Comments
 (0)