From 877473b4a0ec87fe547a8156c0b8bb35964b9d77 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Sat, 25 Mar 2023 16:22:50 -0500 Subject: [PATCH] util: Update some copyright tags Part-of: --- 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"),