diff --git a/samples/web/src/main/java/Config.java b/samples/web/src/main/java/Config.java index 24110c3d..32042662 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 e9b99369..b9fe355a 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 3a8d8f8c..01a50e12 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 a0a28b7a..67872afa 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 7f26bae2..ff80ba98 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 dadc3184..869de004 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 81bd91f9..d4be9b80 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 17afcc48..01768e46 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 976b450f..3c35b62f 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 38ed7273..0a24c259 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