commit | cfa8c2459f3957b2557dfe67d830550f12c14364 | [log] [tgz] |
---|---|---|
author | Tobias Bosch <tbosch@google.com> | Fri Jul 19 03:29:40 2019 -0700 |
committer | Tobias Bosch <tbosch@google.com> | Mon Jul 22 08:02:15 2019 +0000 |
tree | 21c716c3c62a2cab26c83d4eb7e5b7dd6c252be5 | |
parent | 8ff790343d702be4c9fe55e3519d89a8501d4bf9 [diff] [blame] |
Add license headers to all go files. Required as of https://chromium.git.corp.google.com/chromiumos/repohooks/+/9732e38a5551e4bbcd222d2bbb89ee0fc5c95dee BUG=chromium:773875 TEST=unit test Change-Id: I8dfed85b0fbd528084ff2e585bbf3624ac358135 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1710404 Tested-by: Tobias Bosch <tbosch@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
diff --git a/compiler_wrapper/errors.go b/compiler_wrapper/errors.go index 8cf9634..18e0fac 100644 --- a/compiler_wrapper/errors.go +++ b/compiler_wrapper/errors.go
@@ -1,3 +1,7 @@ +// Copyright 2019 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + package main import (