summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2017-10-27 12:40:27 +0200
committerGitHub <noreply@github.com>2017-10-27 12:40:27 +0200
commit23db8ec8a0c161414ec87604e3cbe8ca1a0c607e (patch)
treed7484ccd385943b621430fd243c506064ad3b920 /controller-api
parent114757a3dea6bec9521a7aad8d9495c5f3381b9b (diff)
parent4cbb86ca755f56defd3768571087bfdd73e0193c (diff)
Merge pull request #3918 from vespa-engine/bratseth/add-copyright-headers
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
+}