From b1044ca8833bdb7d63d680c1cb2bba3c4223165f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 5 Jun 2020 15:37:47 -0700 Subject: [PATCH] Update copyright year of changed files --- .../main/java/org/springframework/boot/StartupInfoLogger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java index 9668fa77f1..b6ac1ad9b2 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 the original author or authors. + * Copyright 2012-2020 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.