From c1aab4215a263a948f6ea6f3e4b4b911ec132784 Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Thu, 27 Apr 2023 12:01:55 -0700 Subject: [PATCH] Change copyright of presubmit tests to Google Inc. Bug: skia:14276 Change-Id: I98a060b4b2936b7589fd3d4971dee91f39def6ed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/684596 Reviewed-by: John Stiles --- PRESUBMIT_test.py | 2 +- PRESUBMIT_test_mocks.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py index fc75617080fd..0fc26fe83cac 100755 --- a/PRESUBMIT_test.py +++ b/PRESUBMIT_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2023 The Chromium Authors +# Copyright 2023 Google Inc. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/PRESUBMIT_test_mocks.py b/PRESUBMIT_test_mocks.py index 67504c16b1a9..0f0362580373 100644 --- a/PRESUBMIT_test_mocks.py +++ b/PRESUBMIT_test_mocks.py @@ -1,4 +1,4 @@ -# Copyright 2023 The Chromium Authors +# Copyright 2023 Google Inc. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.