Re: [Mesa-dev] [PATCH] radeonsi: remove 'Authors:' comments

2017-11-02 Thread Nicolai Hähnle
On 31.10.2017 18:47, Marek Olšák wrote: From: Marek Olšák It's inaccurate. Instead, see the copyright and use "git log" and "git blame" to know the authorship. Acked-by: Nicolai Hähnle --- src/amd/common/ac_binary.c | 4 src/amd/common/ac_binary.h

Re: [Mesa-dev] [PATCH] radeonsi: remove 'Authors:' comments

2017-10-31 Thread Matt Turner
On Tue, Oct 31, 2017 at 10:47 AM, Marek Olšák wrote: > From: Marek Olšák > > It's inaccurate. Instead, see the copyright and use "git log" and > "git blame" to know the authorship. Agreed. I've tried to discourage adding new ones. Maybe it's time to clean them out of i965, etc. _

[Mesa-dev] [PATCH] radeonsi: remove 'Authors:' comments

2017-10-31 Thread Marek Olšák
From: Marek Olšák It's inaccurate. Instead, see the copyright and use "git log" and "git blame" to know the authorship. --- src/amd/common/ac_binary.c | 4 src/amd/common/ac_binary.h | 3 --- src/amd/common/ac_debug.c