From ff9b68c1b6b668e9da90dfff126149a53a052979 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 29 Apr 2021 18:01:27 +0200 Subject: [PATCH] Update copyright date for StaxEventXMLReader See gh-26875 --- .../java/org/springframework/util/xml/StaxEventXMLReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java b/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java index 0b270dc2eed..80ac3bd3fcd 100644 --- a/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java +++ b/spring-core/src/main/java/org/springframework/util/xml/StaxEventXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2020 the original author or authors. + * Copyright 2002-2021 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.