From 33a72bd27e3fc8723fb3804302faa7b549c3b332 Mon Sep 17 00:00:00 2001 From: Dariy Pozinenko <33901469+dpozinen@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:47:26 +0300 Subject: [PATCH] Update rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../java/org/openrewrite/json/AddKeyValue.java | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java b/rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java index 19be185e4b31..a66bae96428d 100644 --- a/rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java +++ b/rewrite-json/src/main/java/org/openrewrite/json/AddKeyValue.java @@ -1,4 +1,18 @@ -package org.openrewrite.json; +/* + * Copyright 2024 the original author or authors. + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + *

+ * https://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ import lombok.EqualsAndHashCode; import lombok.Value;