From 6e71af2d219324c230775342bfb81c3d97e2b253 Mon Sep 17 00:00:00 2001 From: arghya88 Date: Fri, 31 Jul 2015 08:36:40 +0530 Subject: [PATCH] Fix copyright date Closes gh-3632 --- .../boot/actuate/audit/AuditEventRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java index 99daf0c7a0..0f966ddc6a 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/audit/AuditEventRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2013 the original author or authors. + * Copyright 2012-2014 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.