From 1fd16ffb709860ecdd479463cc0aab058402e9ee Mon Sep 17 00:00:00 2001 From: Andrei Stefan Date: Tue, 14 Jul 2020 18:45:13 +0300 Subject: [PATCH] Add license header to EqlStatsIT.java (#59537) --- .../test/java/org/elasticsearch/xpack/eql/EqlStatsIT.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x-pack/plugin/eql/qa/rest/src/test/java/org/elasticsearch/xpack/eql/EqlStatsIT.java b/x-pack/plugin/eql/qa/rest/src/test/java/org/elasticsearch/xpack/eql/EqlStatsIT.java index 03d75a15749..2a7d2b5929a 100644 --- a/x-pack/plugin/eql/qa/rest/src/test/java/org/elasticsearch/xpack/eql/EqlStatsIT.java +++ b/x-pack/plugin/eql/qa/rest/src/test/java/org/elasticsearch/xpack/eql/EqlStatsIT.java @@ -1,3 +1,9 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License; + * you may not use this file except in compliance with the Elastic License. + */ + package org.elasticsearch.xpack.eql; import org.elasticsearch.test.eql.stats.RestEqlUsageTestCase;