From 7575616d268997b40758ccb57815d57afceb9ab5 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 4 Feb 2020 14:23:18 +0100 Subject: [PATCH] Update copyright date See gh-24385 --- .../org/springframework/jdbc/datasource/init/ScriptUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java b/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java index 2b2f66b57f..fa87e08f9d 100644 --- a/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java +++ b/spring-jdbc/src/main/java/org/springframework/jdbc/datasource/init/ScriptUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2019 the original author or authors. + * Copyright 2002-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.