From 71ec5d41dde0cb60d9516b1bda4edf8c13068df4 Mon Sep 17 00:00:00 2001 From: Ralph Schaer Date: Thu, 2 Jan 2014 18:23:57 +0100 Subject: [PATCH] Update year in the license header. Happy New Year --- pit.bat | 2 +- pom.xml | 2 +- run_clover.bat | 2 +- .../extdirectspring/annotation/ExtDirectDocParameters.java | 2 +- .../ralscha/extdirectspring/annotation/ExtDirectDocReturn.java | 2 +- .../ch/ralscha/extdirectspring/annotation/ExtDirectMethod.java | 2 +- .../annotation/ExtDirectMethodDocumentation.java | 2 +- .../ralscha/extdirectspring/annotation/ExtDirectMethodType.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/BaseResponse.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/DataType.java | 2 +- .../ralscha/extdirectspring/bean/ExtDirectFormLoadResult.java | 2 +- .../ralscha/extdirectspring/bean/ExtDirectFormPostResult.java | 2 +- .../ch/ralscha/extdirectspring/bean/ExtDirectPollResponse.java | 2 +- .../extdirectspring/bean/ExtDirectRawJsonStoreResult.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/ExtDirectRequest.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/ExtDirectResponse.java | 2 +- .../ralscha/extdirectspring/bean/ExtDirectResponseBuilder.java | 2 +- .../ralscha/extdirectspring/bean/ExtDirectStoreReadRequest.java | 2 +- .../ch/ralscha/extdirectspring/bean/ExtDirectStoreResult.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/Field.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/GroupInfo.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/JsonViewHint.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/MetaData.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/ModelAndJsonView.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/SSEvent.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/SortDirection.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/SortInfo.java | 2 +- src/main/java/ch/ralscha/extdirectspring/bean/api/Action.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/api/ActionDoc.java | 2 +- .../ch/ralscha/extdirectspring/bean/api/PollingProvider.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/api/RemotingApi.java | 2 +- .../ch/ralscha/extdirectspring/bean/api/RemotingApiMixin.java | 2 +- .../ch/ralscha/extdirectspring/controller/ApiController.java | 2 +- .../controller/BatchedMethodsExecutionPolicy.java | 2 +- .../ch/ralscha/extdirectspring/controller/Configuration.java | 2 +- .../extdirectspring/controller/ConfigurationService.java | 2 +- .../controller/DefaultRouterExceptionHandler.java | 2 +- .../ch/ralscha/extdirectspring/controller/MethodRegistrar.java | 2 +- .../ch/ralscha/extdirectspring/controller/RouterController.java | 2 +- .../extdirectspring/controller/RouterExceptionHandler.java | 2 +- .../java/ch/ralscha/extdirectspring/controller/SSEHandler.java | 2 +- .../java/ch/ralscha/extdirectspring/controller/SSEWriter.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/BooleanFilter.java | 2 +- src/main/java/ch/ralscha/extdirectspring/filter/Comparison.java | 2 +- src/main/java/ch/ralscha/extdirectspring/filter/DateFilter.java | 2 +- src/main/java/ch/ralscha/extdirectspring/filter/Filter.java | 2 +- src/main/java/ch/ralscha/extdirectspring/filter/ListFilter.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/NumericFilter.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/StringFilter.java | 2 +- src/main/java/ch/ralscha/extdirectspring/util/ApiCache.java | 2 +- src/main/java/ch/ralscha/extdirectspring/util/ApiCacheKey.java | 2 +- .../ch/ralscha/extdirectspring/util/ExtDirectSpringUtil.java | 2 +- src/main/java/ch/ralscha/extdirectspring/util/JsonHandler.java | 2 +- .../ch/ralscha/extdirectspring/util/MapActionSerializer.java | 2 +- src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java | 2 +- .../java/ch/ralscha/extdirectspring/util/MethodInfoCache.java | 2 +- .../java/ch/ralscha/extdirectspring/util/ParameterInfo.java | 2 +- .../ch/ralscha/extdirectspring/util/ParametersResolver.java | 2 +- .../ch/ralscha/extdirectspring/util/SupportedParameters.java | 2 +- .../extdirectspring/annotation/ExtDirectMethodTypeTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/bean/DataTypeTest.java | 2 +- .../extdirectspring/bean/ExtDirectFormPostResultTest.java | 2 +- .../extdirectspring/bean/ExtDirectResponseBuilderTest.java | 2 +- .../extdirectspring/bean/ExtDirectStoreReadRequestTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/bean/FieldTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/bean/MetaDataTest.java | 2 +- .../java/ch/ralscha/extdirectspring/bean/SortDirectionTest.java | 2 +- .../ralscha/extdirectspring/controller/ApiControllerTest.java | 2 +- .../controller/ApiControllerWithConfigurationTest.java | 2 +- .../controller/ApiControllerWithDocumentationTest.java | 2 +- .../controller/ApiControllerWithXMLConfig1Test.java | 2 +- .../controller/ApiControllerWithXMLConfig2Test.java | 2 +- .../controller/ApiControllerWithXMLConfig3Test.java | 2 +- .../ch/ralscha/extdirectspring/controller/ApiRequestParams.java | 2 +- .../ralscha/extdirectspring/controller/AppExceptionHandler.java | 2 +- .../extdirectspring/controller/AppExceptionHandlerTest.java | 2 +- .../ch/ralscha/extdirectspring/controller/ControllerUtil.java | 2 +- .../controller/ExceptionHandlingConfigInXmlTest.java | 2 +- .../extdirectspring/controller/ExceptionHandlingTest.java | 2 +- .../extdirectspring/controller/RouterControllerFilterTest.java | 2 +- .../controller/RouterControllerFormLoadTest.java | 2 +- .../RouterControllerFormPostCrossDomainUploadTest.java | 2 +- .../controller/RouterControllerFormPostJsonTest.java | 2 +- .../controller/RouterControllerFormPostTest.java | 2 +- .../controller/RouterControllerInterfaceTest.java | 2 +- .../extdirectspring/controller/RouterControllerPollTest.java | 2 +- .../controller/RouterControllerSimpleNamedTest.java | 2 +- .../extdirectspring/controller/RouterControllerSimpleTest.java | 2 +- .../extdirectspring/controller/RouterControllerSseTest.java | 2 +- .../controller/RouterControllerStoreAlwaysWrapResponseTest.java | 2 +- .../controller/RouterControllerStoreModifyTest.java | 2 +- .../extdirectspring/controller/RouterControllerStoreTest.java | 2 +- .../controller/RouterControllerTreeLoadTest.java | 2 +- .../ch/ralscha/extdirectspring/filter/BooleanFilterTest.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/ComparisonTest.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/DateFilterTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/filter/FilterTest.java | 2 +- .../java/ch/ralscha/extdirectspring/filter/ListFilterTest.java | 2 +- .../ch/ralscha/extdirectspring/filter/NumericFilterTest.java | 2 +- .../ch/ralscha/extdirectspring/filter/StringFilterTest.java | 2 +- .../provider/BeanNotSpringWExtDirectMethods.java | 2 +- .../extdirectspring/provider/BeanSpringWOExtDirectMethods.java | 2 +- src/test/java/ch/ralscha/extdirectspring/provider/FormInfo.java | 2 +- .../ch/ralscha/extdirectspring/provider/FormInfoController.java | 2 +- .../ralscha/extdirectspring/provider/FormInfoController2.java | 2 +- .../ralscha/extdirectspring/provider/FormInfoController3.java | 2 +- .../ch/ralscha/extdirectspring/provider/MyExceptionHandler.java | 2 +- .../ch/ralscha/extdirectspring/provider/NamedEdsMethod.java | 2 +- .../java/ch/ralscha/extdirectspring/provider/PollProvider.java | 2 +- .../extdirectspring/provider/RemoteProviderFormLoad.java | 2 +- .../extdirectspring/provider/RemoteProviderImplementation.java | 2 +- .../extdirectspring/provider/RemoteProviderInterface.java | 2 +- .../ralscha/extdirectspring/provider/RemoteProviderSimple.java | 2 +- .../extdirectspring/provider/RemoteProviderSimpleDoc.java | 2 +- .../extdirectspring/provider/RemoteProviderSimpleNamed.java | 2 +- .../extdirectspring/provider/RemoteProviderStoreModify.java | 2 +- .../provider/RemoteProviderStoreModifyArray.java | 2 +- .../provider/RemoteProviderStoreModifyInterface.java | 2 +- .../provider/RemoteProviderStoreModifySingle.java | 2 +- .../extdirectspring/provider/RemoteProviderStoreRead.java | 2 +- .../extdirectspring/provider/RemoteProviderTreeLoad.java | 2 +- src/test/java/ch/ralscha/extdirectspring/provider/Row.java | 2 +- .../java/ch/ralscha/extdirectspring/provider/RowInterface.java | 2 +- .../ch/ralscha/extdirectspring/provider/SimpleEdsMethod.java | 2 +- .../java/ch/ralscha/extdirectspring/provider/SseProvider.java | 2 +- .../java/ch/ralscha/extdirectspring/provider/UploadService.java | 2 +- .../extdirectspring/provider/WrongFormPostController.java | 2 +- src/test/java/ch/ralscha/extdirectspring/store/BaseModel.java | 2 +- src/test/java/ch/ralscha/extdirectspring/store/BaseService.java | 2 +- src/test/java/ch/ralscha/extdirectspring/store/Book.java | 2 +- src/test/java/ch/ralscha/extdirectspring/store/BookService.java | 2 +- .../java/ch/ralscha/extdirectspring/store/BookServiceTest.java | 2 +- .../ch/ralscha/extdirectspring/store/BookSubAopService.java | 2 +- .../java/ch/ralscha/extdirectspring/store/BookSubService.java | 2 +- .../ch/ralscha/extdirectspring/store/BookSubServiceTest.java | 2 +- .../extdirectspring/store/BookSubServiceWithAopTest.java | 2 +- .../java/ch/ralscha/extdirectspring/store/CrudTestMethods.java | 2 +- .../java/ch/ralscha/extdirectspring/store/SimpleAspect.java | 2 +- src/test/java/ch/ralscha/extdirectspring/util/ApiCacheTest.java | 2 +- .../ralscha/extdirectspring/util/ExtDirectSpringUtilTest.java | 2 +- .../java/ch/ralscha/extdirectspring/util/JsonHandlerTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/util/JsonTestBean.java | 2 +- .../ch/ralscha/extdirectspring/util/MethodInfoCacheTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/util/SimpleBean.java | 2 +- .../java/ch/ralscha/extdirectspring/util/SpringManagedBean.java | 2 +- .../ch/ralscha/extdirectspring/util/SpringManagedSubBean.java | 2 +- .../ralscha/extdirectspring/util/SupportedParametersTest.java | 2 +- .../java/ch/ralscha/extdirectspring/util/TestInterface.java | 2 +- .../java/ch/ralscha/extdirectspring/view/BaseViewService.java | 2 +- src/test/java/ch/ralscha/extdirectspring/view/BaseViewTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/view/Employee.java | 2 +- .../ch/ralscha/extdirectspring/view/EmployeeWithJsonView.java | 2 +- .../ch/ralscha/extdirectspring/view/FormLoadMethodService.java | 2 +- .../ch/ralscha/extdirectspring/view/FormLoadMethodTest.java | 2 +- .../java/ch/ralscha/extdirectspring/view/PollMethodService.java | 2 +- .../java/ch/ralscha/extdirectspring/view/PollMethodTest.java | 2 +- .../ch/ralscha/extdirectspring/view/SimpleMethodService.java | 2 +- .../java/ch/ralscha/extdirectspring/view/SimpleMethodTest.java | 2 +- .../ralscha/extdirectspring/view/StoreModifyMethodService.java | 2 +- .../ch/ralscha/extdirectspring/view/StoreModifyMethodTest.java | 2 +- .../ch/ralscha/extdirectspring/view/StoreReadMethodService.java | 2 +- .../ch/ralscha/extdirectspring/view/StoreReadMethodTest.java | 2 +- .../ch/ralscha/extdirectspring/view/TreeLoadMethodService.java | 2 +- .../ch/ralscha/extdirectspring/view/TreeLoadMethodTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring/view/Views.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/BaseController.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/BaseService.java | 2 +- .../extdirectspring_itest/ExceptionFormPostControlerTest.java | 2 +- .../extdirectspring_itest/ExceptionFormPostController.java | 2 +- .../ralscha/extdirectspring_itest/ExceptionFormPostService.java | 2 +- .../extdirectspring_itest/ExceptionFormPostServiceTest.java | 2 +- .../extdirectspring_itest/FactoryBeanReturnsObjectTypeNull.java | 2 +- .../ch/ralscha/extdirectspring_itest/FileUploadController.java | 2 +- .../ralscha/extdirectspring_itest/FileUploadControllerTest.java | 2 +- .../ch/ralscha/extdirectspring_itest/FileUploadService.java | 2 +- .../ch/ralscha/extdirectspring_itest/FileUploadServiceTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/Info.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/InfoController.java | 2 +- .../ch/ralscha/extdirectspring_itest/InfoControllerTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/InfoService.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/InfoServiceTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/JettyTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/JettyTest2.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/MyModel.java | 2 +- .../ch/ralscha/extdirectspring_itest/MyModelControlerTest.java | 2 +- .../ch/ralscha/extdirectspring_itest/MyModelController.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/MyModelService.java | 2 +- .../ch/ralscha/extdirectspring_itest/MyModelServiceTest.java | 2 +- .../ch/ralscha/extdirectspring_itest/RawJsonController.java | 2 +- .../ch/ralscha/extdirectspring_itest/RawJsonControllerTest.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/SecuredService.java | 2 +- .../ch/ralscha/extdirectspring_itest/SecuredServiceTest.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/SimpleService.java | 2 +- .../ch/ralscha/extdirectspring_itest/SimpleServiceTest.java | 2 +- .../ch/ralscha/extdirectspring_itest/TransactionalService.java | 2 +- .../ralscha/extdirectspring_itest/TransactionalServiceImpl.java | 2 +- .../extdirectspring_itest/TransactionalServiceInterface.java | 2 +- .../ralscha/extdirectspring_itest/TransactionalServiceTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/User.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/UserController.java | 2 +- .../ch/ralscha/extdirectspring_itest/UserControllerTest.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/UserExtended.java | 2 +- .../extdirectspring_itest/UserInitBinderServiceTest.java | 2 +- src/test/java/ch/ralscha/extdirectspring_itest/UserService.java | 2 +- .../extdirectspring_itest/UserServiceInitBinderService.java | 2 +- .../java/ch/ralscha/extdirectspring_itest/UserServiceTest.java | 2 +- src/test/resources/messages.properties | 2 +- 207 files changed, 207 insertions(+), 207 deletions(-) diff --git a/pit.bat b/pit.bat index ff0f1c8ce..6a7e1ce39 100644 --- a/pit.bat +++ b/pit.bat @@ -1,5 +1,5 @@ @REM -@REM Copyright 2010-2013 Ralph Schaer +@REM Copyright 2010-2014 Ralph Schaer @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index f134db041..f0d0d0e6d 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ Ralph Schaer ${project.inceptionYear} - 2013 + 2014 ralphschaer@gmail.com diff --git a/run_clover.bat b/run_clover.bat index 260e5554f..180cb03fe 100644 --- a/run_clover.bat +++ b/run_clover.bat @@ -1,5 +1,5 @@ @REM -@REM Copyright 2010-2013 Ralph Schaer +@REM Copyright 2010-2014 Ralph Schaer @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. diff --git a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocParameters.java b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocParameters.java index d56da7176..e750ff17d 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocParameters.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocParameters.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocReturn.java b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocReturn.java index fe883d3c4..4f90bc39c 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocReturn.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectDocReturn.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethod.java b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethod.java index ac1035838..58dd18d8a 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethod.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodDocumentation.java b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodDocumentation.java index 65863049f..7b0ab14de 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodDocumentation.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodDocumentation.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodType.java b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodType.java index 8c81e14b1..0cbfb1e26 100644 --- a/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodType.java +++ b/src/main/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/BaseResponse.java b/src/main/java/ch/ralscha/extdirectspring/bean/BaseResponse.java index 9e897f098..8ed7076a4 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/BaseResponse.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/BaseResponse.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/DataType.java b/src/main/java/ch/ralscha/extdirectspring/bean/DataType.java index efc3b449f..ab3d21809 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/DataType.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/DataType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormLoadResult.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormLoadResult.java index 8697d7218..149b4b6f2 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormLoadResult.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormLoadResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResult.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResult.java index 386eed502..ffbba47b7 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResult.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectPollResponse.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectPollResponse.java index bae33a7ef..297d082f7 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectPollResponse.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectPollResponse.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRawJsonStoreResult.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRawJsonStoreResult.java index c93f11c13..de9736c64 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRawJsonStoreResult.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRawJsonStoreResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRequest.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRequest.java index 1a03de1b1..15a3efa58 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRequest.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponse.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponse.java index e87faf48a..0acec17e8 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponse.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponse.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilder.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilder.java index d8355e212..0d888bd74 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilder.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequest.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequest.java index 03babe457..07d165a5d 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequest.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreResult.java b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreResult.java index c5fd63a55..8f08723be 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreResult.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/Field.java b/src/main/java/ch/ralscha/extdirectspring/bean/Field.java index a1ad1a958..7da6735d0 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/Field.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/Field.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/GroupInfo.java b/src/main/java/ch/ralscha/extdirectspring/bean/GroupInfo.java index a840b27d5..a408c3e1c 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/GroupInfo.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/GroupInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/JsonViewHint.java b/src/main/java/ch/ralscha/extdirectspring/bean/JsonViewHint.java index bd5a6733d..fa8f331cf 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/JsonViewHint.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/JsonViewHint.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/MetaData.java b/src/main/java/ch/ralscha/extdirectspring/bean/MetaData.java index 3f26209e1..663f937e4 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/MetaData.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/MetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/ModelAndJsonView.java b/src/main/java/ch/ralscha/extdirectspring/bean/ModelAndJsonView.java index 83be07fcf..622d7d498 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/ModelAndJsonView.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/ModelAndJsonView.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/SSEvent.java b/src/main/java/ch/ralscha/extdirectspring/bean/SSEvent.java index 5c5c01fcd..65127700a 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/SSEvent.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/SSEvent.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/SortDirection.java b/src/main/java/ch/ralscha/extdirectspring/bean/SortDirection.java index 66b14c9ec..5e4f31c5c 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/SortDirection.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/SortDirection.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/SortInfo.java b/src/main/java/ch/ralscha/extdirectspring/bean/SortInfo.java index 19c9536b0..41d84f4c8 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/SortInfo.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/SortInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/api/Action.java b/src/main/java/ch/ralscha/extdirectspring/bean/api/Action.java index e403c256d..a33c29b68 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/api/Action.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/api/Action.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/api/ActionDoc.java b/src/main/java/ch/ralscha/extdirectspring/bean/api/ActionDoc.java index e03b57754..906d5cff7 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/api/ActionDoc.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/api/ActionDoc.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/api/PollingProvider.java b/src/main/java/ch/ralscha/extdirectspring/bean/api/PollingProvider.java index 457674418..ca870a835 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/api/PollingProvider.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/api/PollingProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApi.java b/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApi.java index 3b1b49149..38f151639 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApi.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApi.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApiMixin.java b/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApiMixin.java index 877bbc04a..e5f64dcf8 100644 --- a/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApiMixin.java +++ b/src/main/java/ch/ralscha/extdirectspring/bean/api/RemotingApiMixin.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java b/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java index 8d43fb0e4..37eda48fd 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/ApiController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/BatchedMethodsExecutionPolicy.java b/src/main/java/ch/ralscha/extdirectspring/controller/BatchedMethodsExecutionPolicy.java index 087b67a0c..59343aaa8 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/BatchedMethodsExecutionPolicy.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/BatchedMethodsExecutionPolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/Configuration.java b/src/main/java/ch/ralscha/extdirectspring/controller/Configuration.java index 0a51e05be..b44d262f5 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/Configuration.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/Configuration.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/ConfigurationService.java b/src/main/java/ch/ralscha/extdirectspring/controller/ConfigurationService.java index f447a7df5..5d0c8d11f 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/ConfigurationService.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/ConfigurationService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/DefaultRouterExceptionHandler.java b/src/main/java/ch/ralscha/extdirectspring/controller/DefaultRouterExceptionHandler.java index 47841c43c..455426a0a 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/DefaultRouterExceptionHandler.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/DefaultRouterExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/MethodRegistrar.java b/src/main/java/ch/ralscha/extdirectspring/controller/MethodRegistrar.java index 40f30972d..d9ea96cb1 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/MethodRegistrar.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/MethodRegistrar.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/RouterController.java b/src/main/java/ch/ralscha/extdirectspring/controller/RouterController.java index 881994d2b..b17408f2d 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/RouterController.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/RouterController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/RouterExceptionHandler.java b/src/main/java/ch/ralscha/extdirectspring/controller/RouterExceptionHandler.java index 5fd179af5..d9e23308e 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/RouterExceptionHandler.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/RouterExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/SSEHandler.java b/src/main/java/ch/ralscha/extdirectspring/controller/SSEHandler.java index 340710b37..7a2ddc5f7 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/SSEHandler.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/SSEHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/controller/SSEWriter.java b/src/main/java/ch/ralscha/extdirectspring/controller/SSEWriter.java index 934e31508..29c57e4b0 100644 --- a/src/main/java/ch/ralscha/extdirectspring/controller/SSEWriter.java +++ b/src/main/java/ch/ralscha/extdirectspring/controller/SSEWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/BooleanFilter.java b/src/main/java/ch/ralscha/extdirectspring/filter/BooleanFilter.java index b0a6cf1cd..47253bab4 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/BooleanFilter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/BooleanFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/Comparison.java b/src/main/java/ch/ralscha/extdirectspring/filter/Comparison.java index f2ba83f52..494ef0f76 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/Comparison.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/Comparison.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/DateFilter.java b/src/main/java/ch/ralscha/extdirectspring/filter/DateFilter.java index 70f3732c0..77e924baa 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/DateFilter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/DateFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/Filter.java b/src/main/java/ch/ralscha/extdirectspring/filter/Filter.java index e6427924f..5c82f9c60 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/Filter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/Filter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/ListFilter.java b/src/main/java/ch/ralscha/extdirectspring/filter/ListFilter.java index 3d1c22d50..bdf1af5b2 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/ListFilter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/ListFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/NumericFilter.java b/src/main/java/ch/ralscha/extdirectspring/filter/NumericFilter.java index 214f3488b..1ebf009af 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/NumericFilter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/NumericFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/filter/StringFilter.java b/src/main/java/ch/ralscha/extdirectspring/filter/StringFilter.java index 4a550dd70..6077008e3 100644 --- a/src/main/java/ch/ralscha/extdirectspring/filter/StringFilter.java +++ b/src/main/java/ch/ralscha/extdirectspring/filter/StringFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/ApiCache.java b/src/main/java/ch/ralscha/extdirectspring/util/ApiCache.java index 5277903a7..b2631a103 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/ApiCache.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/ApiCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/ApiCacheKey.java b/src/main/java/ch/ralscha/extdirectspring/util/ApiCacheKey.java index d11c7a4be..c674d30ed 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/ApiCacheKey.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/ApiCacheKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtil.java b/src/main/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtil.java index 9e3da53eb..1eeebbc1a 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtil.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/JsonHandler.java b/src/main/java/ch/ralscha/extdirectspring/util/JsonHandler.java index 9e0ceb0c3..33498cb07 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/JsonHandler.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/JsonHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/MapActionSerializer.java b/src/main/java/ch/ralscha/extdirectspring/util/MapActionSerializer.java index 6362b792a..0ea7f7c75 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/MapActionSerializer.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/MapActionSerializer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java index e1e0b0812..3fae0990e 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/MethodInfoCache.java b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfoCache.java index 2f4efbd46..4f5e62148 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/MethodInfoCache.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfoCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/ParameterInfo.java b/src/main/java/ch/ralscha/extdirectspring/util/ParameterInfo.java index f801a22ff..0fee24168 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/ParameterInfo.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/ParameterInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/ParametersResolver.java b/src/main/java/ch/ralscha/extdirectspring/util/ParametersResolver.java index 183d57cea..f0c0e4dab 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/ParametersResolver.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/ParametersResolver.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/main/java/ch/ralscha/extdirectspring/util/SupportedParameters.java b/src/main/java/ch/ralscha/extdirectspring/util/SupportedParameters.java index f74b222be..e2fda4900 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/SupportedParameters.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/SupportedParameters.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodTypeTest.java b/src/test/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodTypeTest.java index 4d23fa9fe..6accbcb72 100644 --- a/src/test/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodTypeTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/annotation/ExtDirectMethodTypeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/DataTypeTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/DataTypeTest.java index 3e9b23806..20fe2f10a 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/DataTypeTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/DataTypeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResultTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResultTest.java index 08bf0da4f..9fd6caf6f 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResultTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectFormPostResultTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilderTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilderTest.java index 64d0c5b21..5689b6360 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilderTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectResponseBuilderTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequestTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequestTest.java index 0c3bfbed9..6821d9031 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequestTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/ExtDirectStoreReadRequestTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/FieldTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/FieldTest.java index 354cc6db5..481a6c510 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/FieldTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/FieldTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/MetaDataTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/MetaDataTest.java index 71171da9b..163caa437 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/MetaDataTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/MetaDataTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/bean/SortDirectionTest.java b/src/test/java/ch/ralscha/extdirectspring/bean/SortDirectionTest.java index 10a7acaee..bd36ef4ce 100644 --- a/src/test/java/ch/ralscha/extdirectspring/bean/SortDirectionTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/bean/SortDirectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerTest.java index df2e8b8bb..5f4301f06 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithConfigurationTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithConfigurationTest.java index 4111c5be1..ff40d329a 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithConfigurationTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithConfigurationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithDocumentationTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithDocumentationTest.java index aa3394b6c..264b46cd1 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithDocumentationTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithDocumentationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig1Test.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig1Test.java index 983c99dd5..c05b62dd5 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig1Test.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig1Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig2Test.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig2Test.java index f54d46690..ad4cfedcb 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig2Test.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig2Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig3Test.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig3Test.java index fcee2dcf8..ddcee1248 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig3Test.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiControllerWithXMLConfig3Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ApiRequestParams.java b/src/test/java/ch/ralscha/extdirectspring/controller/ApiRequestParams.java index bfc182309..ac2678838 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ApiRequestParams.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ApiRequestParams.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandler.java b/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandler.java index 597ec65f8..41befd73e 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandler.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandlerTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandlerTest.java index 28f620d66..5aa957762 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandlerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/AppExceptionHandlerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ControllerUtil.java b/src/test/java/ch/ralscha/extdirectspring/controller/ControllerUtil.java index 507bcf0f3..a1e592b52 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ControllerUtil.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ControllerUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingConfigInXmlTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingConfigInXmlTest.java index a608bafeb..07ac40f67 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingConfigInXmlTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingConfigInXmlTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingTest.java index d67769fc9..b17aa628f 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/ExceptionHandlingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFilterTest.java index ae791003e..6f565e833 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormLoadTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormLoadTest.java index f72808347..6d224f0bd 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormLoadTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormLoadTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostCrossDomainUploadTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostCrossDomainUploadTest.java index 2511514a3..67b4d3904 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostCrossDomainUploadTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostCrossDomainUploadTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostJsonTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostJsonTest.java index c228fc18d..2cf31cc2a 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostJsonTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostJsonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostTest.java index e4d0a6286..f99435a07 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerFormPostTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerInterfaceTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerInterfaceTest.java index 79fb6477c..835a64c70 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerInterfaceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerInterfaceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerPollTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerPollTest.java index aa9e6b1ca..1d8253103 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerPollTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerPollTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleNamedTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleNamedTest.java index 005161ed7..c665ac2a3 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleNamedTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleNamedTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleTest.java index ff0b1f650..7762e29f5 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSimpleTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSseTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSseTest.java index 1a518a40b..15c5fa4cb 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSseTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerSseTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreAlwaysWrapResponseTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreAlwaysWrapResponseTest.java index ca45e07bd..285c583ba 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreAlwaysWrapResponseTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreAlwaysWrapResponseTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreModifyTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreModifyTest.java index 3022bef5e..4e76cacf9 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreModifyTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreModifyTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreTest.java index 22d7afceb..84129aefe 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerStoreTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerTreeLoadTest.java b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerTreeLoadTest.java index b3379cd62..aa91bd58d 100644 --- a/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerTreeLoadTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/controller/RouterControllerTreeLoadTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/BooleanFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/BooleanFilterTest.java index ad0dd67a6..78afead15 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/BooleanFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/BooleanFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/ComparisonTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/ComparisonTest.java index 51bcb1b88..fe8c66bcb 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/ComparisonTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/ComparisonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/DateFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/DateFilterTest.java index 5b4687e2e..a28959bc8 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/DateFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/DateFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/FilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/FilterTest.java index 1f3eba943..1b9ec7087 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/FilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/FilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/ListFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/ListFilterTest.java index 8b3dbc039..0447e31b5 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/ListFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/ListFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/NumericFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/NumericFilterTest.java index d07958e7c..a54f07d77 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/NumericFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/NumericFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/filter/StringFilterTest.java b/src/test/java/ch/ralscha/extdirectspring/filter/StringFilterTest.java index ad53cda57..eb0e66d67 100644 --- a/src/test/java/ch/ralscha/extdirectspring/filter/StringFilterTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/filter/StringFilterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/BeanNotSpringWExtDirectMethods.java b/src/test/java/ch/ralscha/extdirectspring/provider/BeanNotSpringWExtDirectMethods.java index 157bc87fd..ea7230e15 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/BeanNotSpringWExtDirectMethods.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/BeanNotSpringWExtDirectMethods.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/BeanSpringWOExtDirectMethods.java b/src/test/java/ch/ralscha/extdirectspring/provider/BeanSpringWOExtDirectMethods.java index beabf6ccc..e20b64d88 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/BeanSpringWOExtDirectMethods.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/BeanSpringWOExtDirectMethods.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/FormInfo.java b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfo.java index c263d4974..693b387ae 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/FormInfo.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController.java b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController.java index f1e9f3282..3ce3f6af0 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController2.java b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController2.java index 20327a3ca..f36002297 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController2.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController2.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController3.java b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController3.java index db1e52b52..2ac1df472 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController3.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/FormInfoController3.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/MyExceptionHandler.java b/src/test/java/ch/ralscha/extdirectspring/provider/MyExceptionHandler.java index c65545cb0..34844fd3d 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/MyExceptionHandler.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/MyExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/NamedEdsMethod.java b/src/test/java/ch/ralscha/extdirectspring/provider/NamedEdsMethod.java index 90e8f8cb6..9427d8f69 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/NamedEdsMethod.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/NamedEdsMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/PollProvider.java b/src/test/java/ch/ralscha/extdirectspring/provider/PollProvider.java index 85092b269..8d2c8f998 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/PollProvider.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/PollProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderFormLoad.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderFormLoad.java index 02869d379..7fa65bfa2 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderFormLoad.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderFormLoad.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderImplementation.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderImplementation.java index a1d3195da..7037ea86a 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderImplementation.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderImplementation.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderInterface.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderInterface.java index 00cf5cb48..604471070 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderInterface.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimple.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimple.java index 803b167ca..a710d8226 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimple.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimple.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleDoc.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleDoc.java index cdb24b1b5..7c3ff3fc7 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleDoc.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleDoc.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleNamed.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleNamed.java index 489baa176..9ec7277df 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleNamed.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderSimpleNamed.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModify.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModify.java index 2a5921e9b..c5ae6b7fe 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModify.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModify.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyArray.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyArray.java index 7c49d436c..c34396e5d 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyArray.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyArray.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyInterface.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyInterface.java index 77147d980..274fbfe94 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyInterface.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifyInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifySingle.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifySingle.java index e0a620010..eaa1396bb 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifySingle.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreModifySingle.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreRead.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreRead.java index db7f2f53c..639e6c7ee 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreRead.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderStoreRead.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderTreeLoad.java b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderTreeLoad.java index 08da2535b..c7df50cfd 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderTreeLoad.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RemoteProviderTreeLoad.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/Row.java b/src/test/java/ch/ralscha/extdirectspring/provider/Row.java index b3ef53cfd..d3447ea65 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/Row.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/Row.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/RowInterface.java b/src/test/java/ch/ralscha/extdirectspring/provider/RowInterface.java index 691197f25..8718311ea 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/RowInterface.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/RowInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/SimpleEdsMethod.java b/src/test/java/ch/ralscha/extdirectspring/provider/SimpleEdsMethod.java index 490f8f21a..2262b8f55 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/SimpleEdsMethod.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/SimpleEdsMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/SseProvider.java b/src/test/java/ch/ralscha/extdirectspring/provider/SseProvider.java index 993d3e469..4cfa52603 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/SseProvider.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/SseProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/UploadService.java b/src/test/java/ch/ralscha/extdirectspring/provider/UploadService.java index e24a9abc9..be42dea39 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/UploadService.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/UploadService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/provider/WrongFormPostController.java b/src/test/java/ch/ralscha/extdirectspring/provider/WrongFormPostController.java index b5aaac7dd..f75f232f3 100644 --- a/src/test/java/ch/ralscha/extdirectspring/provider/WrongFormPostController.java +++ b/src/test/java/ch/ralscha/extdirectspring/provider/WrongFormPostController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BaseModel.java b/src/test/java/ch/ralscha/extdirectspring/store/BaseModel.java index dddcdc655..e041bb288 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BaseModel.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BaseModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BaseService.java b/src/test/java/ch/ralscha/extdirectspring/store/BaseService.java index 5cc599c8e..616d23752 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BaseService.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BaseService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/Book.java b/src/test/java/ch/ralscha/extdirectspring/store/Book.java index a9dc539f3..74e8ae497 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/Book.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/Book.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookService.java b/src/test/java/ch/ralscha/extdirectspring/store/BookService.java index 20551208c..5821945a7 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookService.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookServiceTest.java b/src/test/java/ch/ralscha/extdirectspring/store/BookServiceTest.java index 7f2ecfd07..287b67dca 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookSubAopService.java b/src/test/java/ch/ralscha/extdirectspring/store/BookSubAopService.java index 8c52d44f9..a3db83a15 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookSubAopService.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookSubAopService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookSubService.java b/src/test/java/ch/ralscha/extdirectspring/store/BookSubService.java index c309ede5c..26ba0e12f 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookSubService.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookSubService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceTest.java b/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceTest.java index c7bf4332d..ce8b188b2 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceWithAopTest.java b/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceWithAopTest.java index cc0e08019..f28be1db1 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceWithAopTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/BookSubServiceWithAopTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/CrudTestMethods.java b/src/test/java/ch/ralscha/extdirectspring/store/CrudTestMethods.java index b606620e8..b398533ef 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/CrudTestMethods.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/CrudTestMethods.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/store/SimpleAspect.java b/src/test/java/ch/ralscha/extdirectspring/store/SimpleAspect.java index 675877694..4a439f10b 100644 --- a/src/test/java/ch/ralscha/extdirectspring/store/SimpleAspect.java +++ b/src/test/java/ch/ralscha/extdirectspring/store/SimpleAspect.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/ApiCacheTest.java b/src/test/java/ch/ralscha/extdirectspring/util/ApiCacheTest.java index 61cbbd443..c3ed38a73 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/ApiCacheTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/ApiCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtilTest.java b/src/test/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtilTest.java index 748346716..3c095082e 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtilTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/ExtDirectSpringUtilTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/JsonHandlerTest.java b/src/test/java/ch/ralscha/extdirectspring/util/JsonHandlerTest.java index e43386eec..ef118b16e 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/JsonHandlerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/JsonHandlerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/JsonTestBean.java b/src/test/java/ch/ralscha/extdirectspring/util/JsonTestBean.java index 6d5c46460..fa7b6b191 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/JsonTestBean.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/JsonTestBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/MethodInfoCacheTest.java b/src/test/java/ch/ralscha/extdirectspring/util/MethodInfoCacheTest.java index c4bf011b7..b7d9c1340 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/MethodInfoCacheTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/MethodInfoCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/SimpleBean.java b/src/test/java/ch/ralscha/extdirectspring/util/SimpleBean.java index 8fa393300..6df71b12b 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/SimpleBean.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/SimpleBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedBean.java b/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedBean.java index 67147562f..3eb013d3e 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedBean.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedSubBean.java b/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedSubBean.java index 9a0fa04cf..b57cf5e51 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedSubBean.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/SpringManagedSubBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/SupportedParametersTest.java b/src/test/java/ch/ralscha/extdirectspring/util/SupportedParametersTest.java index 6c54dfd9e..9cb5442c6 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/SupportedParametersTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/SupportedParametersTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/util/TestInterface.java b/src/test/java/ch/ralscha/extdirectspring/util/TestInterface.java index 34b2105f3..dc5437f9b 100644 --- a/src/test/java/ch/ralscha/extdirectspring/util/TestInterface.java +++ b/src/test/java/ch/ralscha/extdirectspring/util/TestInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/BaseViewService.java b/src/test/java/ch/ralscha/extdirectspring/view/BaseViewService.java index 324040c04..e58d5b5b9 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/BaseViewService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/BaseViewService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/BaseViewTest.java b/src/test/java/ch/ralscha/extdirectspring/view/BaseViewTest.java index 0a256b627..60a9f4ec8 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/BaseViewTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/BaseViewTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/Employee.java b/src/test/java/ch/ralscha/extdirectspring/view/Employee.java index 010bec65d..7082f65bc 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/Employee.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/Employee.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/EmployeeWithJsonView.java b/src/test/java/ch/ralscha/extdirectspring/view/EmployeeWithJsonView.java index fc2b241b8..5d87dca9a 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/EmployeeWithJsonView.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/EmployeeWithJsonView.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodService.java index 305e0887c..b72575c26 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodTest.java index b16294a65..286db6f22 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/FormLoadMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/PollMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/PollMethodService.java index 220718e6b..87925f73e 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/PollMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/PollMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/PollMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/PollMethodTest.java index b6ae518f4..d32be0314 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/PollMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/PollMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodService.java index 0e5f9539d..edd37ee98 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodTest.java index 5163587b8..449045780 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/SimpleMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodService.java index c03660942..68a8a9f11 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodTest.java index f095384b3..f890fe406 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/StoreModifyMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodService.java index d6bb95312..1ff05d3e9 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodTest.java index 5051bef67..06e33ba5f 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/StoreReadMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodService.java b/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodService.java index 993d1af2e..047cfbfb6 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodService.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodTest.java b/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodTest.java index f1ee4f4e7..3e85fbbab 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodTest.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/TreeLoadMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring/view/Views.java b/src/test/java/ch/ralscha/extdirectspring/view/Views.java index a6d97e155..9b271d0b7 100644 --- a/src/test/java/ch/ralscha/extdirectspring/view/Views.java +++ b/src/test/java/ch/ralscha/extdirectspring/view/Views.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/BaseController.java b/src/test/java/ch/ralscha/extdirectspring_itest/BaseController.java index c821a1a88..80381f5bc 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/BaseController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/BaseController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/BaseService.java b/src/test/java/ch/ralscha/extdirectspring_itest/BaseService.java index 7d9b25429..6c4952f6d 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/BaseService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/BaseService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostControlerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostControlerTest.java index 682786b40..0c3874e25 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostControlerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostControlerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostController.java b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostController.java index 1662780e1..311622dfc 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostService.java b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostService.java index f953b6729..a2626703c 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostServiceTest.java index 62de0b795..ec704270c 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/ExceptionFormPostServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/FactoryBeanReturnsObjectTypeNull.java b/src/test/java/ch/ralscha/extdirectspring_itest/FactoryBeanReturnsObjectTypeNull.java index 6c4873fbd..bd6067be7 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/FactoryBeanReturnsObjectTypeNull.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/FactoryBeanReturnsObjectTypeNull.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadController.java b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadController.java index ad2d20d9f..0f69e485c 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadControllerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadControllerTest.java index d1f45ece8..30cdf6c1d 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadControllerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadService.java b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadService.java index 9947fa9f9..62169a972 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadServiceTest.java index 00b331482..c19a8e037 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/FileUploadServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/Info.java b/src/test/java/ch/ralscha/extdirectspring_itest/Info.java index cf23b00db..e22a1a752 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/Info.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/Info.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/InfoController.java b/src/test/java/ch/ralscha/extdirectspring_itest/InfoController.java index 2be80cef7..7edf08ef9 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/InfoController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/InfoController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/InfoControllerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/InfoControllerTest.java index 4b8a96046..8991e8894 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/InfoControllerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/InfoControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/InfoService.java b/src/test/java/ch/ralscha/extdirectspring_itest/InfoService.java index e6d3aeb52..80fab16e2 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/InfoService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/InfoService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/InfoServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/InfoServiceTest.java index 07ecd9e95..fd8797e3e 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/InfoServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/InfoServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest.java index e5a7e4ea4..9c42fc699 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest2.java b/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest2.java index f6e87e2ac..18b21dd73 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest2.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/JettyTest2.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/MyModel.java b/src/test/java/ch/ralscha/extdirectspring_itest/MyModel.java index 6f0603bcc..1e4b8b390 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/MyModel.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/MyModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/MyModelControlerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelControlerTest.java index aba5a63cf..7755e8fb9 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/MyModelControlerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelControlerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/MyModelController.java b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelController.java index 557117d5f..c29c326f8 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/MyModelController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/MyModelService.java b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelService.java index 7b27f11b8..0da7cebb8 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/MyModelService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/MyModelServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelServiceTest.java index 1b893a53c..841b12a96 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/MyModelServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/MyModelServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonController.java b/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonController.java index eda2a00ee..cc6d80d65 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonControllerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonControllerTest.java index 753cc540f..3c5833a5a 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonControllerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/RawJsonControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/SecuredService.java b/src/test/java/ch/ralscha/extdirectspring_itest/SecuredService.java index bf5555438..b0e29b91d 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/SecuredService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/SecuredService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/SecuredServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/SecuredServiceTest.java index ab538fdc8..ca470c0ca 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/SecuredServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/SecuredServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/SimpleService.java b/src/test/java/ch/ralscha/extdirectspring_itest/SimpleService.java index 6a9f39321..b565c3ac5 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/SimpleService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/SimpleService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/SimpleServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/SimpleServiceTest.java index 96368c8a4..bbc2392aa 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/SimpleServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/SimpleServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalService.java b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalService.java index 9fbd5f5ee..cfea242ab 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceImpl.java b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceImpl.java index 83a9d8a6b..5114f972e 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceImpl.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceInterface.java b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceInterface.java index 501bcab9a..4081bf819 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceInterface.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceTest.java index 7aae799b5..ca1871ca3 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/TransactionalServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/User.java b/src/test/java/ch/ralscha/extdirectspring_itest/User.java index d61aaf741..46cb974db 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/User.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/User.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserController.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserController.java index b19d0ee79..e5aece730 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserController.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserController.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserControllerTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserControllerTest.java index 1d956cfae..e12ebb404 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserControllerTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserControllerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserExtended.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserExtended.java index 0002f280a..233c0657e 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserExtended.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserExtended.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserInitBinderServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserInitBinderServiceTest.java index 7f4c0fe05..58949b2f9 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserInitBinderServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserInitBinderServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserService.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserService.java index 22ca8373a..4663c57aa 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceInitBinderService.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceInitBinderService.java index e2eb19fbc..615136a48 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceInitBinderService.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceInitBinderService.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceTest.java b/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceTest.java index 82f45ffc9..9d23e0bbc 100644 --- a/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceTest.java +++ b/src/test/java/ch/ralscha/extdirectspring_itest/UserServiceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010-2013 Ralph Schaer + * Copyright 2010-2014 Ralph Schaer * * 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/src/test/resources/messages.properties b/src/test/resources/messages.properties index a566dd237..8dc22eac9 100644 --- a/src/test/resources/messages.properties +++ b/src/test/resources/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2010-2013 Ralph Schaer +# Copyright 2010-2014 Ralph Schaer # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.