Skip to content

Commit c142d90

Browse files
Maven license plugin removal #14
1 parent ff8749e commit c142d90

File tree

9 files changed

+60
-326
lines changed

9 files changed

+60
-326
lines changed

kotlin/pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2018. Axon Framework
3+
~ Copyright (c) 2010-2020. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
77
~ You may obtain a copy of the License at
88
~
9-
~ http://www.apache.org/licenses/LICENSE-2.0
9+
~ http://www.apache.org/licenses/LICENSE-2.0
1010
~
1111
~ Unless required by applicable law or agreed to in writing, software
1212
~ distributed under the License is distributed on an "AS IS" BASIS,
@@ -37,19 +37,4 @@
3737
<scope>provided</scope>
3838
</dependency>
3939
</dependencies>
40-
41-
<profiles>
42-
<profile>
43-
<id>license</id>
44-
<build>
45-
<plugins>
46-
<plugin>
47-
<groupId>org.codehaus.mojo</groupId>
48-
<artifactId>license-maven-plugin</artifactId>
49-
</plugin>
50-
</plugins>
51-
</build>
52-
</profile>
53-
</profiles>
54-
5540
</project>

kotlin/src/license/axon_apache_v2/header.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

kotlin/src/license/axon_apache_v2/license.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

kotlin/src/license/licenses.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/CommandGatewayExtensions.kt

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
/*-
2-
* #%L
3-
* Axon Framework Kotlin Extension
4-
* %%
5-
* Copyright (C) 2019 AxonIQ
6-
* %%
1+
/*
2+
* Copyright (c) 2010-2020. Axon Framework
3+
*
74
* Licensed under the Apache License, Version 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-
* http://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-
* #L%
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1915
*/
16+
2017
package org.axonframework.extensions.kotlin
2118

2219
import org.axonframework.commandhandling.CommandCallback

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/EventUpcaster.kt

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
/*-
2-
* #%L
3-
* Axon Framework Kotlin Extension
4-
* %%
5-
* Copyright (C) 2019 AxonIQ
6-
* %%
1+
/*
2+
* Copyright (c) 2010-2020. Axon Framework
3+
*
74
* Licensed under the Apache License, Version 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-
* http://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-
* #L%
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1915
*/
16+
2017
package org.axonframework.extensions.kotlin
2118

2219
import org.axonframework.serialization.SimpleSerializedType

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/GenericEventMessageExtensions.kt

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
/*-
2-
* #%L
3-
* Axon Framework Kotlin Extension
4-
* %%
5-
* Copyright (C) 2019 AxonIQ
6-
* %%
1+
/*
2+
* Copyright (c) 2010-2020. Axon Framework
3+
*
74
* Licensed under the Apache License, Version 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-
* http://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-
* #L%
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
1915
*/
16+
2017
package org.axonframework.extensions.kotlin
2118

2219
import org.axonframework.eventhandling.GenericEventMessage

0 commit comments

Comments
 (0)