From 4954832054841a5bc130bd797a2bb1b6250c5748 Mon Sep 17 00:00:00 2001 From: David Neto Date: Sat, 22 Feb 2025 04:24:57 -0500 Subject: [PATCH] Fix copyright owner on clang-format-all.sh (#145) Originally authored by Ben Clayton while employed by Google. Marl is a different project. Change copyright owner to Google LLC like all the other source files. --- clang-format-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-format-all.sh b/clang-format-all.sh index d23d534..8bfb593 100755 --- a/clang-format-all.sh +++ b/clang-format-all.sh @@ -1,4 +1,4 @@ -# Copyright 2020 The Marl Authors. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.