From 2bc4c0f8a17a6828bd696b14987c659eb6bde8f8 Mon Sep 17 00:00:00 2001 From: David Neto Date: Wed, 19 Feb 2025 12:16:19 -0500 Subject: [PATCH] Fix copyright owner on clang-format-all.sh 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.