gollvm: copyright cleanup for unit tests
Insure that files have the proper copyright notice.
Change-Id: Ie930f711a9cb611d9bd9bc4e8683a9859732672c
Reviewed-on: https://go-review.googlesource.com/120040
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/unittests/BackendCore/BackendDebugEmit.cpp b/unittests/BackendCore/BackendDebugEmit.cpp
index 6739f66..face485 100644
--- a/unittests/BackendCore/BackendDebugEmit.cpp
+++ b/unittests/BackendCore/BackendDebugEmit.cpp
@@ -1,9 +1,8 @@
//===- llvm/tools/gollvm/unittests/BackendCore/BackendDebugEmit.cpp -----===//
//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
+// Copyright 2018 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
//
//===----------------------------------------------------------------------===//