Missing Copyright

Change-Id: Ieab61c7c07cbc8becebddc409c74e6ae2dbc90d4
diff --git a/src/test/examplesJava11/nestHostExample/NestHostInlining.java b/src/test/examplesJava11/nestHostExample/NestHostInlining.java
index 97a4398..3d63701 100644
--- a/src/test/examplesJava11/nestHostExample/NestHostInlining.java
+++ b/src/test/examplesJava11/nestHostExample/NestHostInlining.java
@@ -1,3 +1,7 @@
+// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
 package nestHostExample;
 
 public class NestHostInlining {