From 28220b2778b4c42dfda283aa7213563c202853c8 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 9 May 2022 16:09:59 -0400 Subject: [PATCH] agx: Restore Valve copyright header Parallel copy code is from ir3_lower_parallel_copy.c. This was attributed in the commit message but lost in the copyright header due to a copypaste mistake. Rectify this. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/compiler/agx_lower_parallel_copy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/asahi/compiler/agx_lower_parallel_copy.c b/src/asahi/compiler/agx_lower_parallel_copy.c index 5211a5526ed3..dab85ed95ad4 100644 --- a/src/asahi/compiler/agx_lower_parallel_copy.c +++ b/src/asahi/compiler/agx_lower_parallel_copy.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2022 Alyssa Rosenzweig + * Copyright (C) 2021 Valve Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), -- GitLab