From 5e47a9cf9ceff67d564f2de3a7010e8878f39e92 Mon Sep 17 00:00:00 2001 From: slemesle Date: Wed, 27 Nov 2013 02:44:37 +0100 Subject: [PATCH] Add Licensing to Apache2 --- LICENSE.txt | 177 ++++++++++++++++++ NOTICE.txt | 5 + README.md | 16 ++ examples/pom.xml | 15 ++ .../fr/xebia/extras/selma/beans/Address.java | 16 ++ .../xebia/extras/selma/beans/AddressDto.java | 16 ++ .../fr/xebia/extras/selma/beans/Customer.java | 16 ++ .../xebia/extras/selma/beans/CustomerDto.java | 16 ++ .../fr/xebia/extras/selma/beans/Order.java | 16 ++ .../extras/selma/beans/Order2OrderDto.java | 16 ++ .../fr/xebia/extras/selma/beans/OrderDto.java | 16 ++ .../fr/xebia/extras/selma/beans/Product.java | 16 ++ .../xebia/extras/selma/beans/ProductDto.java | 16 ++ .../extras/selma/beans/SalesChannel.java | 16 ++ .../extras/selma/beans/SalesChannelDto.java | 16 ++ .../extras/selma/service/OrderService.java | 16 ++ .../selma/service/OrderServiceTest.java | 16 ++ pom.xml | 15 ++ processor/pom.xml | 15 ++ .../selma/codegen/AnnotationWrapper.java | 16 ++ .../extras/selma/codegen/BeanWrapper.java | 16 ++ .../selma/codegen/CollectionsRegistry.java | 16 ++ .../xebia/extras/selma/codegen/InOutType.java | 16 ++ .../selma/codegen/MapperClassGenerator.java | 16 ++ .../selma/codegen/MapperGeneratorContext.java | 16 ++ .../selma/codegen/MapperMethodGenerator.java | 16 ++ .../extras/selma/codegen/MapperProcessor.java | 16 ++ .../extras/selma/codegen/MappingBuilder.java | 16 ++ .../extras/selma/codegen/MappingRegistry.java | 16 ++ .../selma/codegen/MappingSourceNode.java | 16 ++ .../extras/selma/codegen/MethodWrapper.java | 16 ++ .../selma/codegen/SourceConfiguration.java | 16 ++ .../extras/selma/codegen/SourceNodeVars.java | 16 ++ .../xebia/extras/selma/beans/AddressIn.java | 16 ++ .../xebia/extras/selma/beans/AddressOut.java | 16 ++ .../fr/xebia/extras/selma/beans/CityIn.java | 16 ++ .../fr/xebia/extras/selma/beans/CityOut.java | 16 ++ .../fr/xebia/extras/selma/beans/EnumIn.java | 16 ++ .../fr/xebia/extras/selma/beans/EnumOut.java | 16 ++ .../fr/xebia/extras/selma/beans/PersonIn.java | 16 ++ .../xebia/extras/selma/beans/PersonOut.java | 16 ++ .../xebia/extras/selma/it/BeanMapperIT.java | 16 ++ .../xebia/extras/selma/it/CustomMapperIt.java | 16 ++ .../extras/selma/it/FactoredBeanMapperIT.java | 16 ++ .../selma/it/FailingCustomMapperIT.java | 16 ++ .../extras/selma/it/FailingMappersIT.java | 16 ++ .../selma/it/NotSupportedMappingIT.java | 16 ++ .../extras/selma/it/PrimitivesMapperIT.java | 16 ++ .../fr/xebia/extras/selma/it/SelmaIT.java | 17 ++ .../selma/it/mappers/BadCustomMapper.java | 16 ++ .../selma/it/mappers/BadMapperSignature.java | 16 ++ .../it/mappers/BadMapperSignatureIT.java | 16 ++ .../extras/selma/it/mappers/BeanMapper.java | 16 ++ .../selma/it/mappers/CustomMapperSupport.java | 16 ++ .../selma/it/mappers/CustomStaticMapper.java | 16 ++ .../selma/it/mappers/EmptyCustomMapper.java | 16 ++ .../selma/it/mappers/FailingCustomMapper.java | 16 ++ .../it/mappers/MissingPropertyMapper.java | 16 ++ .../selma/it/mappers/NotSupportedMapping.java | 16 ++ .../selma/it/mappers/SelmaTestMapper.java | 16 ++ .../extras/selma/it/mappers/SimpleMapper.java | 16 ++ .../xebia/extras/selma/it/utils/Compile.java | 16 ++ .../selma/it/utils/IntegrationTestBase.java | 16 ++ .../extras/selma/it/utils/TestCompiler.java | 16 ++ selma/pom.xml | 15 ++ .../fr/xebia/extras/selma/DefaultFactory.java | 16 ++ .../java/fr/xebia/extras/selma/Factory.java | 17 ++ .../java/fr/xebia/extras/selma/Mapper.java | 16 ++ .../java/fr/xebia/extras/selma/Selma.java | 16 ++ .../fr/xebia/extras/selma/SelmaConstants.java | 17 ++ 70 files changed, 1269 insertions(+) create mode 100644 LICENSE.txt create mode 100644 NOTICE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..4947287 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..0fbf7e2 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,5 @@ +This project uses JUnit (http://junit.org) +developped by Harmcrest (www.hamcrest.org) + +This project uses jacoco + diff --git a/README.md b/README.md index aa2962e..70bf245 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + [![Build Status](https://buildhive.cloudbees.com/job/slemesle/job/selma/badge/icon)](https://buildhive.cloudbees.com/job/slemesle/job/selma/) diff --git a/examples/pom.xml b/examples/pom.xml index 19f3bd9..6fe908c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,4 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/Address.java b/examples/src/main/java/fr/xebia/extras/selma/beans/Address.java index 7d3e007..5aa158b 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/Address.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/Address.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/AddressDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/AddressDto.java index 20b473e..a99e8ce 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/AddressDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/AddressDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/Customer.java b/examples/src/main/java/fr/xebia/extras/selma/beans/Customer.java index 0ba37c0..5b1717f 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/Customer.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/Customer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/CustomerDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/CustomerDto.java index 9675344..9f9a4d0 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/CustomerDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/CustomerDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/Order.java b/examples/src/main/java/fr/xebia/extras/selma/beans/Order.java index 4203c16..738f9b3 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/Order.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/Order.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.math.BigInteger; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/Order2OrderDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/Order2OrderDto.java index 7d8ac59..403745a 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/Order2OrderDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/Order2OrderDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import fr.xebia.extras.selma.Mapper; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/OrderDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/OrderDto.java index 96b435f..589c227 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/OrderDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/OrderDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.Date; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/Product.java b/examples/src/main/java/fr/xebia/extras/selma/beans/Product.java index 21a831e..acc7ecf 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/Product.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/Product.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.Map; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/ProductDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/ProductDto.java index bca4e2a..74e7901 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/ProductDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/ProductDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.Map; diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannel.java b/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannel.java index 6422bd6..d15c25a 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannel.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannel.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannelDto.java b/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannelDto.java index 681c369..a6ef26c 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannelDto.java +++ b/examples/src/main/java/fr/xebia/extras/selma/beans/SalesChannelDto.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/examples/src/main/java/fr/xebia/extras/selma/service/OrderService.java b/examples/src/main/java/fr/xebia/extras/selma/service/OrderService.java index ec3d0b3..ad66337 100644 --- a/examples/src/main/java/fr/xebia/extras/selma/service/OrderService.java +++ b/examples/src/main/java/fr/xebia/extras/selma/service/OrderService.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.service; import fr.xebia.extras.selma.Selma; diff --git a/examples/src/test/java/fr/xebia/extras/selma/service/OrderServiceTest.java b/examples/src/test/java/fr/xebia/extras/selma/service/OrderServiceTest.java index 0d190f9..a791b15 100644 --- a/examples/src/test/java/fr/xebia/extras/selma/service/OrderServiceTest.java +++ b/examples/src/test/java/fr/xebia/extras/selma/service/OrderServiceTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.service; import fr.xebia.extras.selma.beans.*; diff --git a/pom.xml b/pom.xml index ad2eed8..159f83a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/processor/pom.xml b/processor/pom.xml index 836f004..897e16e 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -1,4 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/AnnotationWrapper.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/AnnotationWrapper.java index da0c4eb..7f5ba5b 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/AnnotationWrapper.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/AnnotationWrapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/BeanWrapper.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/BeanWrapper.java index 88d7439..df11cff 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/BeanWrapper.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/BeanWrapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import javax.lang.model.element.Element; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/CollectionsRegistry.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/CollectionsRegistry.java index 404daa7..6c34732 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/CollectionsRegistry.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/CollectionsRegistry.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import javax.lang.model.element.TypeElement; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/InOutType.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/InOutType.java index 56ec48e..f1aa167 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/InOutType.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/InOutType.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import javax.lang.model.element.ElementKind; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperClassGenerator.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperClassGenerator.java index d782e39..34e6c4f 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperClassGenerator.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperClassGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import com.squareup.javawriter.JavaWriter; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperGeneratorContext.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperGeneratorContext.java index 40d881e..c94ccd0 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperGeneratorContext.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperGeneratorContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import javax.annotation.processing.ProcessingEnvironment; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperMethodGenerator.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperMethodGenerator.java index ffa287f..3789b9b 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperMethodGenerator.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperMethodGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import com.squareup.javawriter.JavaWriter; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperProcessor.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperProcessor.java index 8fbd450..fe6bdd2 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperProcessor.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MapperProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import fr.xebia.extras.selma.Mapper; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingBuilder.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingBuilder.java index 0b59dba..8652a2b 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingBuilder.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import javax.lang.model.element.Element; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingRegistry.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingRegistry.java index c67ec44..9151bff 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingRegistry.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingRegistry.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import java.util.HashMap; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingSourceNode.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingSourceNode.java index 0432bdf..9d44e4e 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingSourceNode.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MappingSourceNode.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import com.squareup.javawriter.JavaWriter; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/MethodWrapper.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/MethodWrapper.java index 4246603..27b2757 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/MethodWrapper.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/MethodWrapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; import fr.xebia.extras.selma.Factory; diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceConfiguration.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceConfiguration.java index a71191d..e9908e2 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceConfiguration.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceConfiguration.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; /** diff --git a/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceNodeVars.java b/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceNodeVars.java index cb6bd5f..42b0412 100644 --- a/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceNodeVars.java +++ b/processor/src/main/java/fr/xebia/extras/selma/codegen/SourceNodeVars.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.codegen; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/AddressIn.java b/processor/src/test/java/fr/xebia/extras/selma/beans/AddressIn.java index c104783..73f3a15 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/AddressIn.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/AddressIn.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.List; diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/AddressOut.java b/processor/src/test/java/fr/xebia/extras/selma/beans/AddressOut.java index 4647fe1..f9b5220 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/AddressOut.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/AddressOut.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.List; diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/CityIn.java b/processor/src/test/java/fr/xebia/extras/selma/beans/CityIn.java index cac90c2..551369a 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/CityIn.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/CityIn.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/CityOut.java b/processor/src/test/java/fr/xebia/extras/selma/beans/CityOut.java index 9603eee..61e12b0 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/CityOut.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/CityOut.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/EnumIn.java b/processor/src/test/java/fr/xebia/extras/selma/beans/EnumIn.java index ccb5f29..ccf2d92 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/EnumIn.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/EnumIn.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/EnumOut.java b/processor/src/test/java/fr/xebia/extras/selma/beans/EnumOut.java index df7e4d8..1dcd148 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/EnumOut.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/EnumOut.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/PersonIn.java b/processor/src/test/java/fr/xebia/extras/selma/beans/PersonIn.java index bc47248..e1a21eb 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/PersonIn.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/PersonIn.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.Collection; diff --git a/processor/src/test/java/fr/xebia/extras/selma/beans/PersonOut.java b/processor/src/test/java/fr/xebia/extras/selma/beans/PersonOut.java index 78996ed..fc3d2ed 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/beans/PersonOut.java +++ b/processor/src/test/java/fr/xebia/extras/selma/beans/PersonOut.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.beans; import java.util.Collection; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/BeanMapperIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/BeanMapperIT.java index 23dd417..c393d61 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/BeanMapperIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/BeanMapperIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.beans.*; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/CustomMapperIt.java b/processor/src/test/java/fr/xebia/extras/selma/it/CustomMapperIt.java index 7384e4b..f81cfa9 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/CustomMapperIt.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/CustomMapperIt.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.beans.AddressIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/FactoredBeanMapperIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/FactoredBeanMapperIT.java index 6ca1bb8..a09312f 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/FactoredBeanMapperIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/FactoredBeanMapperIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.DefaultFactory; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/FailingCustomMapperIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/FailingCustomMapperIT.java index c0702ec..502d505 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/FailingCustomMapperIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/FailingCustomMapperIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.it.mappers.BadCustomMapper; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/FailingMappersIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/FailingMappersIT.java index 53412db..bde3c16 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/FailingMappersIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/FailingMappersIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.beans.PersonIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/NotSupportedMappingIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/NotSupportedMappingIT.java index a13a52b..0b0aa4c 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/NotSupportedMappingIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/NotSupportedMappingIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.it.mappers.NotSupportedMapping; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/PrimitivesMapperIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/PrimitivesMapperIT.java index b4e7c2f..2723bb3 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/PrimitivesMapperIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/PrimitivesMapperIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.beans.EnumIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/SelmaIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/SelmaIT.java index 5ed4796..d508fc4 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/SelmaIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/SelmaIT.java @@ -1,3 +1,20 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package fr.xebia.extras.selma.it; import fr.xebia.extras.selma.it.mappers.BadMapperSignature; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadCustomMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadCustomMapper.java index 0688cbb..19101b6 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadCustomMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadCustomMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.CityIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignature.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignature.java index e52c47e..794a73b 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignature.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignature.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.Mapper; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignatureIT.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignatureIT.java index 1d5911e..ca290a3 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignatureIT.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BadMapperSignatureIT.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.it.utils.Compile; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BeanMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BeanMapper.java index e249a3f..8ace5ad 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BeanMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/BeanMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.PersonOut; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomMapperSupport.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomMapperSupport.java index 7cf267e..adddada 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomMapperSupport.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomMapperSupport.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.PersonIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomStaticMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomStaticMapper.java index f45124b..776dc3d 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomStaticMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/CustomStaticMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.CityIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/EmptyCustomMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/EmptyCustomMapper.java index bb30619..35acb2a 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/EmptyCustomMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/EmptyCustomMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; /** diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/FailingCustomMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/FailingCustomMapper.java index 4ebc889..5f3bdd2 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/FailingCustomMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/FailingCustomMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.AddressIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/MissingPropertyMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/MissingPropertyMapper.java index 4ce0b9f..8bb2c5d 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/MissingPropertyMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/MissingPropertyMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.PersonIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/NotSupportedMapping.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/NotSupportedMapping.java index 036c2c6..514c9bf 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/NotSupportedMapping.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/NotSupportedMapping.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.Mapper; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SelmaTestMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SelmaTestMapper.java index a366153..652f1fc 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SelmaTestMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SelmaTestMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.Mapper; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SimpleMapper.java b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SimpleMapper.java index 55ca93e..5a7d195 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SimpleMapper.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/mappers/SimpleMapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.mappers; import fr.xebia.extras.selma.beans.EnumIn; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/utils/Compile.java b/processor/src/test/java/fr/xebia/extras/selma/it/utils/Compile.java index 86e09cb..3e26ace 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/utils/Compile.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/utils/Compile.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.utils; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/utils/IntegrationTestBase.java b/processor/src/test/java/fr/xebia/extras/selma/it/utils/IntegrationTestBase.java index 8e00511..a2c198a 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/utils/IntegrationTestBase.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/utils/IntegrationTestBase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.utils; import org.junit.Before; diff --git a/processor/src/test/java/fr/xebia/extras/selma/it/utils/TestCompiler.java b/processor/src/test/java/fr/xebia/extras/selma/it/utils/TestCompiler.java index e99e055..2234309 100644 --- a/processor/src/test/java/fr/xebia/extras/selma/it/utils/TestCompiler.java +++ b/processor/src/test/java/fr/xebia/extras/selma/it/utils/TestCompiler.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma.it.utils; import fr.xebia.extras.selma.codegen.MapperProcessor; diff --git a/selma/pom.xml b/selma/pom.xml index 28096cd..7dca317 100644 --- a/selma/pom.xml +++ b/selma/pom.xml @@ -1,4 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/selma/src/main/java/fr/xebia/extras/selma/DefaultFactory.java b/selma/src/main/java/fr/xebia/extras/selma/DefaultFactory.java index e181e06..4b218e4 100644 --- a/selma/src/main/java/fr/xebia/extras/selma/DefaultFactory.java +++ b/selma/src/main/java/fr/xebia/extras/selma/DefaultFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma; /** diff --git a/selma/src/main/java/fr/xebia/extras/selma/Factory.java b/selma/src/main/java/fr/xebia/extras/selma/Factory.java index 2aa068e..dfcc255 100644 --- a/selma/src/main/java/fr/xebia/extras/selma/Factory.java +++ b/selma/src/main/java/fr/xebia/extras/selma/Factory.java @@ -1,3 +1,20 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package fr.xebia.extras.selma; /** diff --git a/selma/src/main/java/fr/xebia/extras/selma/Mapper.java b/selma/src/main/java/fr/xebia/extras/selma/Mapper.java index 335725f..82a82af 100644 --- a/selma/src/main/java/fr/xebia/extras/selma/Mapper.java +++ b/selma/src/main/java/fr/xebia/extras/selma/Mapper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma; import java.lang.annotation.ElementType; diff --git a/selma/src/main/java/fr/xebia/extras/selma/Selma.java b/selma/src/main/java/fr/xebia/extras/selma/Selma.java index 0e8ea6d..fa75784 100644 --- a/selma/src/main/java/fr/xebia/extras/selma/Selma.java +++ b/selma/src/main/java/fr/xebia/extras/selma/Selma.java @@ -1,3 +1,19 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ package fr.xebia.extras.selma; import java.lang.reflect.InvocationTargetException; diff --git a/selma/src/main/java/fr/xebia/extras/selma/SelmaConstants.java b/selma/src/main/java/fr/xebia/extras/selma/SelmaConstants.java index 34b1ac4..ad9ebc0 100644 --- a/selma/src/main/java/fr/xebia/extras/selma/SelmaConstants.java +++ b/selma/src/main/java/fr/xebia/extras/selma/SelmaConstants.java @@ -1,3 +1,20 @@ +/* + * Copyright 2013 Séven Le Mesle + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package fr.xebia.extras.selma; /**