summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorFaith Ekstrand <faith.ekstrand@collabora.com>2023-03-25 16:21:41 -0500
committerMarge Bot <emma+marge@anholt.net>2023-03-26 00:16:25 +0000
commite001995dc5965d05fc7068a0a70316e7fa8f0b9c (patch)
tree0f68b1f2dc6a180ba5b946d599273d936a736660 /src/util
parent789992b7c91806dd8b3670f850ef7a892da59871 (diff)
downloadmesa-e001995dc5965d05fc7068a0a70316e7fa8f0b9c.tar.gz
mesa-e001995dc5965d05fc7068a0a70316e7fa8f0b9c.tar.bz2
mesa-e001995dc5965d05fc7068a0a70316e7fa8f0b9c.zip
util,mesa,panfrost: Drop some author tags
This is what git blame is for Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/u_worklist.c4
-rw-r--r--src/util/u_worklist.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/util/u_worklist.c b/src/util/u_worklist.c
index 7eea0779fa7..b1814d741d3 100644
--- a/src/util/u_worklist.c
+++ b/src/util/u_worklist.c
@@ -20,10 +20,6 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
- *
- * Authors:
- * Jason Ekstrand (jason@jlekstrand.net)
- *
*/
#include "u_worklist.h"
diff --git a/src/util/u_worklist.h b/src/util/u_worklist.h
index a79848cda65..b525b9415f8 100644
--- a/src/util/u_worklist.h
+++ b/src/util/u_worklist.h
@@ -20,10 +20,6 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
- *
- * Authors:
- * Jason Ekstrand (jason@jlekstrand.net)
- *
*/