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.