From fb4be2774500a6773e0db71ead7a039a0ca6f83e Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 29 Oct 2024 18:17:10 +0100 Subject: [PATCH] Add copyright headers (#352) --- .github/workflows/ci-llama.yaml | 6 ++++++ .github/workflows/ci-sharktank.yml | 6 ++++++ .github/workflows/ci-tuner.yml | 6 ++++++ .github/workflows/ci_eval.yaml | 6 ++++++ .github/workflows/test.yaml | 6 ++++++ shortfin/tests/apps/sd/e2e_test.py | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/.github/workflows/ci-llama.yaml b/.github/workflows/ci-llama.yaml index 68b0f69ba..e1d79694a 100644 --- a/.github/workflows/ci-llama.yaml +++ b/.github/workflows/ci-llama.yaml @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + name: Llama Benchmarking Tests on: diff --git a/.github/workflows/ci-sharktank.yml b/.github/workflows/ci-sharktank.yml index d12d2c58c..cc62c5180 100644 --- a/.github/workflows/ci-sharktank.yml +++ b/.github/workflows/ci-sharktank.yml @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + name: CI - sharktank on: diff --git a/.github/workflows/ci-tuner.yml b/.github/workflows/ci-tuner.yml index fe14cd36e..cd4b26db5 100644 --- a/.github/workflows/ci-tuner.yml +++ b/.github/workflows/ci-tuner.yml @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + name: CI - Tuner on: diff --git a/.github/workflows/ci_eval.yaml b/.github/workflows/ci_eval.yaml index a528cfa13..78aaa84e3 100644 --- a/.github/workflows/ci_eval.yaml +++ b/.github/workflows/ci_eval.yaml @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + name: Evaluation Tests on: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a005acf14..503e44e8a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + name: Integration Tests on: diff --git a/shortfin/tests/apps/sd/e2e_test.py b/shortfin/tests/apps/sd/e2e_test.py index 6ded547aa..b8331946b 100644 --- a/shortfin/tests/apps/sd/e2e_test.py +++ b/shortfin/tests/apps/sd/e2e_test.py @@ -1,3 +1,9 @@ +# Copyright 2024 Advanced Micro Devices, Inc. +# +# Licensed under the Apache License v2.0 with LLVM Exceptions. +# See https://llvm.org/LICENSE.txt for license information. +# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception + import json import requests import time