From 4e696db922fe45b83a18c02ec0934df59b695cba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 30 May 2023 09:13:29 +0200 Subject: [PATCH] Update copyright year of changed file See gh-30554 --- .../src/main/java/org/springframework/util/FileSystemUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/util/FileSystemUtils.java b/spring-core/src/main/java/org/springframework/util/FileSystemUtils.java index 73f7b0d8176..b931a072959 100644 --- a/spring-core/src/main/java/org/springframework/util/FileSystemUtils.java +++ b/spring-core/src/main/java/org/springframework/util/FileSystemUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2023 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.