Missing Copyright

Change-Id: Ieab61c7c07cbc8becebddc409c74e6ae2dbc90d4
diff --git a/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java b/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java
index 92f8ca8..dcd5946 100644
--- a/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.java
+++ b/src/test/examplesJava11/nestHostExample/OutsideInliningWithAccess.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 OutsideInliningWithAccess extends NestHostInlining.EmptyWithPrivAccess {