diff --git a/.gitignore b/.gitignore index de52ed78..1e28114a 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ target *dependency-reduced-pom.xml /lsp/ +bin/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 947f7f29..5fe75d30 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 @@ -151,6 +133,7 @@ + com.mycila license-maven-plugin @@ -163,13 +146,13 @@ **/*.java - - - - check - - - + + + + + + + diff --git a/xbuilder/core/pom.xml b/xbuilder/core/pom.xml index 88f2c4f2..63645eef 100644 --- a/xbuilder/core/pom.xml +++ b/xbuilder/core/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog.java index edb04084..1b3d6842 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; import java.util.Optional; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1.java index 50ca5d94..b1fc387f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; import java.util.Optional; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog10.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog10.java index 25e5312e..bf3b2475 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog10.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog10.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog10 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12.java index da66bcb1..71522ef6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog12 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Anticipo.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Anticipo.java index 2cbbbda4..8188e2ea 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Anticipo.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Anticipo.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog12_Anticipo implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_BoletaFactura.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_BoletaFactura.java index faa72fd4..4d35bff6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_BoletaFactura.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_BoletaFactura.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog12_Doc_Trib_Relacionado_BoletaFactura implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaCredito.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaCredito.java index ae1829de..cc7de43b 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaCredito.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaCredito.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog12_Doc_Trib_Relacionado_NotaCredito implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaDebito.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaDebito.java index 43a70497..5c9c5151 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaDebito.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaDebito.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog12_Doc_Trib_Relacionado_NotaDebito implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog16.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog16.java index f12873c5..51f48b39 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog16.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog16.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog16 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog18.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog18.java index 9cf564e8..52a973b7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog18.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog18.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog18 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog19.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog19.java index 6cd82f4e..949b42df 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog19.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog19.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog19 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Guia.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Guia.java index ca52aceb..2de660cb 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Guia.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Guia.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; import java.util.Optional; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Invoice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Invoice.java index d0a0d803..472e8734 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Invoice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Invoice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog1_Invoice implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog20.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog20.java index 64757c14..0cec8b7f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog20.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog20.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog20 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog21.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog21.java index 742ba264..1237d471 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog21.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog21.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog21 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog22.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog22.java index fb351921..6852701e 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog22.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog22.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; import java.math.BigDecimal; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog23.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog23.java index c3521e18..25ff5053 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog23.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog23.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; import java.math.BigDecimal; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog5.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog5.java index 652e8216..90cb40e6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog5.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog5.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog5 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog51.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog51.java index c2caa21e..cd7c0274 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog51.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog51.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog51 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog52.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog52.java index d9eef884..1b4380e8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog52.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog52.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog52 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53.java index 41a7c285..4bd2401f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog53 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_Anticipo.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_Anticipo.java index 26d29483..92ff2030 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_Anticipo.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_Anticipo.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog53_Anticipo implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_DescuentoGlobal.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_DescuentoGlobal.java index b168cd1c..77d48197 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_DescuentoGlobal.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog53_DescuentoGlobal.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog53_DescuentoGlobal implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog54.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog54.java index 67b3ab6c..58aa6fef 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog54.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog54.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog54 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog59.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog59.java index 6c51f437..50550159 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog59.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog59.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog59 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog6.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog6.java index 29543226..52049994 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog6.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog6.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog6 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7.java index 5d593f92..6402f923 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog7 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7_1.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7_1.java index b186a2f5..507e6560 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7_1.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog7_1.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog7_1 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog8.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog8.java index d6a19616..7e517368 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog8.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog8.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog8 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog9.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog9.java index 5136ae7f..4862ade2 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog9.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog9.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum Catalog9 implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/CatalogContadoCredito.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/CatalogContadoCredito.java index cb1db972..93a0e042 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/CatalogContadoCredito.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/CatalogContadoCredito.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.catalogs; public enum CatalogContadoCredito implements Catalog { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalDateAdapter.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalDateAdapter.java index 40435449..f5ed47e9 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalDateAdapter.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalDateAdapter.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.adapters; import jakarta.xml.bind.annotation.adapters.XmlAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalTimeAdapter.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalTimeAdapter.java index 60fca625..e4d7d6ed 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalTimeAdapter.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/adapters/LocalTimeAdapter.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.adapters; import jakarta.xml.bind.annotation.adapters.XmlAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/CreditNoteMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/CreditNoteMapper.java index 19a1bf00..fca56e2e 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/CreditNoteMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/CreditNoteMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.SalesDocumentHelperMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DebitNoteMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DebitNoteMapper.java index 452661ce..c31684b1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DebitNoteMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DebitNoteMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.SalesDocumentHelperMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DespatchAdviceMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DespatchAdviceMapper.java index ac3211b7..05f18fcf 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DespatchAdviceMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/DespatchAdviceMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.FirmanteMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/InvoiceMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/InvoiceMapper.java index 914ee86f..69f776dd 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/InvoiceMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/InvoiceMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/PerceptionMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/PerceptionMapper.java index e1a61fbb..7584c8ef 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/PerceptionMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/PerceptionMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.ClienteMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/RetentionMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/RetentionMapper.java index 061c4373..3c478445 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/RetentionMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/RetentionMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.ClienteMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/SummaryDocumentsMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/SummaryDocumentsMapper.java index 8149de85..6ade9936 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/SummaryDocumentsMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/SummaryDocumentsMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/VoidedDocumentsMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/VoidedDocumentsMapper.java index 642d1be4..bba5bd42 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/VoidedDocumentsMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/VoidedDocumentsMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers; import io.github.project.openubl.xbuilder.content.jaxb.mappers.common.FirmanteMapper; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ClienteMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ClienteMapper.java index 38821c16..a4f15981 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ClienteMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ClienteMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLCustomer; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ContactoMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ContactoMapper.java index 21cd578c..12ac885c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ContactoMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ContactoMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLContact; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/DireccionMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/DireccionMapper.java index bd32fd54..2ca858ff 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/DireccionMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/DireccionMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLAddress; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/FirmanteMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/FirmanteMapper.java index 0677410d..a8b923d4 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/FirmanteMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/FirmanteMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLSignature; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/GuiaMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/GuiaMapper.java index b5536938..e45a5cbd 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/GuiaMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/GuiaMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLSalesDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero2Translator.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero2Translator.java index 5313d6b0..2fbcb334 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero2Translator.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero2Translator.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import org.mapstruct.Qualifier; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero3Translator.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero3Translator.java index e72e513f..81bcff1d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero3Translator.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/Numero3Translator.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import org.mapstruct.Qualifier; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ProveedorMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ProveedorMapper.java index daa8042f..5cb53442 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ProveedorMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/ProveedorMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLSupplier; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentHelperMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentHelperMapper.java index 8353d1bb..ef816512 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentHelperMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentHelperMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentMapper.java index 83a1dc3e..fb9f8927 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SalesDocumentMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import io.github.project.openubl.xbuilder.content.jaxb.models.XMLSalesDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroMapper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroMapper.java index 66375394..90d82581 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroMapper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroMapper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; @SerieNumeroTranslator diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroTranslator.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroTranslator.java index 30dbb0d6..d2db43a8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroTranslator.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieNumeroTranslator.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import org.mapstruct.Qualifier; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieTranslator.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieTranslator.java index 9d63fb9c..ada1af3d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieTranslator.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/common/SerieTranslator.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.common; import org.mapstruct.Qualifier; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/utils/MapperUtils.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/utils/MapperUtils.java index 78fa6651..1a9e7de0 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/utils/MapperUtils.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/mappers/utils/MapperUtils.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.mappers.utils; import java.math.BigDecimal; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLAddress.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLAddress.java index 59e951af..6f5df715 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLAddress.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLAddress.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLConstants.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLConstants.java index b42ee882..3882d0fb 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLConstants.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLConstants.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; public class XMLConstants { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLContact.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLContact.java index c4bf9ab6..409a18f1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLContact.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLContact.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNote.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNote.java index 7ecdb9f7..fe1b4ae1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNote.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNote.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNoteLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNoteLine.java index 80cb5b7a..9641b512 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNoteLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCreditNoteLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCustomer.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCustomer.java index a92b46a1..5eb1028c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCustomer.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLCustomer.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNote.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNote.java index 97ee334a..64b77863 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNote.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNote.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNoteLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNoteLine.java index e9aff993..c3b6b4b0 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNoteLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDebitNoteLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdvice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdvice.java index da988f0a..b2a71c16 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdvice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdvice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdviceLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdviceLine.java index a1ac355f..5a5505ba 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdviceLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLDespatchAdviceLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoice.java index 536f2bb0..df0c9379 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoiceLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoiceLine.java index efd2e671..6ae69dee 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoiceLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLInvoiceLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcion.java index c5bdf97a..2419d2d7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionBase.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionBase.java index 1b7c3a54..e3349193 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionBase.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionBase.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionSunatDocumentReferenceBase.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionSunatDocumentReferenceBase.java index 15ee5264..d582d247 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionSunatDocumentReferenceBase.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionRetencionSunatDocumentReferenceBase.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionSunatDocumentReference.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionSunatDocumentReference.java index 626da9e9..d4ff4960 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionSunatDocumentReference.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLPercepcionSunatDocumentReference.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetention.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetention.java index 35003e2c..23b04b53 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetention.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetention.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetentionSunatDocumentReference.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetentionSunatDocumentReference.java index 0ccade14..9747be7a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetentionSunatDocumentReference.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLRetentionSunatDocumentReference.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocument.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocument.java index 95193de1..7062f483 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocument.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocument.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocumentLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocumentLine.java index c209ca8c..a31d3e9a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocumentLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSalesDocumentLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSignature.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSignature.java index 045c159e..fc65d003 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSignature.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSignature.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocuments.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocuments.java index 531f6685..0e3544fe 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocuments.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocuments.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocumentsLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocumentsLine.java index 6a020e97..7de9302b 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocumentsLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSummaryDocumentsLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSunatDocument.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSunatDocument.java index d32c0732..575d018f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSunatDocument.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSunatDocument.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import io.github.project.openubl.xbuilder.content.jaxb.adapters.LocalDateAdapter; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplier.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplier.java index 5b5eb4ac..c8b586c7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplier.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplier.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplierSunat.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplierSunat.java index d582cafe..4148977a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplierSunat.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLSupplierSunat.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocuments.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocuments.java index b799e32f..16b0b7b3 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocuments.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocuments.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocumentsLine.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocumentsLine.java index e3e2300b..4fa4d344 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocumentsLine.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/XMLVoidedDocumentsLine.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.jaxb.models; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/package-info.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/package-info.java index 479bd55c..dec9dfe8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/package-info.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/jaxb/models/package-info.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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. - */ @XmlSchema( xmlns = { @XmlNs(prefix = "cbc", namespaceURI = XMLConstants.CBC), diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Cliente.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Cliente.java index 516d10d5..d45693ea 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Cliente.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Cliente.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.github.project.openubl.xbuilder.content.catalogs.Catalog6; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Contacto.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Contacto.java index 35cef3b5..6a1decfd 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Contacto.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Contacto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Direccion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Direccion.java index 2e287ed2..0c9f18d1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Direccion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Direccion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Document.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Document.java index b096c4aa..ef84db5d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Document.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Document.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Firmante.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Firmante.java index 8de6c810..5e3f3e9f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Firmante.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Firmante.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Proveedor.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Proveedor.java index 60f16d4a..9533d9a6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Proveedor.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/Proveedor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/TipoCambio.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/TipoCambio.java index 9a6e9145..4e57cc71 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/TipoCambio.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/common/TipoCambio.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.common; import lombok.AllArgsConstructor; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Anticipo.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Anticipo.java index c4928524..e6dda391 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Anticipo.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Anticipo.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/BaseDocumentoTributarioRelacionado.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/BaseDocumentoTributarioRelacionado.java index ba1a1ed5..0b54616c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/BaseDocumentoTributarioRelacionado.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/BaseDocumentoTributarioRelacionado.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CargoDescuento.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CargoDescuento.java index 817c4849..13d30151 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CargoDescuento.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CargoDescuento.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import lombok.AllArgsConstructor; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CreditNote.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CreditNote.java index 39d9036b..27b47a83 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CreditNote.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CreditNote.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CuotaDePago.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CuotaDePago.java index 13f07c01..a853e504 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CuotaDePago.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/CuotaDePago.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DebitNote.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DebitNote.java index a84256fa..b37c2000 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DebitNote.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DebitNote.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Descuento.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Descuento.java index 624e94ac..fd7adbc1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Descuento.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Descuento.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Detraccion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Detraccion.java index 165f5b7d..cc1a29e6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Detraccion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Detraccion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoRelacionado.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoRelacionado.java index 1df57fad..9a14231d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoRelacionado.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoRelacionado.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoVentaDetalle.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoVentaDetalle.java index c9128614..b95cce8a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoVentaDetalle.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/DocumentoVentaDetalle.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/FormaDePago.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/FormaDePago.java index 83d22a0b..f8ad6ea6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/FormaDePago.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/FormaDePago.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Guia.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Guia.java index c2b8c754..9b4732a7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Guia.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Guia.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Invoice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Invoice.java index a2c82a66..248d59da 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Invoice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Invoice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.github.project.openubl.xbuilder.content.models.common.Direccion; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Note.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Note.java index f3247b04..817e0f03 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Note.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Note.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Percepcion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Percepcion.java index 66b8ef81..0790e28a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Percepcion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/Percepcion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/SalesDocument.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/SalesDocument.java index 76c24466..6a45f35c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/SalesDocument.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/SalesDocument.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.github.project.openubl.xbuilder.content.models.common.Cliente; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporte.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporte.java index 14e59a84..cbe45f49 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporte.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporte.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteInvoice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteInvoice.java index 57243599..d35b8e4c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteInvoice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteInvoice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteNote.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteNote.java index f9ee089e..c878e6d1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteNote.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImporteNote.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImpuestos.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImpuestos.java index b2845363..831be342 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImpuestos.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/general/TotalImpuestos.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.general; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdvice.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdvice.java index 0814cfb2..4b9e7be5 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdvice.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdvice.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.github.project.openubl.xbuilder.content.models.common.Firmante; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdviceItem.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdviceItem.java index 6532444c..d8ca3ae5 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdviceItem.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DespatchAdviceItem.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import lombok.AllArgsConstructor; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destinatario.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destinatario.java index b24a4ff8..31bba93d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destinatario.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destinatario.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destino.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destino.java index f4d3aeed..93d531de 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destino.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Destino.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import lombok.AllArgsConstructor; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoBaja.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoBaja.java index ce565a6b..f0a7e6a9 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoBaja.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoBaja.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoRelacionado.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoRelacionado.java index bfa1ecde..47b86140 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoRelacionado.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/DocumentoRelacionado.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Envio.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Envio.java index 1cf0d7af..49c1a724 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Envio.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Envio.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Partida.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Partida.java index b8021230..623ed9f1 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Partida.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Partida.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import lombok.AllArgsConstructor; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Proveedor.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Proveedor.java index 131dc1d7..d248615f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Proveedor.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Proveedor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Remitente.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Remitente.java index ac94979b..a2705777 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Remitente.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Remitente.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Transportista.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Transportista.java index 39275b76..fe02e9c7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Transportista.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/standard/guia/Transportista.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.standard.guia; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/SunatDocument.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/SunatDocument.java index 6606dcc3..0072f304 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/SunatDocument.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/SunatDocument.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat; import io.github.project.openubl.xbuilder.content.models.common.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocuments.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocuments.java index 5b95209b..71705892 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocuments.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocuments.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.baja; import io.github.project.openubl.xbuilder.content.models.sunat.SunatDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocumentsItem.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocumentsItem.java index 2acb168b..8ab6dd61 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocumentsItem.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/baja/VoidedDocumentsItem.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.baja; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/BasePercepcionRetencion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/BasePercepcionRetencion.java index a3aa69e1..726d91ac 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/BasePercepcionRetencion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/BasePercepcionRetencion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.percepcionretencion; import io.github.project.openubl.xbuilder.content.models.common.Cliente; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/ComprobanteAfectado.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/ComprobanteAfectado.java index 410c8d58..473edf15 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/ComprobanteAfectado.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/ComprobanteAfectado.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.percepcionretencion; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/PercepcionRetencionOperacion.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/PercepcionRetencionOperacion.java index d081e809..816dc56d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/PercepcionRetencionOperacion.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/PercepcionRetencionOperacion.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.percepcionretencion; import io.github.project.openubl.xbuilder.content.models.common.TipoCambio; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Perception.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Perception.java index fea97349..c394f87e 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Perception.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Perception.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.percepcionretencion; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Retention.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Retention.java index 79d88c04..a6554abc 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Retention.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/percepcionretencion/Retention.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.percepcionretencion; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/Comprobante.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/Comprobante.java index ccceb930..ab66d667 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/Comprobante.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/Comprobante.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.github.project.openubl.xbuilder.content.models.common.Cliente; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteAfectado.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteAfectado.java index 3c6e9210..a6df811f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteAfectado.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteAfectado.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteImpuestos.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteImpuestos.java index 694d89c6..80fe384e 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteImpuestos.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteImpuestos.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteValorVenta.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteValorVenta.java index ddac06d8..1397ef79 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteValorVenta.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/ComprobanteValorVenta.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocuments.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocuments.java index c7c78b7d..2ec38cc8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocuments.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocuments.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.github.project.openubl.xbuilder.content.models.sunat.SunatDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocumentsItem.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocumentsItem.java index 0d4aa388..868a869c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocumentsItem.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/sunat/resumen/SummaryDocumentsItem.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.sunat.resumen; import io.swagger.v3.oas.annotations.media.Schema; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/utils/UBLRegex.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/utils/UBLRegex.java index 6105a22f..3f20fe4f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/utils/UBLRegex.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/models/utils/UBLRegex.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.content.models.utils; import lombok.Data; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/ContentEnricher.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/ContentEnricher.java index 1ba1a9f1..35979d7f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/ContentEnricher.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/ContentEnricher.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher; import io.github.project.openubl.xbuilder.content.models.standard.general.CreditNote; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/DateProvider.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/DateProvider.java index 86687093..bfacd1c0 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/DateProvider.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/DateProvider.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.config; import java.time.LocalDate; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/Defaults.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/Defaults.java index 40926af4..d837282c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/Defaults.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/config/Defaults.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.config; import lombok.Builder; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractBodyRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractBodyRule.java index d87e9ea2..7a039641 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractBodyRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractBodyRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractHeaderRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractHeaderRule.java index 7706ea02..5d9514d6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractHeaderRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/AbstractHeaderRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/Rule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/Rule.java index 3df509d8..c7d4ae4a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/Rule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/Rule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; public interface Rule { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleContext.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleContext.java index 130c4574..1c2ec88b 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleContext.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleContext.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; public interface RuleContext { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactory.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactory.java index b0564a00..ab183068 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactory.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactory.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactoryRegistry.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactoryRegistry.java index bd4090bf..6dc0499c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactoryRegistry.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleFactoryRegistry.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; import java.util.List; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RulePhase.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RulePhase.java index 86e37b8e..b2e2f0cf 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RulePhase.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RulePhase.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; import java.lang.annotation.ElementType; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleUnit.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleUnit.java index 7dbec3e9..2022f11c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleUnit.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/RuleUnit.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie; public interface RuleUnit { diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/ComprobanteTipoAnticipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/ComprobanteTipoAnticipoRule.java index 68018ee2..1b177e75 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/ComprobanteTipoAnticipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/ComprobanteTipoAnticipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.anticipo; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/TipoAnticipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/TipoAnticipoRule.java index d99d5222..c72eca42 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/TipoAnticipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/anticipo/TipoAnticipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.anticipo; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/FactorRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/FactorRule.java index fff20dd6..d53aec4f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/FactorRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/FactorRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.descuento; import io.github.project.openubl.xbuilder.content.models.standard.general.Descuento; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/MontoBaseRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/MontoBaseRule.java index c663693b..349d9604 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/MontoBaseRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/MontoBaseRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.descuento; import io.github.project.openubl.xbuilder.content.models.standard.general.Descuento; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/TipoDescuentoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/TipoDescuentoRule.java index 3517339c..88dbe103 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/TipoDescuentoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/descuento/TipoDescuentoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.descuento; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IgvTipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IgvTipoRule.java index 3c5c6c12..451a3026 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IgvTipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IgvTipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IscTipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IscTipoRule.java index 055eabfa..0e563a03 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IscTipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/IscTipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/PrecioDeReferenciaTipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/PrecioDeReferenciaTipoRule.java index 42cbdd50..54df21b6 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/PrecioDeReferenciaTipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/PrecioDeReferenciaTipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIcbRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIcbRule.java index 62f69bb9..5c5f14dc 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIcbRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIcbRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIgvRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIgvRule.java index cdd6057e..00e65e57 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIgvRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIgvRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIscRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIscRule.java index 23082b79..0f6223e2 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIscRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/TasaIscRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/UnidadDeMedidaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/UnidadDeMedidaRule.java index aa313f81..93b6e949 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/UnidadDeMedidaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/detalle/UnidadDeMedidaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/MonedaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/MonedaRule.java index 3c543bb4..cbabd09a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/MonedaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/MonedaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.summaryDocumentItem; import io.github.project.openubl.xbuilder.content.models.sunat.resumen.SummaryDocumentsItem; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/TipoOperacionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/TipoOperacionRule.java index d8675560..2a9438e8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/TipoOperacionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/summaryDocumentItem/TipoOperacionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.summaryDocumentItem; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/voidedDocumentItem/TipoComprobanteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/voidedDocumentItem/TipoComprobanteRule.java index f700b676..08e39c1a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/voidedDocumentItem/TipoComprobanteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/body/voidedDocumentItem/TipoComprobanteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.body.voidedDocumentItem; import io.github.project.openubl.xbuilder.content.catalogs.Catalog1; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FechaEmisionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FechaEmisionRule.java index 2a4bf9a7..645a9f16 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FechaEmisionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FechaEmisionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.common.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FirmanteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FirmanteRule.java index 95e97768..bf8b07d7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FirmanteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/FirmanteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.common.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/MonedaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/MonedaRule.java index a2a081ae..efbdb227 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/MonedaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/MonedaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.common.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/ProveedorDireccionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/ProveedorDireccionRule.java index dca99606..12ba6548 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/ProveedorDireccionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/ProveedorDireccionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.common.Direccion; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIcbRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIcbRule.java index 00ba12ce..dfbd871b 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIcbRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIcbRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.standard.general.SalesDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIgvRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIgvRule.java index 8f089812..2945e11a 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIgvRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIgvRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.standard.general.SalesDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIvapRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIvapRule.java index d314965b..432257fc 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIvapRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TasaIvapRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.models.standard.general.SalesDocument; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TipoDocumentoIdentidadClienteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TipoDocumentoIdentidadClienteRule.java index 531bbb11..6eb6a5f7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TipoDocumentoIdentidadClienteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/TipoDocumentoIdentidadClienteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DetraccionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DetraccionRule.java index d986b3ce..887235bf 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DetraccionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DetraccionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog52; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DireccionDeEntregaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DireccionDeEntregaRule.java index cc63a8fd..ad8ba94c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DireccionDeEntregaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/DireccionDeEntregaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog52; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoRule.java index 40be4f70..db9fb414 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.models.standard.general.FormaDePago; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTipoRule.java index 59a09abc..4876b102 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.CatalogContadoCredito; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTotalRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTotalRule.java index f923d1d2..38fea7b9 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTotalRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/FormaDePagoTotalRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.models.standard.general.CuotaDePago; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/PercepcionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/PercepcionRule.java index 6e8fa374..f62a8fe8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/PercepcionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/PercepcionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog52; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoComprobanteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoComprobanteRule.java index f26733eb..986902db 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoComprobanteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoComprobanteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog1_Invoice; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoOperacionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoOperacionRule.java index 7432666d..ce0a13b2 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoOperacionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/invoice/TipoOperacionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog51; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/ComprobanteAfectadoTipoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/ComprobanteAfectadoTipoRule.java index 8c2f8bfa..61d30515 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/ComprobanteAfectadoTipoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/ComprobanteAfectadoTipoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.note; import io.github.project.openubl.xbuilder.content.catalogs.Catalog1; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/creditnote/TipoNotaCreditoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/creditnote/TipoNotaCreditoRule.java index 91d54381..a657ae87 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/creditnote/TipoNotaCreditoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/creditnote/TipoNotaCreditoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.note.creditnote; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/debitnote/TipoNotaDebitoRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/debitnote/TipoNotaDebitoRule.java index 6bcd8058..67c66d37 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/debitnote/TipoNotaDebitoRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/enrich/header/note/debitnote/TipoNotaDebitoRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.enrich.header.note.debitnote; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbAplicaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbAplicaRule.java index cd5bc8fa..f1bb09db 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbAplicaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbAplicaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbRule.java index 68311f3a..e4aa58c3 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IcbRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvBaseImponibleRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvBaseImponibleRule.java index e61a131a..cf194747 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvBaseImponibleRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvBaseImponibleRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvRule.java index 363f8c00..2fd0bc09 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IgvRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscBaseImponibleRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscBaseImponibleRule.java index a5393e2f..23ba5d3d 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscBaseImponibleRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscBaseImponibleRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscRule.java index ff4d0065..5de2143e 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/IscRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.models.standard.general.DocumentoVentaDetalle; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioDeReferenciaRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioDeReferenciaRule.java index b7209037..9eccebc8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioDeReferenciaRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioDeReferenciaRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioRule.java index a4a4040e..9e772e97 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/PrecioRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/TotalImpuestosRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/TotalImpuestosRule.java index a21b67c0..f54d3dd0 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/TotalImpuestosRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/process/body/detalle/TotalImpuestosRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.process.body.detalle; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/LeyendasRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/LeyendasRule.java index 146f411a..e54b8553 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/LeyendasRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/LeyendasRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/DetraccionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/DetraccionRule.java index 276eda4e..058656a7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/DetraccionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/DetraccionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.invoice; import io.github.project.openubl.xbuilder.content.models.standard.general.Invoice; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/PercepcionRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/PercepcionRule.java index c2efb37e..708063cf 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/PercepcionRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/PercepcionRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.invoice; import io.github.project.openubl.xbuilder.content.models.standard.general.Invoice; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImporteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImporteRule.java index 79ab3b18..2aefe538 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImporteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImporteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImpuestosRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImpuestosRule.java index fd6e0414..ccaf95a8 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImpuestosRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/invoice/TotalImpuestosRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.invoice; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImporteRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImporteRule.java index 0e17eb3a..63b550eb 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImporteRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImporteRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.note; import io.github.project.openubl.xbuilder.content.models.standard.general.Note; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImpuestosRule.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImpuestosRule.java index 02c4a9e1..6e837c87 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImpuestosRule.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/summary/header/note/TotalImpuestosRule.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.summary.header.note; import io.github.project.openubl.xbuilder.content.catalogs.Catalog5; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/DetalleUtils.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/DetalleUtils.java index 65bfd2cc..d931fe24 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/DetalleUtils.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/DetalleUtils.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.utils; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Helpers.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Helpers.java index 24c7c3d0..2e96d85b 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Helpers.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Helpers.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.utils; import io.github.project.openubl.xbuilder.content.models.common.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Impuesto.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Impuesto.java index 771d0ddd..90b8b61f 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Impuesto.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/rules/utils/Impuesto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.rules.utils; import lombok.Builder; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleContext.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleContext.java index 35bba6e7..d7d8ad84 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleContext.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleContext.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.ruleunits; import io.github.project.openubl.xbuilder.enricher.kie.RuleContext; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleUnit.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleUnit.java index a26598f9..ed507010 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleUnit.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/BodyRuleUnit.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.ruleunits; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleContext.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleContext.java index 0a48be0d..1bc04ce7 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleContext.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleContext.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.ruleunits; import io.github.project.openubl.xbuilder.enricher.kie.RuleContext; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleUnit.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleUnit.java index f08f7769..86558253 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleUnit.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/enricher/kie/ruleunits/HeaderRuleUnit.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.enricher.kie.ruleunits; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/EngineProducer.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/EngineProducer.java index c34ab869..640d5540 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/EngineProducer.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/EngineProducer.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.renderer; import io.github.project.openubl.xbuilder.content.catalogs.Catalog; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/TemplateProducer.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/TemplateProducer.java index d7914067..05c38ff9 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/TemplateProducer.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/renderer/TemplateProducer.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.renderer; import io.quarkus.qute.Template; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetails.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetails.java index 3ee612fc..e321d54c 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetails.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetails.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.signature; import java.security.PrivateKey; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetailsFactory.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetailsFactory.java index b0bb762a..28792fb4 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetailsFactory.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/CertificateDetailsFactory.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.signature; import java.io.IOException; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XMLSigner.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XMLSigner.java index 0f58763e..2a788af9 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XMLSigner.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XMLSigner.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.signature; import org.w3c.dom.Document; diff --git a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XmlSignatureHelper.java b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XmlSignatureHelper.java index baacc0aa..58ac8576 100644 --- a/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XmlSignatureHelper.java +++ b/xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/signature/XmlSignatureHelper.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xbuilder.signature; import org.w3c.dom.Document; diff --git a/xbuilder/core/src/test/java/e2e/AbstractTest.java b/xbuilder/core/src/test/java/e2e/AbstractTest.java index c8e92a81..ec62ade5 100644 --- a/xbuilder/core/src/test/java/e2e/AbstractTest.java +++ b/xbuilder/core/src/test/java/e2e/AbstractTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/xbuilder/core/src/test/java/e2e/enricher/enrich/DetalleTest.java b/xbuilder/core/src/test/java/e2e/enricher/enrich/DetalleTest.java index 4ddffb46..96d7ac45 100644 --- a/xbuilder/core/src/test/java/e2e/enricher/enrich/DetalleTest.java +++ b/xbuilder/core/src/test/java/e2e/enricher/enrich/DetalleTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.enricher.enrich; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/enricher/enrich/GeneralDocumentTest.java b/xbuilder/core/src/test/java/e2e/enricher/enrich/GeneralDocumentTest.java index 7604da6f..bf657c9f 100644 --- a/xbuilder/core/src/test/java/e2e/enricher/enrich/GeneralDocumentTest.java +++ b/xbuilder/core/src/test/java/e2e/enricher/enrich/GeneralDocumentTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.enricher.enrich; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/enricher/enrich/InvoiceTest.java b/xbuilder/core/src/test/java/e2e/enricher/enrich/InvoiceTest.java index e5c5527c..1e4a540c 100644 --- a/xbuilder/core/src/test/java/e2e/enricher/enrich/InvoiceTest.java +++ b/xbuilder/core/src/test/java/e2e/enricher/enrich/InvoiceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.enricher.enrich; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/enricher/process/DetalleTest.java b/xbuilder/core/src/test/java/e2e/enricher/process/DetalleTest.java index 167f5f6a..47d87e75 100644 --- a/xbuilder/core/src/test/java/e2e/enricher/process/DetalleTest.java +++ b/xbuilder/core/src/test/java/e2e/enricher/process/DetalleTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.enricher.process; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group1Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group1Test.java index 6b2f695d..9c645d12 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group1Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group1Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group2ExoneradoTest.java b/xbuilder/core/src/test/java/e2e/homologacion/Group2ExoneradoTest.java index fb629b35..7ed9272e 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group2ExoneradoTest.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group2ExoneradoTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group2InafectoTest.java b/xbuilder/core/src/test/java/e2e/homologacion/Group2InafectoTest.java index 5b40b988..41b74e15 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group2InafectoTest.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group2InafectoTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group3Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group3Test.java index 0c6e9f59..3459cd35 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group3Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group3Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group4Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group4Test.java index 6400d77d..16724249 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group4Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group4Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group5Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group5Test.java index a9cf1734..cf08378f 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group5Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group5Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group6Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group6Test.java index 2905e3bb..e5f48a04 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group6Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group6Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/Group7Test.java b/xbuilder/core/src/test/java/e2e/homologacion/Group7Test.java index 285e4a7e..04b2bae7 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/Group7Test.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/Group7Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/homologacion/HomologacionConstants.java b/xbuilder/core/src/test/java/e2e/homologacion/HomologacionConstants.java index 89af9aef..6664f4f3 100644 --- a/xbuilder/core/src/test/java/e2e/homologacion/HomologacionConstants.java +++ b/xbuilder/core/src/test/java/e2e/homologacion/HomologacionConstants.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.homologacion; import io.github.project.openubl.xbuilder.content.catalogs.Catalog6; diff --git a/xbuilder/core/src/test/java/e2e/renderer/XMLAssertUtils.java b/xbuilder/core/src/test/java/e2e/renderer/XMLAssertUtils.java index 87f771df..626fbbfb 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/XMLAssertUtils.java +++ b/xbuilder/core/src/test/java/e2e/renderer/XMLAssertUtils.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer; import io.github.project.openubl.xbuilder.signature.CertificateDetails; diff --git a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteIscTest.java b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteIscTest.java index 54d3713e..7007c253 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteIscTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteIscTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.creditnote; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteOrdenDeCompraTest.java b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteOrdenDeCompraTest.java index 50c7b3d4..0ab51905 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteOrdenDeCompraTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteOrdenDeCompraTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.creditnote; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteTest.java b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteTest.java index 69f627a4..fbe8ff95 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/creditnote/CreditNoteTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.creditnote; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/debitnote/DebitNoteTest.java b/xbuilder/core/src/test/java/e2e/renderer/debitnote/DebitNoteTest.java index b4487913..c7fdf62c 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/debitnote/DebitNoteTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/debitnote/DebitNoteTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.debitnote; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/despatchadvice/DespatchAdviceTest.java b/xbuilder/core/src/test/java/e2e/renderer/despatchadvice/DespatchAdviceTest.java index 97f4f870..2d019efd 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/despatchadvice/DespatchAdviceTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/despatchadvice/DespatchAdviceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.despatchadvice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceAnticiposTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceAnticiposTest.java index d97df134..7ff0276c 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceAnticiposTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceAnticiposTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDescuentosTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDescuentosTest.java index ed275aa6..9aaa0e1b 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDescuentosTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDescuentosTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDetraccionTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDetraccionTest.java index a899cf33..0162b236 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDetraccionTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDetraccionTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDireccionEntregaTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDireccionEntregaTest.java index a7433c14..a8778be2 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDireccionEntregaTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDireccionEntregaTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDocumentoRelacionadoTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDocumentoRelacionadoTest.java index 7fa943b1..2c36ea1e 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDocumentoRelacionadoTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceDocumentoRelacionadoTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFechaVencimientoTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFechaVencimientoTest.java index 2b6bad40..16a79a7a 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFechaVencimientoTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFechaVencimientoTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFormaPagoTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFormaPagoTest.java index 9e08b31e..fa286e01 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFormaPagoTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceFormaPagoTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceGuiasTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceGuiasTest.java index 97896236..2ddc3da0 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceGuiasTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceGuiasTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIscTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIscTest.java index 4d457a5c..f851d877 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIscTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIscTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIssue30Test.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIssue30Test.java index 4634d684..4db2ac70 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIssue30Test.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceIssue30Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceMonedaTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceMonedaTest.java index ef95ed71..6405be59 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceMonedaTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceMonedaTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceOrdeDeCompraTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceOrdeDeCompraTest.java index f4eea57c..01c96799 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceOrdeDeCompraTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceOrdeDeCompraTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoicePercepcionTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoicePercepcionTest.java index 3062cfb4..fd1e881d 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoicePercepcionTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoicePercepcionTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTest.java index 925f02b0..6111efcb 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTipoIgvTest.java b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTipoIgvTest.java index 747a9de6..b99c1832 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTipoIgvTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/invoice/InvoiceTipoIgvTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.invoice; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/perception/PerceptionTest.java b/xbuilder/core/src/test/java/e2e/renderer/perception/PerceptionTest.java index bd0917ca..f6f221c1 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/perception/PerceptionTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/perception/PerceptionTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.perception; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/retention/RetentionTest.java b/xbuilder/core/src/test/java/e2e/renderer/retention/RetentionTest.java index 060bc3ba..b2bec0ac 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/retention/RetentionTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/retention/RetentionTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.retention; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/summarydocuments/SummaryDocumentsTest.java b/xbuilder/core/src/test/java/e2e/renderer/summarydocuments/SummaryDocumentsTest.java index 3a3cdc7e..df1d59d0 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/summarydocuments/SummaryDocumentsTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/summarydocuments/SummaryDocumentsTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.summarydocuments; import e2e.AbstractTest; diff --git a/xbuilder/core/src/test/java/e2e/renderer/voideddocument/VoidedDocumentsTest.java b/xbuilder/core/src/test/java/e2e/renderer/voideddocument/VoidedDocumentsTest.java index e5425602..f4327445 100644 --- a/xbuilder/core/src/test/java/e2e/renderer/voideddocument/VoidedDocumentsTest.java +++ b/xbuilder/core/src/test/java/e2e/renderer/voideddocument/VoidedDocumentsTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 e2e.renderer.voideddocument; import e2e.AbstractTest; diff --git a/xbuilder/pom.xml b/xbuilder/pom.xml index 45b54ac5..25592c3f 100644 --- a/xbuilder/pom.xml +++ b/xbuilder/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/xbuilder/quarkus-extension/deployment/pom.xml b/xbuilder/quarkus-extension/deployment/pom.xml index f0d4b4eb..3ab50eba 100644 --- a/xbuilder/quarkus-extension/deployment/pom.xml +++ b/xbuilder/quarkus-extension/deployment/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xbuilder/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xbuilder/deployment/QuarkusXbuilderProcessor.java b/xbuilder/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xbuilder/deployment/QuarkusXbuilderProcessor.java index d3309352..b8dab8fb 100644 --- a/xbuilder/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xbuilder/deployment/QuarkusXbuilderProcessor.java +++ b/xbuilder/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xbuilder/deployment/QuarkusXbuilderProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.deployment; import io.github.project.openubl.quarkus.xbuilder.XBuilder; diff --git a/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderDevModeTest.java b/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderDevModeTest.java index 33c17af6..2d22aa65 100644 --- a/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderDevModeTest.java +++ b/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderDevModeTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.test; import io.quarkus.test.QuarkusDevModeTest; diff --git a/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderTest.java b/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderTest.java index 094130ad..207ed98d 100644 --- a/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderTest.java +++ b/xbuilder/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xbuilder/test/QuarkusXbuilderTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.test; import io.quarkus.test.QuarkusUnitTest; diff --git a/xbuilder/quarkus-extension/integration-tests/pom.xml b/xbuilder/quarkus-extension/integration-tests/pom.xml index 933872fd..7cff5e83 100644 --- a/xbuilder/quarkus-extension/integration-tests/pom.xml +++ b/xbuilder/quarkus-extension/integration-tests/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xbuilder/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResource.java b/xbuilder/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResource.java index 289af807..a8a46046 100644 --- a/xbuilder/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResource.java +++ b/xbuilder/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResource.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.it; import io.github.project.openubl.quarkus.xbuilder.XBuilder; diff --git a/xbuilder/quarkus-extension/integration-tests/src/main/resources/application.properties b/xbuilder/quarkus-extension/integration-tests/src/main/resources/application.properties index 45a13c31..61a31c90 100644 --- a/xbuilder/quarkus-extension/integration-tests/src/main/resources/application.properties +++ b/xbuilder/quarkus-extension/integration-tests/src/main/resources/application.properties @@ -1,19 +1,2 @@ -# -# Copyright 2019 Project OpenUBL, Inc. and/or its affiliates -# and other contributors as indicated by the @author tags. -# -# Licensed under the Apache License - 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 -# -# https://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. -# - quarkus.xbuilder.igv-tasa=0.2 quarkus.xbuilder.icb-tasa=0.2 diff --git a/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceIT.java b/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceIT.java index ba0c9ff7..f18661bd 100644 --- a/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceIT.java +++ b/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceIT.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.it; import io.quarkus.test.junit.QuarkusIntegrationTest; diff --git a/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceTest.java b/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceTest.java index 45d9b4f1..8f71fc6c 100644 --- a/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceTest.java +++ b/xbuilder/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xbuilder/it/QuarkusXbuilderResourceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.it; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/xbuilder/quarkus-extension/pom.xml b/xbuilder/quarkus-extension/pom.xml index 141eb2e2..d7c7def2 100644 --- a/xbuilder/quarkus-extension/pom.xml +++ b/xbuilder/quarkus-extension/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xbuilder/quarkus-extension/runtime/pom.xml b/xbuilder/quarkus-extension/runtime/pom.xml index 5d5bc88d..97fc9b28 100644 --- a/xbuilder/quarkus-extension/runtime/pom.xml +++ b/xbuilder/quarkus-extension/runtime/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/XBuilder.java b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/XBuilder.java index e627c067..4db2edb6 100644 --- a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/XBuilder.java +++ b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/XBuilder.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder; import io.github.project.openubl.xbuilder.enricher.config.Defaults; diff --git a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/CustomTemplateLocator.java b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/CustomTemplateLocator.java index 6f4d3fd5..8c2f9364 100644 --- a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/CustomTemplateLocator.java +++ b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/CustomTemplateLocator.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.runtime; import io.quarkus.qute.Locate; diff --git a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/DefaultXBuilder.java b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/DefaultXBuilder.java index cfb24a94..fa392b14 100644 --- a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/DefaultXBuilder.java +++ b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/DefaultXBuilder.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.runtime; import io.github.project.openubl.quarkus.xbuilder.XBuilder; diff --git a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/XBuilderConfig.java b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/XBuilderConfig.java index 98a764ba..317876d6 100644 --- a/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/XBuilderConfig.java +++ b/xbuilder/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xbuilder/runtime/XBuilderConfig.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xbuilder.runtime; import io.quarkus.runtime.annotations.ConfigItem; diff --git a/xsender/core/pom.xml b/xsender/core/pom.xml index 01ffb3d4..2d912e48 100644 --- a/xsender/core/pom.xml +++ b/xsender/core/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/Constants.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/Constants.java index ed5b7e3c..3a167229 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/Constants.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/Constants.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender; public class Constants { diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/StandaloneCamel.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/StandaloneCamel.java index 4ac542ad..b25ee8c7 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/StandaloneCamel.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/StandaloneCamel.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel; import lombok.Synchronized; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/CxfEndpointConfiguration.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/CxfEndpointConfiguration.java index 3de5f3b1..e1e0b63e 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/CxfEndpointConfiguration.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/CxfEndpointConfiguration.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import org.apache.camel.BindToRegistry; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatErrorResponseProcessor.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatErrorResponseProcessor.java index f5150be4..44c93659 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatErrorResponseProcessor.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatErrorResponseProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import io.github.project.openubl.xsender.models.Metadata; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatResponseProcessor.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatResponseProcessor.java index 8fd7dd0c..b37a4bb7 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatResponseProcessor.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/RestSunatResponseProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import io.github.project.openubl.xsender.models.Metadata; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatErrorResponseProcessor.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatErrorResponseProcessor.java index b6f1df64..a7fdf596 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatErrorResponseProcessor.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatErrorResponseProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import io.github.project.openubl.xsender.models.Metadata; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatResponseProcessor.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatResponseProcessor.java index 57d569a4..2354e8fa 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatResponseProcessor.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SoapSunatResponseProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import io.github.project.openubl.xsender.models.Metadata; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SunatRouteBuilder.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SunatRouteBuilder.java index 54c14efc..4216545e 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SunatRouteBuilder.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/SunatRouteBuilder.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import io.github.project.openubl.xsender.Constants; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/TicketResponseType.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/TicketResponseType.java index 236acddc..5fe41ca2 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/TicketResponseType.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/routes/TicketResponseType.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.routes; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelData.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelData.java index e92e7a8b..8240b100 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelData.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelData.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.utils; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelUtils.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelUtils.java index f096ef70..efa316b9 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelUtils.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/camel/utils/CamelUtils.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel.utils; import io.github.project.openubl.xsender.company.CompanyCredentials; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyCredentials.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyCredentials.java index 77a899f1..1057b063 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyCredentials.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyCredentials.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.company; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyURLs.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyURLs.java index 6010d6d7..cb74f937 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyURLs.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/company/CompanyURLs.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.company; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceFileAnalyzer.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceFileAnalyzer.java index 79040530..274aaf1c 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceFileAnalyzer.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceFileAnalyzer.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files; import io.github.project.openubl.xsender.files.xml.XmlContent; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceXMLFileAnalyzer.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceXMLFileAnalyzer.java index 40141064..65155cf6 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceXMLFileAnalyzer.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/BillServiceXMLFileAnalyzer.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files; import io.github.project.openubl.xsender.company.CompanyURLs; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/ZipFile.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/ZipFile.java index f7d02c59..e8a34917 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/ZipFile.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/ZipFile.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/exceptions/UnsupportedXMLFileException.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/exceptions/UnsupportedXMLFileException.java index d7093e6b..eaa05a2a 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/exceptions/UnsupportedXMLFileException.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/exceptions/UnsupportedXMLFileException.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.exceptions; public class UnsupportedXMLFileException extends Exception { diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/DocumentType.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/DocumentType.java index 9ca15deb..a354c1b0 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/DocumentType.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/DocumentType.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.xml; public class DocumentType { diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContent.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContent.java index 35c67638..6c1766ee 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContent.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContent.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.xml; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContentProvider.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContentProvider.java index 6e7b0214..925c5c02 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContentProvider.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlContentProvider.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.xml; import org.xml.sax.SAXException; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlHandler.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlHandler.java index d1d13426..7eb98833 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlHandler.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/files/xml/XmlHandler.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.xml; import org.xml.sax.Attributes; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Metadata.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Metadata.java index 2860263b..53dbc2b0 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Metadata.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Metadata.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Status.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Status.java index 6f69051b..c06c11a5 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Status.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Status.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models; public enum Status { diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Sunat.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Sunat.java index bf9f48c4..c81792b6 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Sunat.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/Sunat.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models; import lombok.Builder; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/SunatResponse.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/SunatResponse.java index b292052d..bd707d58 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/SunatResponse.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/SunatResponse.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models; import lombok.Builder; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/PayloadDocumentDto.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/PayloadDocumentDto.java index ec223974..d94e271b 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/PayloadDocumentDto.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/PayloadDocumentDto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models.rest; import io.github.project.openubl.xsender.files.ZipFile; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseAccessTokenSuccessDto.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseAccessTokenSuccessDto.java index 25537626..22d931dc 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseAccessTokenSuccessDto.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseAccessTokenSuccessDto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models.rest; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentErrorDto.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentErrorDto.java index a0d4c544..05554413 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentErrorDto.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentErrorDto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models.rest; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentSuccessDto.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentSuccessDto.java index 87886d15..8073d516 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentSuccessDto.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/models/rest/ResponseDocumentSuccessDto.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.models.rest; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillConsultServiceDestination.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillConsultServiceDestination.java index e26e0ae1..7dd1da82 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillConsultServiceDestination.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillConsultServiceDestination.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.sunat; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillServiceDestination.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillServiceDestination.java index 106557cb..2189f526 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillServiceDestination.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillServiceDestination.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.sunat; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillValidServiceDestination.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillValidServiceDestination.java index bfee108b..a1494180 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillValidServiceDestination.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/BillValidServiceDestination.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.sunat; import lombok.AllArgsConstructor; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1.java index db3a0fcd..03efcf57 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.sunat.catalog; import java.util.Optional; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/ByteUtils.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/ByteUtils.java index 290f3724..0901f4c7 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/ByteUtils.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/ByteUtils.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.utils; import org.w3c.dom.Document; diff --git a/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/CdrReader.java b/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/CdrReader.java index c76daf73..496d6ee7 100644 --- a/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/CdrReader.java +++ b/xsender/core/src/main/java/io/github/project/openubl/xsender/utils/CdrReader.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.utils; import io.github.project.openubl.xsender.models.Metadata; diff --git a/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/ApiCredentialsTest.java b/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/ApiCredentialsTest.java index 5a8673b5..5058049b 100644 --- a/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/ApiCredentialsTest.java +++ b/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/ApiCredentialsTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel; import io.github.project.openubl.xsender.Constants; diff --git a/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/SendBillTest.java b/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/SendBillTest.java index a11f49fd..afcc1c39 100644 --- a/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/SendBillTest.java +++ b/xsender/core/src/test/java/io/github/project/openubl/xsender/camel/SendBillTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.camel; import io.github.project.openubl.xsender.Constants; diff --git a/xsender/core/src/test/java/io/github/project/openubl/xsender/files/XMLBillServiceFileAnalyzerTest.java b/xsender/core/src/test/java/io/github/project/openubl/xsender/files/XMLBillServiceFileAnalyzerTest.java index 6d10c9a5..b9b31d18 100644 --- a/xsender/core/src/test/java/io/github/project/openubl/xsender/files/XMLBillServiceFileAnalyzerTest.java +++ b/xsender/core/src/test/java/io/github/project/openubl/xsender/files/XMLBillServiceFileAnalyzerTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files; import io.github.project.openubl.xsender.company.CompanyURLs; diff --git a/xsender/core/src/test/java/io/github/project/openubl/xsender/files/xml/XmlContentProviderTest.java b/xsender/core/src/test/java/io/github/project/openubl/xsender/files/xml/XmlContentProviderTest.java index aaf34072..e0135cc2 100644 --- a/xsender/core/src/test/java/io/github/project/openubl/xsender/files/xml/XmlContentProviderTest.java +++ b/xsender/core/src/test/java/io/github/project/openubl/xsender/files/xml/XmlContentProviderTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.files.xml; import org.junit.jupiter.api.Test; diff --git a/xsender/core/src/test/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1Test.java b/xsender/core/src/test/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1Test.java index c915ad89..e6ac841b 100644 --- a/xsender/core/src/test/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1Test.java +++ b/xsender/core/src/test/java/io/github/project/openubl/xsender/sunat/catalog/Catalog1Test.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.xsender.sunat.catalog; import org.junit.jupiter.api.Test; diff --git a/xsender/pom.xml b/xsender/pom.xml index e6f433ec..80ba4b5f 100644 --- a/xsender/pom.xml +++ b/xsender/pom.xml @@ -1,22 +1,4 @@ - 4.0.0 diff --git a/xsender/quarkus-extension/deployment/pom.xml b/xsender/quarkus-extension/deployment/pom.xml index 8250b152..fc37dbd5 100644 --- a/xsender/quarkus-extension/deployment/pom.xml +++ b/xsender/quarkus-extension/deployment/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xsender/deployment/QuarkusXsenderProcessor.java b/xsender/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xsender/deployment/QuarkusXsenderProcessor.java index e0da052f..205a325b 100644 --- a/xsender/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xsender/deployment/QuarkusXsenderProcessor.java +++ b/xsender/quarkus-extension/deployment/src/main/java/io/github/project/openubl/quarkus/xsender/deployment/QuarkusXsenderProcessor.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.deployment; import io.github.project.openubl.quarkus.xsender.XSender; diff --git a/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderDevModeTest.java b/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderDevModeTest.java index 9eeaf1f3..99053965 100644 --- a/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderDevModeTest.java +++ b/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderDevModeTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.test; import io.quarkus.test.QuarkusDevModeTest; diff --git a/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderTest.java b/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderTest.java index 67cf56e7..13546df1 100644 --- a/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderTest.java +++ b/xsender/quarkus-extension/deployment/src/test/java/io/github/project/openubl/quarkus/xsender/test/QuarkusXsenderTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.test; import io.quarkus.test.QuarkusUnitTest; diff --git a/xsender/quarkus-extension/integration-tests/pom.xml b/xsender/quarkus-extension/integration-tests/pom.xml index 59b52bed..42f0d9b8 100644 --- a/xsender/quarkus-extension/integration-tests/pom.xml +++ b/xsender/quarkus-extension/integration-tests/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResource.java b/xsender/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResource.java index 8d76af02..d757914f 100644 --- a/xsender/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResource.java +++ b/xsender/quarkus-extension/integration-tests/src/main/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResource.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.it; import io.github.project.openubl.xsender.Constants; diff --git a/xsender/quarkus-extension/integration-tests/src/main/resources/application.properties b/xsender/quarkus-extension/integration-tests/src/main/resources/application.properties index 21ae7aa3..53347cb0 100644 --- a/xsender/quarkus-extension/integration-tests/src/main/resources/application.properties +++ b/xsender/quarkus-extension/integration-tests/src/main/resources/application.properties @@ -1,20 +1,3 @@ -# -# Copyright 2019 Project OpenUBL, Inc. and/or its affiliates -# and other contributors as indicated by the @author tags. -# -# Licensed under the Apache License - 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 -# -# https://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. -# - quarkus.cxf.path=/soapservice quarkus.native.resources.includes=xmls/*.xml quarkus.xsender.enable-logging-feature=true \ No newline at end of file diff --git a/xsender/quarkus-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml b/xsender/quarkus-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml index 9222643a..166d0599 100644 --- a/xsender/quarkus-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml +++ b/xsender/quarkus-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusSenderResourceIT.java b/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusSenderResourceIT.java index 261fbdbf..672d3b0b 100644 --- a/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusSenderResourceIT.java +++ b/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusSenderResourceIT.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.it; import io.quarkus.test.junit.QuarkusIntegrationTest; diff --git a/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResourceTest.java b/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResourceTest.java index 6560829b..9bb89c5a 100644 --- a/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResourceTest.java +++ b/xsender/quarkus-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/QuarkusXSenderResourceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.it; import io.github.project.openubl.xsender.models.Status; diff --git a/xsender/quarkus-extension/pom.xml b/xsender/quarkus-extension/pom.xml index 12fb07ea..2d0e9329 100644 --- a/xsender/quarkus-extension/pom.xml +++ b/xsender/quarkus-extension/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/quarkus-extension/runtime/pom.xml b/xsender/quarkus-extension/runtime/pom.xml index c35261ea..b9a41bfd 100644 --- a/xsender/quarkus-extension/runtime/pom.xml +++ b/xsender/quarkus-extension/runtime/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/XSender.java b/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/XSender.java index 681a263d..06ac2486 100644 --- a/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/XSender.java +++ b/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/XSender.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender; import io.github.project.openubl.quarkus.xsender.runtime.XSenderConfig; diff --git a/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/runtime/XSenderConfig.java b/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/runtime/XSenderConfig.java index cbe3b792..e1a25a9a 100644 --- a/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/runtime/XSenderConfig.java +++ b/xsender/quarkus-extension/runtime/src/main/java/io/github/project/openubl/quarkus/xsender/runtime/XSenderConfig.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.runtime; import io.quarkus.runtime.annotations.ConfigItem; diff --git a/xsender/spring-boot-extension/integration-tests/pom.xml b/xsender/spring-boot-extension/integration-tests/pom.xml index ad3f19d2..9d103754 100644 --- a/xsender/spring-boot-extension/integration-tests/pom.xml +++ b/xsender/spring-boot-extension/integration-tests/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/Application.java b/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/Application.java index e91784e1..ce386af1 100644 --- a/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/Application.java +++ b/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/Application.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.springboot.xsender.it; import org.springframework.boot.SpringApplication; diff --git a/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/SpringBootXSenderResource.java b/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/SpringBootXSenderResource.java index b6bd2b40..e6603fdc 100644 --- a/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/SpringBootXSenderResource.java +++ b/xsender/spring-boot-extension/integration-tests/src/main/java/io/github/project/openubl/springboot/xsender/it/SpringBootXSenderResource.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.springboot.xsender.it; import io.github.project.openubl.xsender.Constants; diff --git a/xsender/spring-boot-extension/integration-tests/src/main/resources/application.properties b/xsender/spring-boot-extension/integration-tests/src/main/resources/application.properties index 867726c9..216db375 100644 --- a/xsender/spring-boot-extension/integration-tests/src/main/resources/application.properties +++ b/xsender/spring-boot-extension/integration-tests/src/main/resources/application.properties @@ -1,18 +1 @@ -# -# Copyright 2019 Project OpenUBL, Inc. and/or its affiliates -# and other contributors as indicated by the @author tags. -# -# Licensed under the Apache License - 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 -# -# https://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. -# - spring.xsender.enable-logging-feature=true diff --git a/xsender/spring-boot-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml b/xsender/spring-boot-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml index 9222643a..166d0599 100644 --- a/xsender/spring-boot-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml +++ b/xsender/spring-boot-extension/integration-tests/src/main/resources/xmls/12345678912-RA-20200328-1.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/spring-boot-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/SpringBootXSenderResourceTest.java b/xsender/spring-boot-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/SpringBootXSenderResourceTest.java index 1c02be06..7b7aa4d1 100644 --- a/xsender/spring-boot-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/SpringBootXSenderResourceTest.java +++ b/xsender/spring-boot-extension/integration-tests/src/test/java/io/github/project/openubl/quarkus/xsender/it/SpringBootXSenderResourceTest.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.quarkus.xsender.it; import io.github.project.openubl.springboot.xsender.it.Application; diff --git a/xsender/spring-boot-extension/pom.xml b/xsender/spring-boot-extension/pom.xml index 460ae91d..efc2abfa 100644 --- a/xsender/spring-boot-extension/pom.xml +++ b/xsender/spring-boot-extension/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/spring-boot-extension/runtime/pom.xml b/xsender/spring-boot-extension/runtime/pom.xml index 5be61c4c..8fa93417 100644 --- a/xsender/spring-boot-extension/runtime/pom.xml +++ b/xsender/spring-boot-extension/runtime/pom.xml @@ -1,22 +1,4 @@ - diff --git a/xsender/spring-boot-extension/runtime/src/main/java/io/github/project/openubl/spring/xsender/runtime/XSenderSpringSetup.java b/xsender/spring-boot-extension/runtime/src/main/java/io/github/project/openubl/spring/xsender/runtime/XSenderSpringSetup.java index ee799a94..f0eea896 100644 --- a/xsender/spring-boot-extension/runtime/src/main/java/io/github/project/openubl/spring/xsender/runtime/XSenderSpringSetup.java +++ b/xsender/spring-boot-extension/runtime/src/main/java/io/github/project/openubl/spring/xsender/runtime/XSenderSpringSetup.java @@ -1,19 +1,3 @@ -/* - * Copyright 2019 Project OpenUBL, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License - 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 - * - * https://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 io.github.project.openubl.spring.xsender.runtime; import io.github.project.openubl.xsender.camel.routes.CxfEndpointConfiguration;