aboutsummaryrefslogtreecommitdiffstats
path: root/testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java')
-rw-r--r--testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java b/testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java
index c1cb8e4032c..53138367afc 100644
--- a/testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java
+++ b/testutil/src/main/java/com/yahoo/test/LinePatternMatcher.java
@@ -1,4 +1,4 @@
-// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.test;
import org.hamcrest.BaseMatcher;
@@ -40,4 +40,4 @@ public class LinePatternMatcher extends BaseMatcher<String> {
return new LinePatternMatcher(pattern);
}
-} \ No newline at end of file
+}