From a3932e978a37cb93a966052c34663006915933ff Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Fri, 11 Oct 2024 15:40:21 +0100 Subject: [PATCH] spotless --- .../benchmark/index/LuceneChangesSnapshotBenchmark.java | 9 +++++---- .../index/engine/LuceneBatchChangesSnapshot.java | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/benchmarks/src/main/java/org/elasticsearch/benchmark/index/LuceneChangesSnapshotBenchmark.java b/benchmarks/src/main/java/org/elasticsearch/benchmark/index/LuceneChangesSnapshotBenchmark.java index 0ed194260688a..c64cc2996ad58 100644 --- a/benchmarks/src/main/java/org/elasticsearch/benchmark/index/LuceneChangesSnapshotBenchmark.java +++ b/benchmarks/src/main/java/org/elasticsearch/benchmark/index/LuceneChangesSnapshotBenchmark.java @@ -1,9 +1,10 @@ /* * 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. + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". */ package org.elasticsearch.benchmark.index; diff --git a/server/src/main/java/org/elasticsearch/index/engine/LuceneBatchChangesSnapshot.java b/server/src/main/java/org/elasticsearch/index/engine/LuceneBatchChangesSnapshot.java index d6ca3260d8d9b..77c52bf82ec6d 100644 --- a/server/src/main/java/org/elasticsearch/index/engine/LuceneBatchChangesSnapshot.java +++ b/server/src/main/java/org/elasticsearch/index/engine/LuceneBatchChangesSnapshot.java @@ -1,9 +1,10 @@ /* * 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. + * or more contributor license agreements. Licensed under the "Elastic License + * 2.0", the "GNU Affero General Public License v3.0 only", 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", the "GNU Affero General Public + * License v3.0 only", or the "Server Side Public License, v 1". */ package org.elasticsearch.index.engine;