From 4e4720974f409d48e8d862c291f63b511ce10e3a Mon Sep 17 00:00:00 2001 From: Jordan R Abrahams-Whitehead Date: Mon, 11 Jul 2022 20:04:15 +0000 Subject: patch_sync: Add copyright lines to patch_sync These copyright lines should be added, and they're currently missing. Failing presubmit checks without this change. BUG=None TEST=Presubmit checks pass Change-Id: I9cd3b9e26a4d7284974705aa96cb6050db25e767 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3756344 Auto-Submit: Jordan Abrahams-Whitehead Reviewed-by: George Burgess Tested-by: Jordan Abrahams-Whitehead Commit-Queue: George Burgess --- llvm_tools/patch_sync/src/android_utils.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm_tools/patch_sync/src/android_utils.rs') diff --git a/llvm_tools/patch_sync/src/android_utils.rs b/llvm_tools/patch_sync/src/android_utils.rs index 77cb4b8a..7b0e5849 100644 --- a/llvm_tools/patch_sync/src/android_utils.rs +++ b/llvm_tools/patch_sync/src/android_utils.rs @@ -1,3 +1,7 @@ +// Copyright 2022 The ChromiumOS Authors. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + use std::path::Path; use std::process::Command; -- cgit v1.2.3 From fdcd39d5de4bd61cee94cf1e26416838d23092b8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Sep 2022 14:19:58 -0400 Subject: Update license boilerplate text in source code files Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icb42e5012a87920c2cd13b666fb3e55e7e4fb3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3891080 Auto-Submit: Mike Frysinger Tested-by: Mike Frysinger Commit-Queue: George Burgess Reviewed-by: George Burgess --- llvm_tools/patch_sync/src/android_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm_tools/patch_sync/src/android_utils.rs') diff --git a/llvm_tools/patch_sync/src/android_utils.rs b/llvm_tools/patch_sync/src/android_utils.rs index 7b0e5849..70bca189 100644 --- a/llvm_tools/patch_sync/src/android_utils.rs +++ b/llvm_tools/patch_sync/src/android_utils.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -- cgit v1.2.3