gollvm: copyright cleanup dir driver subdir
Make sure sources in the driver directory have the correct
copyright notices.
Change-Id: Ifcf4fdae5a37aa058b923ec0537dc7ad6872f419
Reviewed-on: https://go-review.googlesource.com/120036
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/driver/Action.cpp b/driver/Action.cpp
index 48e8176..3105d2b 100644
--- a/driver/Action.cpp
+++ b/driver/Action.cpp
@@ -1,9 +1,8 @@
-//===-- Action.cpp ------------------------------------------------------===//
+//===-- Action.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.
//
//===----------------------------------------------------------------------===//
//