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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Action.h b/driver/Action.h
index cd92535..b7c1959 100644
--- a/driver/Action.h
+++ b/driver/Action.h
@@ -1,9 +1,8 @@
 //===-- Action.h ----------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Artifact.cpp b/driver/Artifact.cpp
index 27a5695..d79f04c 100644
--- a/driver/Artifact.cpp
+++ b/driver/Artifact.cpp
@@ -1,9 +1,8 @@
 //===-- Artifact.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Artifact.h b/driver/Artifact.h
index eed4415..21fde97 100644
--- a/driver/Artifact.h
+++ b/driver/Artifact.h
@@ -1,9 +1,8 @@
 //===-- Artifact.h --------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/CMakeLists.txt b/driver/CMakeLists.txt
index 3dc7fd4..636eba6 100644
--- a/driver/CMakeLists.txt
+++ b/driver/CMakeLists.txt
@@ -1,4 +1,8 @@
 
+# 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.
+
 # Rules for building driver utils library
 
 #----------------------------------------------------------------------
diff --git a/driver/Command.cpp b/driver/Command.cpp
index 3f4fb81..e27114b 100644
--- a/driver/Command.cpp
+++ b/driver/Command.cpp
@@ -1,9 +1,8 @@
 //===-- Command.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Command.h b/driver/Command.h
index e1a2864..03dc1d1 100644
--- a/driver/Command.h
+++ b/driver/Command.h
@@ -1,9 +1,8 @@
-//===-- Command.h ----------------------------------------------------------===//
+//===-- Command.h ---------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Compilation.cpp b/driver/Compilation.cpp
index 46eebf7..34c5c3f 100644
--- a/driver/Compilation.cpp
+++ b/driver/Compilation.cpp
@@ -1,9 +1,8 @@
 //===-- Compilation.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Compilation.h b/driver/Compilation.h
index b7af173..de82da4 100644
--- a/driver/Compilation.h
+++ b/driver/Compilation.h
@@ -1,9 +1,8 @@
 //===-- Compilation.h -----------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/CompileGo.cpp b/driver/CompileGo.cpp
index e86a726..bb9219a 100644
--- a/driver/CompileGo.cpp
+++ b/driver/CompileGo.cpp
@@ -1,9 +1,8 @@
 //===-- CompileGo.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/CompileGo.h b/driver/CompileGo.h
index 49e407f..c33b8df 100644
--- a/driver/CompileGo.h
+++ b/driver/CompileGo.h
@@ -1,9 +1,8 @@
 //===-- CompileGo.h -------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Driver.cpp b/driver/Driver.cpp
index 529ca1b..b98121c 100644
--- a/driver/Driver.cpp
+++ b/driver/Driver.cpp
@@ -1,9 +1,8 @@
 //===-- Driver.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Driver.h b/driver/Driver.h
index 60dbf7d..42c7936 100644
--- a/driver/Driver.h
+++ b/driver/Driver.h
@@ -1,9 +1,8 @@
 //===-- Driver.h ----------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/GccUtils.cpp b/driver/GccUtils.cpp
index 76b7171..70a5e11 100644
--- a/driver/GccUtils.cpp
+++ b/driver/GccUtils.cpp
@@ -1,9 +1,8 @@
 //===-- GccUtils.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/GccUtils.h b/driver/GccUtils.h
index e3f68f4..45d5f3d 100644
--- a/driver/GccUtils.h
+++ b/driver/GccUtils.h
@@ -1,9 +1,8 @@
 //===-- GccUtils.h --------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/GnuTools.cpp b/driver/GnuTools.cpp
index ff33938..798ea11 100644
--- a/driver/GnuTools.cpp
+++ b/driver/GnuTools.cpp
@@ -1,9 +1,8 @@
 //===-- GnuTools.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/GnuTools.h b/driver/GnuTools.h
index aa8451b..48b7adb 100644
--- a/driver/GnuTools.h
+++ b/driver/GnuTools.h
@@ -1,9 +1,8 @@
 //===-- GnuTools.h --------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/GollvmConfig.h.cmake b/driver/GollvmConfig.h.cmake
index bb0e56d..963d279 100644
--- a/driver/GollvmConfig.h.cmake
+++ b/driver/GollvmConfig.h.cmake
@@ -1,4 +1,8 @@
 
+// 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.
+
 #ifndef GOLLVM_CONFIG_H
 #define GOLLVM_CONFIG_H
 
diff --git a/driver/GollvmOptions.cpp b/driver/GollvmOptions.cpp
index b049d37..859ef21 100644
--- a/driver/GollvmOptions.cpp
+++ b/driver/GollvmOptions.cpp
@@ -1,9 +1,8 @@
 //===--- GollvmOptions.cpp - Gollvm Driver Options Table ------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 
diff --git a/driver/GollvmOptions.h b/driver/GollvmOptions.h
index 30a22b0..5ab4477 100644
--- a/driver/GollvmOptions.h
+++ b/driver/GollvmOptions.h
@@ -1,9 +1,8 @@
 //===--- GollvmOptions.h - Gollvm Option info & table ---------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 
diff --git a/driver/GollvmOptions.td b/driver/GollvmOptions.td
index 62dd8f4..968d6a0 100644
--- a/driver/GollvmOptions.td
+++ b/driver/GollvmOptions.td
@@ -1,9 +1,8 @@
 //===--- Options.td - Options for gollvm ----------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/LinuxToolChain.cpp b/driver/LinuxToolChain.cpp
index 64af934..d3df39e 100644
--- a/driver/LinuxToolChain.cpp
+++ b/driver/LinuxToolChain.cpp
@@ -1,9 +1,8 @@
 //===-- LinuxToolChain.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/LinuxToolChain.h b/driver/LinuxToolChain.h
index 6ae9e95..e66a023 100644
--- a/driver/LinuxToolChain.h
+++ b/driver/LinuxToolChain.h
@@ -1,9 +1,8 @@
 //===-- LinuxToolChain.h --------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/ReadStdin.cpp b/driver/ReadStdin.cpp
index 7be44cb..399bb4d 100644
--- a/driver/ReadStdin.cpp
+++ b/driver/ReadStdin.cpp
@@ -1,9 +1,8 @@
 //===-- ReadStdin.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/ReadStdin.h b/driver/ReadStdin.h
index c31cbe0..101b7d7 100644
--- a/driver/ReadStdin.h
+++ b/driver/ReadStdin.h
@@ -1,9 +1,8 @@
 //===-- ReadStdin.h -------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Tool.cpp b/driver/Tool.cpp
index 3a286c1..9c8d259 100644
--- a/driver/Tool.cpp
+++ b/driver/Tool.cpp
@@ -1,9 +1,8 @@
 //===-- Tool.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/Tool.h b/driver/Tool.h
index 1f0ea09..832ab27 100644
--- a/driver/Tool.h
+++ b/driver/Tool.h
@@ -1,9 +1,8 @@
-//===-- Tool.h ----------------------------------------------------------===//
+//===-- Tool.h ------------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/ToolChain.cpp b/driver/ToolChain.cpp
index 48ebdd8..6f72baa 100644
--- a/driver/ToolChain.cpp
+++ b/driver/ToolChain.cpp
@@ -1,9 +1,8 @@
 //===-- ToolChain.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.
 //
 //===----------------------------------------------------------------------===//
 //
diff --git a/driver/ToolChain.h b/driver/ToolChain.h
index 689796c..c20e14b 100644
--- a/driver/ToolChain.h
+++ b/driver/ToolChain.h
@@ -1,9 +1,8 @@
 //===-- ToolChain.h -------------------------------------------------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //