summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-10-27 10:06:05 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-10-27 10:06:05 +0200
commit4cbb86ca755f56defd3768571087bfdd73e0193c (patch)
treea129434433237152f0ad00b84ba1f4a50a1da03c /controller-api
parente046148b2e28e2d8bf261c356fa884f882f433e4 (diff)
Add copyright header
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/NodeList.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/NodeList.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/NodeList.java
index 755bec2fcec..0169bfec5fe 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/NodeList.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/NodeList.java
@@ -1,3 +1,4 @@
+// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.api.integration.configserver;// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@@ -33,4 +34,4 @@ public class NodeList {
public String clusterId;
}
}
-} \ No newline at end of file
+}