From cfa8c2459f3957b2557dfe67d830550f12c14364 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Fri, 19 Jul 2019 03:29:40 -0700 Subject: 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 Reviewed-by: George Burgess --- compiler_wrapper/print_cmdline_flag_test.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compiler_wrapper/print_cmdline_flag_test.go') diff --git a/compiler_wrapper/print_cmdline_flag_test.go b/compiler_wrapper/print_cmdline_flag_test.go index e42a2b95..8f6fc226 100644 --- a/compiler_wrapper/print_cmdline_flag_test.go +++ b/compiler_wrapper/print_cmdline_flag_test.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 ( -- cgit v1.2.3