gollvm: copyright cleanup for godumpspec

Insure that files have the proper copyright notice.

Change-Id: Ib01b714a2a1968688486dd4646391ecf21163cf9
Reviewed-on: https://go-review.googlesource.com/120039
Reviewed-by: Ian Lance Taylor <iant@golang.org>
diff --git a/libgo/godumpspec/godumpspec.cpp b/libgo/godumpspec/godumpspec.cpp
index 5a43962..194162f 100644
--- a/libgo/godumpspec/godumpspec.cpp
+++ b/libgo/godumpspec/godumpspec.cpp
@@ -1,9 +1,8 @@
 //===-- godumpspec.cpp - C->Go helper utility for llvm --------------------===//
 //
-//                     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/libgo/godumpspec/mparser/macro-parser.cpp b/libgo/godumpspec/mparser/macro-parser.cpp
index f289597..cbe2ce0 100644
--- a/libgo/godumpspec/mparser/macro-parser.cpp
+++ b/libgo/godumpspec/mparser/macro-parser.cpp
@@ -1,9 +1,8 @@
 //===-- macro-parser.cpp - definitions for godumpspec macro parser --------===//
 //
-//                     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/libgo/godumpspec/mparser/macro-parser.h b/libgo/godumpspec/mparser/macro-parser.h
index b205e98..2f672ea 100644
--- a/libgo/godumpspec/mparser/macro-parser.h
+++ b/libgo/godumpspec/mparser/macro-parser.h
@@ -1,9 +1,8 @@
 //===-- macro-parser.h - parser helper for godumpspec ---------------------===//
 //
-//                     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/libgo/godumpspec/mtokenizer/macro-tokenizer.cpp b/libgo/godumpspec/mtokenizer/macro-tokenizer.cpp
index 3169c24..85326ab 100644
--- a/libgo/godumpspec/mtokenizer/macro-tokenizer.cpp
+++ b/libgo/godumpspec/mtokenizer/macro-tokenizer.cpp
@@ -1,9 +1,8 @@
 //===-- macro-tokenizer.cpp - definitions for godumpspec tokenizer --------===//
 //
-//                     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/libgo/godumpspec/mtokenizer/macro-tokenizer.h b/libgo/godumpspec/mtokenizer/macro-tokenizer.h
index 233ea72..9d67b99 100644
--- a/libgo/godumpspec/mtokenizer/macro-tokenizer.h
+++ b/libgo/godumpspec/mtokenizer/macro-tokenizer.h
@@ -1,9 +1,8 @@
 //===-- macro-tokenizer.h - tokenizer helper for godumpspec ---------------===//
 //
-//                     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.
 //
 //===----------------------------------------------------------------------===//
 //