diff --git a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/Exclaimer.java b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/Exclaimer.java index 0515e84731..0e73b95531 100644 --- a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/Exclaimer.java +++ b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/Exclaimer.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 the original author or authors. + * Copyright 2002-2008 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/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileBasedFileCopyDemo.java b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileBasedFileCopyDemo.java index 8f6232fbea..f6d144895e 100644 --- a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileBasedFileCopyDemo.java +++ b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileBasedFileCopyDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 the original author or authors. + * Copyright 2002-2008 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/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileCopyDemoCommon.java b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileCopyDemoCommon.java index 8ac47809f1..66a4edc7db 100644 --- a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileCopyDemoCommon.java +++ b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/FileCopyDemoCommon.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 the original author or authors. + * Copyright 2002-2008 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/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/TextFileCopyDemo.java b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/TextFileCopyDemo.java index 682f83af41..8503e220d4 100644 --- a/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/TextFileCopyDemo.java +++ b/org.springframework.integration.samples/src/main/java/org/springframework/integration/samples/filecopy/TextFileCopyDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 the original author or authors. + * Copyright 2002-2008 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.