From caa1c27c21eb0e0c2c53173ce63c315ccb09fd69 Mon Sep 17 00:00:00 2001 From: Dmitriy Sobolev Date: Tue, 17 Dec 2024 11:13:50 +0000 Subject: [PATCH] Remove release_oneDPL branch testing and usage (#1968) --- .github/workflows/ci-docs.yml | 1 - .github/workflows/ci-testing.yml | 1 - CONTRIBUTING.md | 2 +- README.md | 2 +- documentation/library_guide/notices_disclaimers.rst | 2 +- examples/convex_hull/README.md | 2 +- examples/dot_product/README.md | 2 +- examples/random/README.md | 2 +- 8 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index f9503d3856..c65d9d5f73 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -5,7 +5,6 @@ on: branches: [main] pull_request: branches: - - release_oneDPL - main - 'release/**' diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index a8a2dae8ab..6799e309dd 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -5,7 +5,6 @@ on: branches: [main] pull_request: branches: - - release_oneDPL - main - 'release/**' paths: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e83abe459..ad49b73a31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ We welcome community contributions to oneAPI DPC++ Library (oneDPL). You can: # License -oneDPL is licensed under the terms in [LICENSE](https://github.com/oneapi-src/oneDPL/blob/release_oneDPL/licensing/LICENSE.txt). +oneDPL is licensed under the terms in [LICENSE](https://github.com/oneapi-src/oneDPL/blob/main/LICENSE.txt). By contributing to the project, you agree to the license and copyright terms therein and release your contribution under these terms. diff --git a/README.md b/README.md index c2af5263c5..056ffd4e26 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ for more information. Visit the latest [Release Notes](https://github.com/oneapi-src/oneDPL/blob/main/documentation/release_notes.rst). ## License -oneDPL is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/release_oneDPL/licensing/LICENSE.txt). +oneDPL is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/main/LICENSE.txt). Refer to the [LICENSE](licensing/LICENSE.txt) file for the full license text and copyright notice. ## Security diff --git a/documentation/library_guide/notices_disclaimers.rst b/documentation/library_guide/notices_disclaimers.rst index 7160e7030e..0cd36d3535 100644 --- a/documentation/library_guide/notices_disclaimers.rst +++ b/documentation/library_guide/notices_disclaimers.rst @@ -20,7 +20,7 @@ License oneDPL is licensed under Apache License Version 2.0 with LLVM exceptions. -Refer to the `LICENSE `_ file for the full license text and copyright notice. +Refer to the `LICENSE `_ file for the full license text and copyright notice. diff --git a/examples/convex_hull/README.md b/examples/convex_hull/README.md index 3cd7f32e45..109f687257 100644 --- a/examples/convex_hull/README.md +++ b/examples/convex_hull/README.md @@ -25,7 +25,7 @@ Correctness of the convex hull is checked by `std::any_of` algorithm using `coun ## License -This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/release_oneDPL/licensing/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. +This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/main/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. ## Building the 'Convex hull' Program diff --git a/examples/dot_product/README.md b/examples/dot_product/README.md index efba596002..4c4732894d 100644 --- a/examples/dot_product/README.md +++ b/examples/dot_product/README.md @@ -11,7 +11,7 @@ This example contains the oneDPL-based implementation of dot product based on `s ## License -This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/release_oneDPL/licensing/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. +This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/main/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. ## Building the 'Dot product' Program diff --git a/examples/random/README.md b/examples/random/README.md index 8c395e0534..538d567c72 100644 --- a/examples/random/README.md +++ b/examples/random/README.md @@ -11,7 +11,7 @@ This example demonstrates how to use scalar and vector random number generation ## License -This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/release_oneDPL/licensing/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. +This code example is licensed under [Apache License Version 2.0 with LLVM exceptions](https://github.com/oneapi-src/oneDPL/blob/main/LICENSE.txt). Refer to the "[LICENSE](licensing/LICENSE.txt)" file for the full license text and copyright notice. ## Building the 'Random' Program for CPU and GPU