Skip to content

Commit 60e6fc4

Browse files
task: remove license and rely on git license (#193)
1 parent 100e8e5 commit 60e6fc4

File tree

334 files changed

+9
-5374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+9
-5374
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ target
5353
*dependency-reduced-pom.xml
5454

5555
/lsp/
56+
bin/

pom.xml

+8-25
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
5-
and other contributors as indicated by the @author tags.
6-
7-
Licensed under the Apache License - 2.0 (the "License");
8-
you may not use this file except in compliance with the License.
9-
You may obtain a copy of the License at
10-
11-
https://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
See the License for the specific language governing permissions and
17-
limitations under the License.
18-
19-
-->
202
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
213
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
224
<modelVersion>4.0.0</modelVersion>
@@ -151,6 +133,7 @@
151133

152134
<!-- License information -->
153135
<!--mvn license:format-->
136+
<!--mvn license:remove-->
154137
<plugin>
155138
<groupId>com.mycila</groupId>
156139
<artifactId>license-maven-plugin</artifactId>
@@ -163,13 +146,13 @@
163146
</properties>
164147
<includes>**/*.java</includes>
165148
</configuration>
166-
<executions>
167-
<execution>
168-
<goals>
169-
<goal>check</goal>
170-
</goals>
171-
</execution>
172-
</executions>
149+
<!-- <executions>-->
150+
<!-- <execution>-->
151+
<!-- <goals>-->
152+
<!-- <goal>check</goal>-->
153+
<!-- </goals>-->
154+
<!-- </execution>-->
155+
<!-- </executions>-->
173156
</plugin>
174157
</plugins>
175158
</build>

xbuilder/core/pom.xml

-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
4-
Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
5-
and other contributors as indicated by the @author tags.
6-
7-
Licensed under the Apache License - 2.0 (the "License");
8-
you may not use this file except in compliance with the License.
9-
You may obtain a copy of the License at
10-
11-
https://www.apache.org/licenses/LICENSE-2.0
12-
13-
Unless required by applicable law or agreed to in writing, software
14-
distributed under the License is distributed on an "AS IS" BASIS,
15-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
See the License for the specific language governing permissions and
17-
limitations under the License.
18-
19-
-->
202
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
213
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
224
<modelVersion>4.0.0</modelVersion>

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
import java.util.Optional;

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
import java.util.Optional;

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog10.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog10 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog12 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Anticipo.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog12_Anticipo implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_BoletaFactura.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog12_Doc_Trib_Relacionado_BoletaFactura implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaCredito.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog12_Doc_Trib_Relacionado_NotaCredito implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog12_Doc_Trib_Relacionado_NotaDebito.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog12_Doc_Trib_Relacionado_NotaDebito implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog16.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog16 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog18.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog18 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog19.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog19 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Guia.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
import java.util.Optional;

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog1_Invoice.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog1_Invoice implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog20.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog20 implements Catalog {

xbuilder/core/src/main/java/io/github/project/openubl/xbuilder/content/catalogs/Catalog21.java

-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* Copyright 2019 Project OpenUBL, Inc. and/or its affiliates
3-
* and other contributors as indicated by the @author tags.
4-
*
5-
* Licensed under the Apache License - 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
8-
*
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
16-
*/
171
package io.github.project.openubl.xbuilder.content.catalogs;
182

193
public enum Catalog21 implements Catalog {

0 commit comments

Comments
 (0)