aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-01-06 10:32:23 +0100
committerGitHub <noreply@github.com>2020-01-06 10:32:23 +0100
commit5b94e1bb79433051a141549aef2c46517c55ba23 (patch)
tree70408f60872d33981a51f9622161d13df661e7aa /document
parentb95af9b717705fff28272a1ea5e0adcf97597402 (diff)
parent26857a40a7b35d0d53a1fa8611ecac567817de7e (diff)
Merge pull request #11648 from vespa-engine/bratseth/add-headers
Add/corect copyright headers
Diffstat (limited to 'document')
-rw-r--r--document/src/test/java/com/yahoo/document/datatypes/BoolFieldValueTestCase.java1
-rw-r--r--document/src/test/java/com/yahoo/document/select/ArithmeticNodeTestCase.java1
-rw-r--r--document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.java1
3 files changed, 3 insertions, 0 deletions
diff --git a/document/src/test/java/com/yahoo/document/datatypes/BoolFieldValueTestCase.java b/document/src/test/java/com/yahoo/document/datatypes/BoolFieldValueTestCase.java
index 0afce499cb1..01b5fb6870f 100644
--- a/document/src/test/java/com/yahoo/document/datatypes/BoolFieldValueTestCase.java
+++ b/document/src/test/java/com/yahoo/document/datatypes/BoolFieldValueTestCase.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 com.yahoo.document.datatypes;
import org.junit.Test;
diff --git a/document/src/test/java/com/yahoo/document/select/ArithmeticNodeTestCase.java b/document/src/test/java/com/yahoo/document/select/ArithmeticNodeTestCase.java
index 20b0e2034cc..abf3bc80dbf 100644
--- a/document/src/test/java/com/yahoo/document/select/ArithmeticNodeTestCase.java
+++ b/document/src/test/java/com/yahoo/document/select/ArithmeticNodeTestCase.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 com.yahoo.document.select;
import com.yahoo.document.select.rule.ArithmeticNode;
diff --git a/document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.java b/document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.java
index 90cde23bf30..aedcb882908 100644
--- a/document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.java
+++ b/document/src/test/java/com/yahoo/document/select/LogicalNodeTestCase.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 com.yahoo.document.select;
import com.yahoo.document.BucketIdFactory;