From 47d09a1b8a0d3daab8f61350ea9360e700720a36 Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Fri, 3 Nov 2023 11:52:24 -0600 Subject: [PATCH] Add license header --- .../src/main/java/module-info.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/health-shards-availability/src/main/java/module-info.java b/modules/health-shards-availability/src/main/java/module-info.java index 996a224b2ed37..4ee4cafeb5f96 100644 --- a/modules/health-shards-availability/src/main/java/module-info.java +++ b/modules/health-shards-availability/src/main/java/module-info.java @@ -1,3 +1,11 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. + */ + module org.elasticsearch.shardhealth { requires org.elasticsearch.server; requires org.apache.lucene.core;