From bafc0ed6d26e9390fe964e62046185d4b14a8da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 30 Jun 2026 10:13:02 +0200 Subject: [PATCH] Restore copyright headers of JSON shaded lib Closes gh-50896 --- .../json-shade/java/org/springframework/boot/cli/json/JSON.java | 2 +- .../java/org/springframework/boot/cli/json/JSONArray.java | 2 +- .../java/org/springframework/boot/cli/json/JSONException.java | 2 +- .../java/org/springframework/boot/cli/json/JSONObject.java | 2 +- .../java/org/springframework/boot/cli/json/JSONStringer.java | 2 +- .../java/org/springframework/boot/cli/json/JSONTokener.java | 2 +- .../springframework/boot/configurationmetadata/json/JSON.java | 2 +- .../boot/configurationmetadata/json/JSONArray.java | 2 +- .../boot/configurationmetadata/json/JSONException.java | 2 +- .../boot/configurationmetadata/json/JSONObject.java | 2 +- .../boot/configurationmetadata/json/JSONStringer.java | 2 +- .../boot/configurationmetadata/json/JSONTokener.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSON.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSON.java index 8c276d88d3b..589f5ee22d4 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSON.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSON.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONArray.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONArray.java index 2185272dfa6..ddbf3d66700 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONArray.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONException.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONException.java index ebde92bce3d..28831fc889c 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONException.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONObject.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONObject.java index a68468d32a0..0febfb60384 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONObject.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONStringer.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONStringer.java index 3a9a8736a68..e2a50605bdd 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONStringer.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONStringer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONTokener.java b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONTokener.java index a8d3dfefc37..9e84d0a12f9 100644 --- a/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONTokener.java +++ b/cli/spring-boot-cli/src/json-shade/java/org/springframework/boot/cli/json/JSONTokener.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSON.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSON.java index 6e261670ea7..4377d9a429e 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSON.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSON.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONArray.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONArray.java index d93e8e0ad01..af1558afb0e 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONArray.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONException.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONException.java index 3b557b2b135..45469fa5e89 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONException.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONException.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONObject.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONObject.java index f03bbe6cb8e..5bb97020514 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONObject.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONStringer.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONStringer.java index 0f72049a133..ee73c5ca959 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONStringer.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONStringer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONTokener.java b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONTokener.java index 632a7df1be8..86cf190076d 100644 --- a/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONTokener.java +++ b/configuration-metadata/spring-boot-configuration-metadata/src/json-shade/java/org/springframework/boot/configurationmetadata/json/JSONTokener.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-present the original author or authors. + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.