Module: Mesa Branch: main Commit: 877473b4a0ec87fe547a8156c0b8bb35964b9d77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=877473b4a0ec87fe547a8156c0b8bb35964b9d77
Author: Faith Ekstrand <[email protected]> Date: Sat Mar 25 16:22:50 2023 -0500 util: Update some copyright tags Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22120> --- src/util/rb_tree.c | 2 +- src/util/rb_tree.h | 2 +- src/util/tests/rb_tree_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/rb_tree.c b/src/util/rb_tree.c index a86fa31a809..5696577c675 100644 --- a/src/util/rb_tree.c +++ b/src/util/rb_tree.c @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Jason Ekstrand + * Copyright © 2017 Faith Ekstrand * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/util/rb_tree.h b/src/util/rb_tree.h index 37d969a8057..9466e733f86 100644 --- a/src/util/rb_tree.h +++ b/src/util/rb_tree.h @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Jason Ekstrand + * Copyright © 2017 Faith Ekstrand * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/src/util/tests/rb_tree_test.cpp b/src/util/tests/rb_tree_test.cpp index 5edbdd4792e..7bda2469c56 100644 --- a/src/util/tests/rb_tree_test.cpp +++ b/src/util/tests/rb_tree_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright © 2017 Jason Ekstrand + * Copyright © 2017 Faith Ekstrand * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),
