summaryrefslogtreecommitdiffstats
path: root/security-utils
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-03 09:44:44 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-03 09:44:44 +0100
commit36ebb0c388bfddee4411021cf7584af56507af11 (patch)
tree24db8ef44d36d7be688345886671fdc9f3ab4175 /security-utils
parent959bf31ebc57a18bd60209279278cd86e1779905 (diff)
Fix copyright and trailing new line
Diffstat (limited to 'security-utils')
-rw-r--r--security-utils/src/test/java/com/yahoo/security/tls/policy/GlobPatternTest.java4
-rw-r--r--security-utils/src/test/java/com/yahoo/security/tls/policy/UriGlobPatternTest.java5
2 files changed, 5 insertions, 4 deletions
diff --git a/security-utils/src/test/java/com/yahoo/security/tls/policy/GlobPatternTest.java b/security-utils/src/test/java/com/yahoo/security/tls/policy/GlobPatternTest.java
index bd51799980c..b7f4b6b9c46 100644
--- a/security-utils/src/test/java/com/yahoo/security/tls/policy/GlobPatternTest.java
+++ b/security-utils/src/test/java/com/yahoo/security/tls/policy/GlobPatternTest.java
@@ -1,4 +1,4 @@
-// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.security.tls.policy;
import org.junit.jupiter.api.Test;
@@ -103,4 +103,4 @@ class GlobPatternTest {
return new GlobPattern(pattern, boundaries.toCharArray());
}
-} \ No newline at end of file
+}
diff --git a/security-utils/src/test/java/com/yahoo/security/tls/policy/UriGlobPatternTest.java b/security-utils/src/test/java/com/yahoo/security/tls/policy/UriGlobPatternTest.java
index 98f8119b40e..d598fbe1b84 100644
--- a/security-utils/src/test/java/com/yahoo/security/tls/policy/UriGlobPatternTest.java
+++ b/security-utils/src/test/java/com/yahoo/security/tls/policy/UriGlobPatternTest.java
@@ -1,4 +1,5 @@
-package com.yahoo.security.tls.policy;// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package com.yahoo.security.tls.policy;
import org.junit.jupiter.api.Test;
@@ -31,4 +32,4 @@ class UriGlobPatternTest {
() -> String.format("Expected '%s' to not match '%s'", pattern, value));
}
-} \ No newline at end of file
+}