aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java
diff options
context:
space:
mode:
authorFrode Lundgren <frodelu@frode.lu>2018-01-25 16:47:38 +0100
committerGitHub <noreply@github.com>2018-01-25 16:47:38 +0100
commit80d1fa0e0994c29bcd1cecf944191e99e42da123 (patch)
tree841029ef73916e3a2a7107c4921cd37df0540532 /vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java
parentce0178998956ae2fea340d5e23e9f17c0e5c3db6 (diff)
parent6ec84380ff1bb5c0cff192ac600d98891047438d (diff)
Merge pull request #4783 from vespa-engine/bratseth/add-missing-copyright
Add copyright headers
Diffstat (limited to 'vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java')
-rw-r--r--vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java b/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java
index 57f38c3a114..ebbfa232f42 100644
--- a/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java
+++ b/vespa-athenz/src/test/java/com/yahoo/vespa/athenz/utils/AthenzIdentityVerifierTest.java
@@ -1,3 +1,4 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.athenz.utils;
import com.yahoo.vespa.athenz.api.AthenzIdentity;
@@ -82,4 +83,4 @@ public class AthenzIdentityVerifierTest {
return sslSession;
}
-} \ No newline at end of file
+}