From 8e0ddcb08c26d02f5d7a71015f21f5efa189fd9b Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sun, 31 Dec 2006 19:31:16 +0000 Subject: [PATCH] Switched to 2007 in copyright notices. --- .../springframework/webflow/samples/itemlist/AddItemAction.java | 2 +- .../springframework/webflow/samples/itemlist/DataMapper.java | 2 +- .../springframework/webflow/samples/itemlist/NewItemAction.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/AddItemAction.java b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/AddItemAction.java index fcb4c3cc..a44f4738 100644 --- a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/AddItemAction.java +++ b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/AddItemAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 the original author or authors. + * Copyright 2002-2007 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. diff --git a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/DataMapper.java b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/DataMapper.java index 1f497b0d..97364895 100644 --- a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/DataMapper.java +++ b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/DataMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 the original author or authors. + * Copyright 2002-2007 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. diff --git a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/NewItemAction.java b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/NewItemAction.java index cc987f2b..ede104b9 100644 --- a/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/NewItemAction.java +++ b/spring-webflow-samples/itemlist/src/main/java/org/springframework/webflow/samples/itemlist/NewItemAction.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 the original author or authors. + * Copyright 2002-2007 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.