From 8535193df394865903d31efcfccccd06b18db50d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 18 Feb 2021 13:02:10 +0100 Subject: [PATCH] Update copyright date for DynamicIntroductionAdvice See gh-26568 --- .../java/org/springframework/aop/DynamicIntroductionAdvice.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java b/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java index f4b3b294de6..2f46775b945 100644 --- a/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java +++ b/spring-aop/src/main/java/org/springframework/aop/DynamicIntroductionAdvice.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2012 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.