From 602359a5d83452dcf7f934eb37b91d9810a641d6 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 8 Jul 2014 14:28:55 -0500 Subject: [PATCH] Update Copyright dates --- samples/web/src/main/java/Config.java | 2 +- samples/web/src/main/java/Initializer.java | 2 +- samples/web/src/main/java/SessionServlet.java | 2 +- .../java/org/springframework/session/MapSessionRepository.java | 2 +- .../session/data/redis/RedisOperationsSessionRepository.java | 2 +- .../springframework/session/web/CookieHttpSessionStrategy.java | 2 +- .../springframework/session/web/HeaderHttpSessionStrategy.java | 2 +- .../springframework/session/web/OnCommittedResponseWrapper.java | 2 +- .../org/springframework/session/web/OncePerRequestFilter.java | 2 +- .../springframework/session/web/SessionRepositoryFilter.java | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/web/src/main/java/Config.java b/samples/web/src/main/java/Config.java index 24110c3..3204266 100644 --- a/samples/web/src/main/java/Config.java +++ b/samples/web/src/main/java/Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/samples/web/src/main/java/Initializer.java b/samples/web/src/main/java/Initializer.java index e9b9936..b9fe355 100644 --- a/samples/web/src/main/java/Initializer.java +++ b/samples/web/src/main/java/Initializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/samples/web/src/main/java/SessionServlet.java b/samples/web/src/main/java/SessionServlet.java index 3a8d8f8..01a50e1 100644 --- a/samples/web/src/main/java/SessionServlet.java +++ b/samples/web/src/main/java/SessionServlet.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/MapSessionRepository.java b/spring-session/src/main/java/org/springframework/session/MapSessionRepository.java index a0a28b7..67872af 100644 --- a/spring-session/src/main/java/org/springframework/session/MapSessionRepository.java +++ b/spring-session/src/main/java/org/springframework/session/MapSessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java b/spring-session/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java index 7f26bae..ff80ba9 100644 --- a/spring-session/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java +++ b/spring-session/src/main/java/org/springframework/session/data/redis/RedisOperationsSessionRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/web/CookieHttpSessionStrategy.java b/spring-session/src/main/java/org/springframework/session/web/CookieHttpSessionStrategy.java index dadc318..869de00 100644 --- a/spring-session/src/main/java/org/springframework/session/web/CookieHttpSessionStrategy.java +++ b/spring-session/src/main/java/org/springframework/session/web/CookieHttpSessionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/web/HeaderHttpSessionStrategy.java b/spring-session/src/main/java/org/springframework/session/web/HeaderHttpSessionStrategy.java index 81bd91f..d4be9b8 100644 --- a/spring-session/src/main/java/org/springframework/session/web/HeaderHttpSessionStrategy.java +++ b/spring-session/src/main/java/org/springframework/session/web/HeaderHttpSessionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/web/OnCommittedResponseWrapper.java b/spring-session/src/main/java/org/springframework/session/web/OnCommittedResponseWrapper.java index 17afcc4..01768e4 100644 --- a/spring-session/src/main/java/org/springframework/session/web/OnCommittedResponseWrapper.java +++ b/spring-session/src/main/java/org/springframework/session/web/OnCommittedResponseWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2012 the original author or authors. + * Copyright 2002-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. You may obtain a copy of the License at diff --git a/spring-session/src/main/java/org/springframework/session/web/OncePerRequestFilter.java b/spring-session/src/main/java/org/springframework/session/web/OncePerRequestFilter.java index 976b450..3c35b62 100644 --- a/spring-session/src/main/java/org/springframework/session/web/OncePerRequestFilter.java +++ b/spring-session/src/main/java/org/springframework/session/web/OncePerRequestFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of diff --git a/spring-session/src/main/java/org/springframework/session/web/SessionRepositoryFilter.java b/spring-session/src/main/java/org/springframework/session/web/SessionRepositoryFilter.java index 38ed727..0a24c25 100644 --- a/spring-session/src/main/java/org/springframework/session/web/SessionRepositoryFilter.java +++ b/spring-session/src/main/java/org/springframework/session/web/SessionRepositoryFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2013 the original author or authors. + * Copyright 2002-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. You may obtain a copy of