summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/config
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/java/com/yahoo/container/config')
-rw-r--r--container-core/src/main/java/com/yahoo/container/config/StatisticsEmitter.java2
-rw-r--r--container-core/src/main/java/com/yahoo/container/config/StatisticsRequestHandler.java2
-rw-r--r--container-core/src/main/java/com/yahoo/container/config/package-info.java2
-rw-r--r--container-core/src/main/java/com/yahoo/container/config/testutil/TestUtil.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/config/StatisticsEmitter.java b/container-core/src/main/java/com/yahoo/container/config/StatisticsEmitter.java
index 0e9d7ec9ce8..abab07b044b 100644
--- a/container-core/src/main/java/com/yahoo/container/config/StatisticsEmitter.java
+++ b/container-core/src/main/java/com/yahoo/container/config/StatisticsEmitter.java
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.config;
diff --git a/container-core/src/main/java/com/yahoo/container/config/StatisticsRequestHandler.java b/container-core/src/main/java/com/yahoo/container/config/StatisticsRequestHandler.java
index f0170d65b66..6c36e83a21e 100644
--- a/container-core/src/main/java/com/yahoo/container/config/StatisticsRequestHandler.java
+++ b/container-core/src/main/java/com/yahoo/container/config/StatisticsRequestHandler.java
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.config;
import com.google.inject.Inject;
diff --git a/container-core/src/main/java/com/yahoo/container/config/package-info.java b/container-core/src/main/java/com/yahoo/container/config/package-info.java
index b8e45b636dc..e117e7127d2 100644
--- a/container-core/src/main/java/com/yahoo/container/config/package-info.java
+++ b/container-core/src/main/java/com/yahoo/container/config/package-info.java
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage
package com.yahoo.container.config;
diff --git a/container-core/src/main/java/com/yahoo/container/config/testutil/TestUtil.java b/container-core/src/main/java/com/yahoo/container/config/testutil/TestUtil.java
index dbf8be8e1dc..3f6b5931e3e 100644
--- a/container-core/src/main/java/com/yahoo/container/config/testutil/TestUtil.java
+++ b/container-core/src/main/java/com/yahoo/container/config/testutil/TestUtil.java
@@ -1,4 +1,4 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.config.testutil;
import com.yahoo.container.core.config.HandlersConfigurerDi;