Skip to content

Commit 6743ef0

Browse files
Fixed License-Info in classes
1 parent 32d66cf commit 6743ef0

File tree

15 files changed

+111
-168
lines changed

15 files changed

+111
-168
lines changed

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/LMap.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow;
18+
19+
20+
2421
import static org.apache.commons.text.StringEscapeUtils.escapeEcmaScript;
2522

2623
import java.util.ArrayList;

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LCenter.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow.data;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow.data;
18+
19+
20+
2421

2522
public class LCenter
2623
{

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LCircle.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow.data;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow.data;
18+
19+
20+
2421
import com.fasterxml.jackson.core.JsonProcessingException;
2522
import com.fasterxml.jackson.databind.ObjectMapper;
2623

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LComponent.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
package software.xdev.vaadin.maps.leaflet.flow.data;
2-
3-
/*-
4-
* #%L
5-
* vaadin-maps-leaflet-flow
6-
* %%
7-
* Copyright (C) 2019 XDEV Software
8-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
94
* Licensed under the Apache License, Version 2.0 (the "License");
105
* you may not use this file except in compliance with the License.
116
* You may obtain a copy of the License at
127
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
149
*
1510
* Unless required by applicable law or agreed to in writing, software
1611
* distributed under the License is distributed on an "AS IS" BASIS,
1712
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1813
* See the License for the specific language governing permissions and
1914
* limitations under the License.
20-
* #L%
2115
*/
16+
package software.xdev.vaadin.maps.leaflet.flow.data;
17+
18+
2219

2320
import com.fasterxml.jackson.core.JsonProcessingException;
2421

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LDivIcon.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow.data;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow.data;
18+
19+
20+
2421
public class LDivIcon extends LIcon
2522
{
2623

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LIcon.java

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow.data;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow.data;
18+
19+
20+
2421
import java.util.ArrayList;
2522
import java.util.List;
2623

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LMarker.java

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
1-
2-
package software.xdev.vaadin.maps.leaflet.flow.data;
3-
4-
/*-
5-
* #%L
6-
* vaadin-maps-leaflet-flow
7-
* %%
8-
* Copyright (C) 2019 XDEV Software
9-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
126
* You may obtain a copy of the License at
137
*
14-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
159
*
1610
* Unless required by applicable law or agreed to in writing, software
1711
* distributed under the License is distributed on an "AS IS" BASIS,
1812
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1913
* See the License for the specific language governing permissions and
2014
* limitations under the License.
21-
* #L%
2215
*/
2316

17+
package software.xdev.vaadin.maps.leaflet.flow.data;
18+
2419
import com.fasterxml.jackson.core.JsonProcessingException;
2520
import com.fasterxml.jackson.databind.ObjectMapper;
2621

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LMarkerEventListener.java

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
1-
package software.xdev.vaadin.maps.leaflet.flow.data;
2-
3-
/*-
4-
* #%L
5-
* vaadin-maps-leaflet-flow
6-
* %%
7-
* Copyright (C) 2019 - 2020 XDEV Software
8-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
94
* Licensed under the Apache License, Version 2.0 (the "License");
105
* you may not use this file except in compliance with the License.
116
* You may obtain a copy of the License at
12-
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
14-
*
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
1510
* Unless required by applicable law or agreed to in writing, software
1611
* distributed under the License is distributed on an "AS IS" BASIS,
1712
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1813
* See the License for the specific language governing permissions and
1914
* limitations under the License.
20-
* #L%
2115
*/
16+
package software.xdev.vaadin.maps.leaflet.flow.data;
2217

2318
public interface LMarkerEventListener
2419
{

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LMarkerGeometry.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
package software.xdev.vaadin.maps.leaflet.flow.data;
2-
3-
/*-
4-
* #%L
5-
* vaadin-maps-leaflet-flow
6-
* %%
7-
* Copyright (C) 2019 XDEV Software
8-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
94
* Licensed under the Apache License, Version 2.0 (the "License");
105
* you may not use this file except in compliance with the License.
116
* You may obtain a copy of the License at
127
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
149
*
1510
* Unless required by applicable law or agreed to in writing, software
1611
* distributed under the License is distributed on an "AS IS" BASIS,
1712
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1813
* See the License for the specific language governing permissions and
1914
* limitations under the License.
20-
* #L%
2115
*/
16+
package software.xdev.vaadin.maps.leaflet.flow.data;
17+
18+
2219

2320
import java.util.ArrayList;
2421
import java.util.List;

vaadin-maps-leaflet-flow/src/main/java/software/xdev/vaadin/maps/leaflet/flow/data/LMarkerOptions.java

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
package software.xdev.vaadin.maps.leaflet.flow.data;
2-
3-
/*-
4-
* #%L
5-
* vaadin-maps-leaflet-flow
6-
* %%
7-
* Copyright (C) 2019 XDEV Software
8-
* %%
1+
/*
2+
* Copyright © 2019 XDEV Software (https://xdev.software/en)
3+
*
94
* Licensed under the Apache License, Version 2.0 (the "License");
105
* you may not use this file except in compliance with the License.
116
* You may obtain a copy of the License at
127
*
13-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
149
*
1510
* Unless required by applicable law or agreed to in writing, software
1611
* distributed under the License is distributed on an "AS IS" BASIS,
1712
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1813
* See the License for the specific language governing permissions and
1914
* limitations under the License.
20-
* #L%
2115
*/
16+
package software.xdev.vaadin.maps.leaflet.flow.data;
17+
18+
2219

2320
public class LMarkerOptions
2421
{

0 commit comments

Comments
 (0)