From 4a77cebe7a9f139c8384374ee81a5b3db495da48 Mon Sep 17 00:00:00 2001 From: Erika Hunhoff Date: Fri, 5 Dec 2025 15:18:09 -0700 Subject: [PATCH 1/3] first attempt at codeowners --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..f634cfb0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# This file assigns owners to top-level directories based on top contributors in git history. +** @andrej @jgmelber @hunhoffe +/applications @pvasireddy-amd From 85b3819fd8cf6333f5f3ab31aa88b033d9eb8a25 Mon Sep 17 00:00:00 2001 From: Erika Hunhoff Date: Fri, 5 Dec 2025 15:28:00 -0700 Subject: [PATCH 2/3] add license file info --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f634cfb0..00ab7a95 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 # This file assigns owners to top-level directories based on top contributors in git history. ** @andrej @jgmelber @hunhoffe /applications @pvasireddy-amd From 8d0921f5aa65a6710525aff529c3b34d92a8e607 Mon Sep 17 00:00:00 2001 From: Erika Hunhoff Date: Tue, 16 Dec 2025 15:27:18 -0700 Subject: [PATCH 3/3] Update CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 00ab7a95..5bfb60bc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,4 +2,3 @@ # SPDX-License-Identifier: Apache-2.0 # This file assigns owners to top-level directories based on top contributors in git history. ** @andrej @jgmelber @hunhoffe -/applications @pvasireddy-amd