summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src/test/java/root
diff options
context:
space:
mode:
Diffstat (limited to 'abi-check-plugin/src/test/java/root')
-rw-r--r--abi-check-plugin/src/test/java/root/Root.java1
-rw-r--r--abi-check-plugin/src/test/java/root/package-info.java3
-rw-r--r--abi-check-plugin/src/test/java/root/sub/Sub.java1
3 files changed, 4 insertions, 1 deletions
diff --git a/abi-check-plugin/src/test/java/root/Root.java b/abi-check-plugin/src/test/java/root/Root.java
index 58fd210159f..c9af7e34979 100644
--- a/abi-check-plugin/src/test/java/root/Root.java
+++ b/abi-check-plugin/src/test/java/root/Root.java
@@ -1,3 +1,4 @@
+// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package root;
public class Root {
diff --git a/abi-check-plugin/src/test/java/root/package-info.java b/abi-check-plugin/src/test/java/root/package-info.java
index 26f0f5c5a6f..919f49b53ba 100644
--- a/abi-check-plugin/src/test/java/root/package-info.java
+++ b/abi-check-plugin/src/test/java/root/package-info.java
@@ -1,4 +1,5 @@
+// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@Public
package root;
-import com.yahoo.abicheck.Public; \ No newline at end of file
+import com.yahoo.abicheck.Public;
diff --git a/abi-check-plugin/src/test/java/root/sub/Sub.java b/abi-check-plugin/src/test/java/root/sub/Sub.java
index c4f330644e9..e9334bc86f7 100644
--- a/abi-check-plugin/src/test/java/root/sub/Sub.java
+++ b/abi-check-plugin/src/test/java/root/sub/Sub.java
@@ -1,3 +1,4 @@
+// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package root.sub;
public class Sub {