From 2a072b15132239b57bb46cde1e1d4e94c6e3fc72 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Wed, 27 Sep 2023 16:21:39 -0700 Subject: [PATCH] Add the license header Signed-off-by: Ryan Liang --- .../org/opensearch/security/util/AuthTokenUtils.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/java/org/opensearch/security/util/AuthTokenUtils.java b/src/main/java/org/opensearch/security/util/AuthTokenUtils.java index 9839dd3fac..5638e1520e 100644 --- a/src/main/java/org/opensearch/security/util/AuthTokenUtils.java +++ b/src/main/java/org/opensearch/security/util/AuthTokenUtils.java @@ -1,3 +1,14 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + * + * Modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + package org.opensearch.security.util; import org.opensearch.common.settings.Settings;